mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-04 06:31:35 +08:00
fix(mobile): add bulk actions dialog
This commit is contained in:
parent
f392dfbb49
commit
167bd39e5b
@ -34,6 +34,7 @@ import RefreshButton from "../widgets/floating_buttons/refresh_button.js";
|
|||||||
import MobileEditorToolbar from "../widgets/ribbon_widgets/mobile_editor_toolbar.js";
|
import MobileEditorToolbar from "../widgets/ribbon_widgets/mobile_editor_toolbar.js";
|
||||||
import AddLinkDialog from "../widgets/dialogs/add_link.js";
|
import AddLinkDialog from "../widgets/dialogs/add_link.js";
|
||||||
import IncludeNoteDialog from "../widgets/dialogs/include_note.js";
|
import IncludeNoteDialog from "../widgets/dialogs/include_note.js";
|
||||||
|
import BulkActionsDialog from "../widgets/dialogs/bulk_actions.js";
|
||||||
|
|
||||||
const MOBILE_CSS = `
|
const MOBILE_CSS = `
|
||||||
<style>
|
<style>
|
||||||
@ -184,6 +185,7 @@ export default class MobileLayout {
|
|||||||
.child(new TabRowWidget().css("height", "40px"))
|
.child(new TabRowWidget().css("height", "40px"))
|
||||||
.child(new FlexContainer("row").class("horizontal").css("height", "53px").child(new LauncherContainer(true)).child(new GlobalMenuWidget(true)).id("launcher-pane"))
|
.child(new FlexContainer("row").class("horizontal").css("height", "53px").child(new LauncherContainer(true)).child(new GlobalMenuWidget(true)).id("launcher-pane"))
|
||||||
)
|
)
|
||||||
|
.child(new BulkActionsDialog())
|
||||||
.child(new AboutDialog())
|
.child(new AboutDialog())
|
||||||
.child(new HelpDialog())
|
.child(new HelpDialog())
|
||||||
.child(new RecentChangesDialog())
|
.child(new RecentChangesDialog())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user