-
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 2023-10-18T00:27:41+02:00
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule core
updated
22 files
+163 −101 | app/client/components/GridView.js | |
+2 −2 | app/client/components/GristDoc.ts | |
+14 −0 | app/client/components/viewCommon.css | |
+25 −0 | app/client/declarations.d.ts | |
+4 −0 | app/client/models/DocModel.ts | |
+3 −0 | app/client/models/entities/TableRec.ts | |
+60 −1 | app/client/models/entities/ViewSectionRec.ts | |
+272 −196 | app/client/ui/GridViewMenus.ts | |
+1 −0 | app/client/ui2018/cssVars.ts | |
+96 −21 | app/client/ui2018/menus.ts | |
+1 −1 | app/client/widgets/AttachmentsWidget.ts | |
+5 −3 | app/client/widgets/TextBox.css | |
+1 −1 | package.json | |
+16 −2 | static/locales/en.client.json | |
+2 −2 | test/common/NumberParse.ts | |
+2 −2 | test/common/ValueFormatter.ts | |
+227 −248 | test/nbrowser/CopyPaste.ts | |
+1 −1 | test/nbrowser/CopyPasteColumnOptions.ts | |
+1 −1 | test/nbrowser/SelectByRefList.ts | |
+1 −1 | test/nbrowser/UploadLimits.ts | |
+3 −2 | test/nbrowser/gristUtils.ts | |
+5 −6 | yarn.lock |