Add notes list toggle shortcut (#145)

Reviewed-on: https://codeberg.org/ArkHost/HelixNotes/pulls/145
This commit is contained in:
mf
2026-06-21 12:50:31 +02:00
committed by ArkHost
parent 32ec62419d
commit ebf38e2281
6 changed files with 96 additions and 7 deletions
+1
View File
@@ -105,6 +105,7 @@ export interface VaultState {
sidebar_width: number;
notelist_width: number;
sidebar_collapsed: boolean;
notelist_collapsed: boolean;
collapsed_notebooks: string[];
notebook_sort_mode?: string;
notebook_order?: Record<string, number>;