chore(client/ts): port include dialog

This commit is contained in:
Elian Doran
2025-03-19 23:27:52 +02:00
parent d0e33f8aaa
commit 9eec7237de
2 changed files with 21 additions and 7 deletions

View File

@@ -364,6 +364,9 @@ type EventMappings = {
textTypeWidget: EditableTextTypeWidget;
text: string;
};
showIncludeDialog: {
textTypeWidget: EditableTextTypeWidget;
};
openBulkActionsDialog: {
selectedOrActiveNoteIds: string[];
};