(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 / Charts / ChartLine</title>
<desc>Created with Sketch.</desc>
<g id="Icons-/-Charts-/-ChartLine" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M3.19098301,8 L5.0527864,4.2763932 C5.18728544,4.00739512 5.52711181,3.91714933 5.7773501,4.08397485 L11.3316454,7.78683837 L15.0658784,1.25193053 C15.2028834,1.01217181 15.5083107,0.928873444 15.7480695,1.06587843 C15.9878282,1.20288341 16.0711266,1.50831075 15.9341216,1.74806947 L11.9341216,8.74806947 C11.7903974,8.99958678 11.4636827,9.07671366 11.2226499,8.91602515 L5.69391579,5.23020241 L4.13828424,8.34146551 L10.4459513,12.846942 L15.1464466,8.14644661 C15.3417088,7.95118446 15.6582912,7.95118446 15.8535534,8.14644661 C16.0488155,8.34170876 16.0488155,8.65829124 15.8535534,8.85355339 L10.8535534,13.8535534 C10.6807227,14.0263841 10.4082733,14.0489327 10.2093809,13.9068667 L3.33976747,9 L0.5,9 C0.223857625,9 1.11022302e-14,8.77614237 1.11022302e-14,8.5 C1.11022302e-14,8.22385763 0.223857625,8 0.5,8 L3.19098301,8 Z M0.947213595,14.7236068 C0.823718971,14.970596 0.523382451,15.0707082 0.276393202,14.9472136 C0.0294039535,14.823719 -0.0707082199,14.5233825 0.0527864045,14.2763932 L1.8027864,10.7763932 C1.92628103,10.529404 2.22661755,10.4292918 2.4736068,10.5527864 C2.72059605,10.676281 2.82070822,10.9766175 2.6972136,11.2236068 L0.947213595,14.7236068 Z" id="Combined-Shape" fill="#000000" fill-rule="nonzero"></path>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB