(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,11 @@
<?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 / Log</title>
<desc>Created with Sketch.</desc>
<g id="Icons-/-UI-/-Log" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="timeline" fill="#000000" fill-rule="nonzero">
<path d="M7.5,8.5 L6.5,8.5 C6.22385763,8.5 6,8.27614237 6,8 C6,7.72385763 6.22385763,7.5 6.5,7.5 L7.5,7.5 L7.5,0.5 C7.5,0.223857625 7.72385763,0 8,0 C8.27614237,0 8.5,0.223857625 8.5,0.5 L8.5,3 L9.5,3 C9.77614237,3 10,3.22385763 10,3.5 C10,3.77614237 9.77614237,4 9.5,4 L8.5,4 L8.5,12 L9.5,12 C9.77614237,12 10,12.2238576 10,12.5 C10,12.7761424 9.77614237,13 9.5,13 L8.5,13 L8.5,15.5 C8.5,15.7761424 8.27614237,16 8,16 C7.72385763,16 7.5,15.7761424 7.5,15.5 L7.5,8.5 Z M12,2 L12,5 L15,5 L15,2 L12,2 Z M11.5,1 L15.5,1 C15.7761424,1 16,1.22385763 16,1.5 L16,5.5 C16,5.77614237 15.7761424,6 15.5,6 L11.5,6 C11.2238576,6 11,5.77614237 11,5.5 L11,1.5 C11,1.22385763 11.2238576,1 11.5,1 Z M12,11 L12,14 L15,14 L15,11 L12,11 Z M11.5,10 L15.5,10 C15.7761424,10 16,10.2238576 16,10.5 L16,14.5 C16,14.7761424 15.7761424,15 15.5,15 L11.5,15 C11.2238576,15 11,14.7761424 11,14.5 L11,10.5 C11,10.2238576 11.2238576,10 11.5,10 Z M4,9.5 L4,6.5 L1,6.5 L1,9.5 L4,9.5 Z M4.5,10.5 L0.5,10.5 C0.223857625,10.5 0,10.2761424 0,10 L8.8817842e-16,6 C8.8817842e-16,5.72385763 0.223857625,5.5 0.5,5.5 L4.5,5.5 C4.77614237,5.5 5,5.72385763 5,6 L5,10 C5,10.2761424 4.77614237,10.5 4.5,10.5 Z" id="Combined-Shape"></path>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB