Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core
2 changes: 1 addition & 1 deletion web-apps
Submodule web-apps updated 34 files
+0 −2 .github/workflows/build.yml
+3 −0 .gitignore
+2 −2 apps/common/Gateway.js
+5 −3 apps/common/main/resources/img/toolbar/v2/2.5x/btn-nc-assistant.svg
+47 −0 apps/common/mobile/lib/component/ErrorBoundary.jsx
+19 −0 apps/common/mobile/resources/less/common.less
+1 −1 apps/documenteditor/main/app/controller/DocumentHolder.js
+15 −3 apps/documenteditor/main/app/controller/Toolbar.js
+1 −0 apps/documenteditor/main/app/template/Toolbar.template
+18 −0 apps/documenteditor/main/app/view/Toolbar.js
+2 −0 apps/documenteditor/main/locale/en.json
+1 −1 apps/documenteditor/mobile/index.html
+11 −8 apps/documenteditor/mobile/src/app.js
+9 −0 apps/documenteditor/mobile/src/controller/Toolbar.jsx
+4 −2 apps/documenteditor/mobile/src/less/app.less
+1 −1 apps/documenteditor/mobile/src/page/main.jsx
+1 −1 apps/presentationeditor/main/app/controller/DocumentHolder.js
+11 −0 apps/presentationeditor/main/app/controller/Toolbar.js
+1 −0 apps/presentationeditor/main/app/template/Toolbar.template
+16 −0 apps/presentationeditor/main/app/view/Toolbar.js
+2 −0 apps/presentationeditor/main/locale/en.json
+10 −7 apps/presentationeditor/mobile/src/app.js
+5 −3 apps/presentationeditor/mobile/src/less/app.less
+1 −1 apps/spreadsheeteditor/main/app/controller/DocumentHolder.js
+12 −0 apps/spreadsheeteditor/main/app/controller/Toolbar.js
+1 −0 apps/spreadsheeteditor/main/app/template/Toolbar.template
+14 −0 apps/spreadsheeteditor/main/app/view/Toolbar.js
+2 −0 apps/spreadsheeteditor/main/locale/en.json
+11 −8 apps/spreadsheeteditor/mobile/src/app.js
+2 −0 apps/spreadsheeteditor/mobile/src/less/app.less
+10 −7 apps/visioeditor/mobile/src/app.js
+2 −0 apps/visioeditor/mobile/src/less/app.less
+10 −0 build/theme.config.mjs
+17 −0 theme/euro-office/assets/less/overrides/mobile-overrides.less
Loading