-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated at 2024-07-29T17:20:45-04:00
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule core
updated
20 files
+2 −1 | .github/workflows/fly-build.yml | |
+19 −0 | app/client/apiconsole.ts | |
+4 −1 | app/client/components/ChartView.ts | |
+19 −14 | app/client/components/LayoutTray.ts | |
+110 −10 | app/client/components/ViewLayout.ts | |
+3 −0 | app/client/models/entities/TableRec.ts | |
+4 −1 | app/client/models/entities/ViewSectionRec.ts | |
+1 −1 | app/server/lib/BootProbes.ts | |
+19 −9 | app/server/lib/GranularAccess.ts | |
+33 −5 | app/server/lib/ICreate.ts | |
+0 −6 | app/server/lib/coreCreator.ts | |
+1 −1 | buildtools/.grist-ee-version | |
+20 −16 | documentation/grist-data-format.md | |
+32 −0 | static/locales/en.client.json | |
+1,000 −95 | static/locales/eu.client.json | |
+1 −3 | test/nbrowser/SelectBySummary.ts | |
+98 −0 | test/nbrowser/ViewLayoutCollapse.ts | |
+1 −2 | test/nbrowser/Views.ntest.js | |
+13 −0 | test/nbrowser/gristUtils.ts | |
+54 −2 | test/server/lib/GranularAccess.ts |