(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 / Redo</title>
<desc>Created with Sketch.</desc>
<g id="Icons-/-UI-/-Redo" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M2.355328,5 L6.50010238,5 C6.77624476,5 7.00010238,5.22385763 7.00010238,5.5 C7.00010238,5.77614237 6.77624476,6 6.50010238,6 L1.51021238,6 C1.48685444,6.00049198 1.46335897,5.99934414 1.43989627,5.99649925 C1.36038454,5.98687058 1.28660743,5.95866563 1.22307604,5.91630484 C1.09931801,5.83417547 1.02196709,5.7034788 1.00401656,5.56286629 C1.00191277,5.54609602 1.00063956,5.5290674 1.00023942,5.51182292 C0.999956371,5.50427321 0.999942684,5.4967046 1.00010238,5.48912693 L1.00010238,0.5 C1.00010238,0.223857625 1.22396001,0 1.50010238,0 C1.77624476,0 2.00010238,0.223857625 2.00010238,0.5 L2.00010238,3.77469316 C3.36864328,2.03940343 5.32917798,1 7.50010238,1 C11.6422448,1 15.0001024,4.35785763 15.0001024,8.5 C15.0001024,12.6421424 11.6422448,16 7.50010238,16 C7.22396001,16 7.00010238,15.7761424 7.00010238,15.5 C7.00010238,15.2238576 7.22396001,15 7.50010238,15 C11.08996,15 14.0001024,12.0898576 14.0001024,8.5 C14.0001024,4.91014237 11.08996,2 7.50010238,2 C5.41584892,2 3.54565402,3.1306407 2.355328,5 Z" id="Combined-Shape" fill="#000000" fill-rule="nonzero" transform="translate(8.000051, 8.000000) scale(-1, 1) translate(-8.000051, -8.000000) "></path>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB