-
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-05-13T09:07:11-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
19 files
+1 −1 | app/client/components/DropdownConditionConfig.ts | |
+13 −10 | app/client/components/FormRenderer.ts | |
+3 −3 | app/client/components/Forms/Field.ts | |
+1 −1 | app/client/components/Forms/styles.ts | |
+1 −1 | app/client/components/modals.ts | |
+21 −170 | app/client/ui/AdminPanel.ts | |
+194 −0 | app/client/ui/AdminPanelCss.ts | |
+236 −72 | app/client/ui/DocumentSettings.ts | |
+1 −1 | app/client/ui/OnBoardingPopups.ts | |
+1 −0 | app/common/gristUrls.ts | |
+1 −1 | documentation/overview.md | |
+2 −2 | package.json | |
+1 −1 | sandbox/grist/codebuilder.py | |
+70 −0 | sandbox/grist/test_renames.py | |
+20 −3 | test/nbrowser/DropdownConditionEditor.ts | |
+3 −2 | test/nbrowser/ViewLayoutCollapse.ts | |
+1 −1 | test/nbrowser/WebhookOverflow.ts | |
+2 −2 | test/nbrowser/WebhookPage.ts | |
+92 −59 | yarn.lock |