mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 08:45:50 +01:00
added buttons to section container
This commit is contained in:
@@ -109,6 +109,14 @@ export default class DesktopLayout {
|
||||
.section(new OwnedAttributeListWidget())
|
||||
.section(new InheritedAttributesWidget())
|
||||
.section(new NoteInfoWidget())
|
||||
.button(new ButtonWidget()
|
||||
.icon('bx bx-history')
|
||||
.title("Note Revisions")
|
||||
.command("showNoteRevisions"))
|
||||
.button(new ButtonWidget() // FIXME should be displayed only when applicable
|
||||
.icon('bx bx-code')
|
||||
.title("Show Note Source")
|
||||
.command("showNoteSource"))
|
||||
.button(new NoteActionsWidget())
|
||||
)
|
||||
.child(new NoteUpdateStatusWidget())
|
||||
|
||||
Reference in New Issue
Block a user