(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 / FieldAttachment</title>
<desc>Created with Sketch.</desc>
<g id="Icons-/-Fields-/-FieldAttachment" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M8.30036957,5.62852366 C8.49558917,5.43321897 8.81217165,5.43314998 9.00747634,5.62836957 C9.20278103,5.82358917 9.20285002,6.14017165 9.00763043,6.33547634 L6.71336136,8.63074532 C6.55657232,8.78736418 6.46847483,8.99988711 6.46847483,9.2215 C6.46847483,9.44311289 6.55657232,9.65563582 6.71374532,9.81263864 C6.87036418,9.96942768 7.08288711,10.0575252 7.3045,10.0575252 C7.52611289,10.0575252 7.73863582,9.96942768 7.89544661,9.81244661 L10.9953351,6.71255817 C11.8432981,5.86405993 11.8432981,4.48894007 10.9952935,3.64040024 C10.5880981,3.23285198 10.0356108,3.00386407 9.4595,3.00386407 C8.88338918,3.00386407 8.33090188,3.23285198 7.92355339,3.64055339 L4.55358969,7.01051709 C3.18357963,8.38080852 3.18357963,10.6021915 4.55351709,11.9724103 C5.92380852,13.3424204 8.14519148,13.3424204 9.51544661,11.9724466 L12.6154466,8.87244661 C12.8107088,8.67718446 13.1272912,8.67718446 13.3225534,8.87244661 C13.5178155,9.06770876 13.5178155,9.38429124 13.3225534,9.57955339 L10.2225171,12.6795897 C8.46171798,14.4400272 5.60728202,14.4400272 3.84641031,12.6795171 C2.08597275,10.918718 2.08597275,8.06428202 3.84644661,6.30344661 L7.21629352,2.93359976 C7.81105014,2.33832776 8.61802261,2.00386407 9.4595,2.00386407 C10.3009774,2.00386407 11.1079499,2.33832776 11.7026649,2.93355817 C12.9408548,4.17252961 12.9408548,6.18047039 11.7025534,7.41955339 L8.60274532,10.5193614 C8.25855896,10.8639217 7.79151755,11.0575252 7.3045,11.0575252 C6.81748245,11.0575252 6.35044104,10.8639217 6.00663864,10.5197453 C5.66207829,10.175559 5.46847483,9.70851755 5.46847483,9.2215 C5.46847483,8.73448245 5.66207829,8.26744104 6.00636957,7.92352366 L8.30036957,5.62852366 Z" id="Path" fill="#000000" fill-rule="nonzero"></path>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB