search dialog WIP from custom widget from antoniotejada

This commit is contained in:
zadam
2022-05-09 23:13:34 +02:00
parent 83afb89a16
commit 87f436c6ea
9 changed files with 1280 additions and 199 deletions

View File

@@ -48,6 +48,7 @@ import BookmarkButtons from "../widgets/bookmark_buttons.js";
import NoteWrapperWidget from "../widgets/note_wrapper.js";
import BacklinksWidget from "../widgets/backlinks.js";
import SharedInfoWidget from "../widgets/shared_info.js";
import FindWidget from "../widgets/find.js";
export default class DesktopLayout {
constructor(customWidgets) {
@@ -164,6 +165,7 @@ export default class DesktopLayout {
.child(...this.customWidgets.get('node-detail-pane'))
)
)
.child(new FindWidget())
.child(...this.customWidgets.get('center-pane'))
)
.child(new RightPaneContainer()