(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 / Fields / FieldColumn</title>
<desc>Created with Sketch.</desc>
<g id="Icons-/-Fields-/-FieldColumn" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M3,7 L3,9 L9,9 L9,7 L3,7 Z M3,6 L9,6 L9,3 L3.5,3 C3.22385763,3 3,3.22385763 3,3.5 L3,6 Z M10,3 L10,13 L12.5,13 C12.7761424,13 13,12.7761424 13,12.5 L13,3.5 C13,3.22385763 12.7761424,3 12.5,3 L10,3 Z M9,13 L9,10 L3,10 L3,12.5 C3,12.7761424 3.22385763,13 3.5,13 L9,13 Z M3.5,2 L12.5,2 C13.3284271,2 14,2.67157288 14,3.5 L14,12.5 C14,13.3284271 13.3284271,14 12.5,14 L3.5,14 C2.67157288,14 2,13.3284271 2,12.5 L2,3.5 C2,2.67157288 2.67157288,2 3.5,2 Z" id="Combined-Shape" fill="#000000" fill-rule="nonzero"></path>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1003 B