bulk actions WIP

This commit is contained in:
zadam
2022-06-03 17:29:08 +02:00
parent e1cd09df36
commit 9ce3e7e7d2
18 changed files with 178 additions and 94 deletions

View File

@@ -35,6 +35,7 @@ const TPL = `
export default class MoveNoteSearchAction extends AbstractSearchAction {
static get actionName() { return "moveNote"; }
static get actionTitle() { return "Move note"; }
doRender() {
const $action = $(TPL);