mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 10:15:52 +01:00
feat(mobile): support branch prefix dialog
This commit is contained in:
@@ -253,7 +253,6 @@ export default class DesktopLayout {
|
||||
)
|
||||
)
|
||||
// Remove once modals are all merged
|
||||
.child(new BranchPrefixDialog())
|
||||
.child(new SortChildNotesDialog())
|
||||
.child(new PasswordNoteSetDialog())
|
||||
.child(new NoteTypeChooserDialog())
|
||||
|
||||
@@ -8,6 +8,7 @@ import PromptDialog from "../widgets/dialogs/prompt.js";
|
||||
import AddLinkDialog from "../widgets/dialogs/add_link.js";
|
||||
import IncludeNoteDialog from "../widgets/dialogs/include_note.js";
|
||||
import BulkActionsDialog from "../widgets/dialogs/bulk_actions.js";
|
||||
import BranchPrefixDialog from "../widgets/dialogs/branch_prefix.js";
|
||||
|
||||
export function applyModals(rootContainer: RootContainer) {
|
||||
rootContainer
|
||||
@@ -15,7 +16,7 @@ export function applyModals(rootContainer: RootContainer) {
|
||||
.child(new AboutDialog())
|
||||
.child(new HelpDialog())
|
||||
.child(new RecentChangesDialog())
|
||||
// .child(new BranchPrefixDialog())
|
||||
.child(new BranchPrefixDialog())
|
||||
// .child(new SortChildNotesDialog())
|
||||
// .child(new PasswordNoteSetDialog())
|
||||
.child(new IncludeNoteDialog())
|
||||
|
||||
Reference in New Issue
Block a user