-
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-02-12T08:15:57-05: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
+2 −1 | README.md | |
+2 −0 | app/client/apiconsole.ts | |
+9 −2 | app/client/ui/TopBar.ts | |
+14 −10 | app/client/ui/WelcomeCoachingCall.ts | |
+3 −0 | app/client/ui2018/search.ts | |
+12 −0 | app/common/gristUrls.ts | |
+1 −0 | app/server/lib/ActiveDocImport.ts | |
+8 −0 | app/server/lib/sendAppPage.ts | |
+1 −1 | package.json | |
+4 −0 | sandbox/grist/column.py | |
+47 −0 | sandbox/grist/test_replace_table_data.py | |
+1 −0 | static/app.html | |
+1 −0 | static/error.html | |
+9 −1 | static/locales/en.client.json | |
+88 −6 | static/locales/es.client.json | |
+83 −7 | static/locales/it.client.json | |
+13 −5 | static/locales/ja.client.json | |
+9 −1 | static/locales/sl.client.json | |
+6 −3 | test/nbrowser/gristUtils.ts |