feat(react/dialogs): port bulk actions

This commit is contained in:
Elian Doran
2025-08-07 20:08:51 +03:00
parent 8d27a5aa39
commit f9eb0a20f7
6 changed files with 195 additions and 181 deletions

View File

@@ -50,3 +50,7 @@ export interface RecentChangesRow {
noteId: string;
date: string;
}
export interface BulkActionAffectedNotes {
affectedNoteCount: number;
}