mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Adds current page name to the bottom bar [narrow screen]
Test Plan: Tested Manually, behave well also for long page name. Reviewers: paulfitz Reviewed By: paulfitz Differential Revision: https://phab.getgrist.com/D2702
This commit is contained in:
@@ -6,6 +6,7 @@ import {DocPageModelImpl} from 'app/client/models/DocPageModel';
|
||||
import {HomeModelImpl} from 'app/client/models/HomeModel';
|
||||
import {App} from 'app/client/ui/App';
|
||||
import {appHeader} from 'app/client/ui/AppHeader';
|
||||
import {createBottomBarDoc} from 'app/client/ui/BottomBar';
|
||||
import {createDocMenu} from 'app/client/ui/DocMenu';
|
||||
import {createForbiddenPage, createNotFoundPage, createOtherErrorPage} from 'app/client/ui/errorPages';
|
||||
import {createHomeLeftPane} from 'app/client/ui/HomeLeftPane';
|
||||
@@ -148,5 +149,6 @@ function pagePanelsDoc(owner: IDisposableOwner, appModel: AppModel, appObj: App)
|
||||
onResize,
|
||||
testId,
|
||||
optimizeNarrowScreen: true,
|
||||
contentBottom: dom.create(createBottomBarDoc, pageModel)
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user