feat(react/widgets): global menu with zoom controls

This commit is contained in:
Elian Doran
2025-08-29 00:47:47 +03:00
parent 4ef103063d
commit 829f382726
10 changed files with 255 additions and 456 deletions

View File

@@ -134,6 +134,7 @@ export type CommandMappings = {
showLeftPane: CommandData;
showAttachments: CommandData;
showSearchHistory: CommandData;
showShareSubtree: CommandData;
hoistNote: CommandData & { noteId: string };
leaveProtectedSession: CommandData;
enterProtectedSession: CommandData;