(core) move client code to core

Summary:
This moves all client code to core, and makes minimal fix-ups to
get grist and grist-core to compile correctly.  The client works
in core, but I'm leaving clean-up around the build and bundles to
follow-up.

Test Plan: existing tests pass; server-dev bundle looks sane

Reviewers: dsagal

Reviewed By: dsagal

Differential Revision: https://phab.getgrist.com/D2627
This commit is contained in:
Paul Fitzpatrick
2020-10-02 11:10:00 -04:00
parent 5d60d51763
commit 1654a2681f
395 changed files with 52651 additions and 47 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch -->
<title>Icons/ UI / Widget</title>
<desc>Created with Sketch.</desc>
<g id="Icons/-UI-/-Widget" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M1.5,1 C1.22385763,1 1,1.22385763 1,1.5 L1,5.5 C1,5.77614237 1.22385763,6 1.5,6 L5.5,6 C5.77614237,6 6,5.77614237 6,5.5 L6,1.5 C6,1.22385763 5.77614237,1 5.5,1 L1.5,1 Z M1.5,0 L5.5,0 C6.32842712,-1.66533454e-16 7,0.671572875 7,1.5 L7,5.5 C7,6.32842712 6.32842712,7 5.5,7 L1.5,7 C0.671572875,7 1.66533454e-16,6.32842712 0,5.5 L0,1.5 C-8.32667268e-17,0.671572875 0.671572875,1.66533454e-16 1.5,0 Z M12.6944154,1.1118089 C12.5870212,1.00441472 12.4129008,1.00441472 12.3055067,1.1118089 L10.1120614,3.30525413 C10.0046673,3.41264831 10.0046673,3.58676868 10.1120614,3.69416286 L12.3055067,5.8876081 C12.4129008,5.99500228 12.5870212,5.99500228 12.6944154,5.8876081 L14.8878606,3.69416286 C14.9952548,3.58676868 14.9952548,3.41264831 14.8878606,3.30525413 L12.6944154,1.1118089 Z M13.4015222,0.404702118 L15.5949674,2.59814735 C16.0928859,3.09606582 16.0928859,3.90335117 15.5949674,4.40126964 L13.4015222,6.59471488 C12.9036037,7.09263335 12.0963184,7.09263335 11.5983999,6.59471488 L9.40495465,4.40126964 C8.90703618,3.90335117 8.90703618,3.09606582 9.40495465,2.59814735 L11.5983999,0.404702118 C12.0963184,-0.0932163543 12.9036037,-0.0932163543 13.4015222,0.404702118 Z M1.5,10 C1.22385763,10 1,10.2238576 1,10.5 L1,14.5 C1,14.7761424 1.22385763,15 1.5,15 L5.5,15 C5.77614237,15 6,14.7761424 6,14.5 L6,10.5 C6,10.2238576 5.77614237,10 5.5,10 L1.5,10 Z M1.5,9 L5.5,9 C6.32842712,9 7,9.67157288 7,10.5 L7,14.5 C7,15.3284271 6.32842712,16 5.5,16 L1.5,16 C0.671572875,16 1.66533454e-16,15.3284271 0,14.5 L0,10.5 C-8.32667268e-17,9.67157288 0.671572875,9 1.5,9 Z M10.5,10 C10.2238576,10 10,10.2238576 10,10.5 L10,14.5 C10,14.7761424 10.2238576,15 10.5,15 L14.5,15 C14.7761424,15 15,14.7761424 15,14.5 L15,10.5 C15,10.2238576 14.7761424,10 14.5,10 L10.5,10 Z M10.5,9 L14.5,9 C15.3284271,9 16,9.67157288 16,10.5 L16,14.5 C16,15.3284271 15.3284271,16 14.5,16 L10.5,16 C9.67157288,16 9,15.3284271 9,14.5 L9,10.5 C9,9.67157288 9.67157288,9 10.5,9 Z" id="Combined-Shape" fill="#000000" fill-rule="nonzero"></path>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB