bulk action dialog converted to widget

This commit is contained in:
zadam
2022-06-11 23:29:52 +02:00
parent 8e23c15763
commit 2115b76047
11 changed files with 224 additions and 66 deletions

View File

@@ -91,7 +91,7 @@ class TreeContextMenu {
enabled: notSearch && noSelectedNotes },
{ title: "Import into note", command: "importIntoNote", uiIcon: "bx bx-empty",
enabled: notSearch && noSelectedNotes },
{ title: "Bulk assign attributes", command: "bulkAssignAttributes", uiIcon: "bx bx-empty",
{ title: "Bulk actions", command: "bulkActions", uiIcon: "bx bx-empty",
enabled: true }
].filter(row => row !== null);
}