-
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-06-03T12:31:34-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
17 files
+5 −1 | app/client/models/DocData.ts | |
+64 −48 | app/client/models/VirtualTable.ts | |
+3 −2 | app/client/ui/AdminPanel.ts | |
+2 −2 | app/client/ui/AdminPanelCss.ts | |
+3 −3 | app/client/ui/AppHeader.ts | |
+2 −2 | app/client/ui/TimingPage.ts | |
+3 −4 | app/client/ui/WebhookPage.ts | |
+38 −17 | app/server/lib/MinIOExternalStorage.ts | |
+1 −2 | package.json | |
+44 −5 | static/locales/en.client.json | |
+6 −2 | static/locales/es.client.json | |
+52 −4 | static/locales/fr.client.json | |
+13 −2 | static/locales/ro.client.json | |
+118 −2 | static/locales/sk.client.json | |
+44 −5 | static/locales/sl.client.json | |
+19 −0 | test/nbrowser/Timing.ts | |
+29 −24 | yarn.lock |