feat: Change grid size

This commit is contained in:
Panayiotis Lipiridis 2020-12-24 16:45:42 +02:00
parent 39e7b8cf4f
commit 40cd4caeec
10 changed files with 146 additions and 13 deletions

View file

@ -83,7 +83,8 @@ export type AppState = {
showShortcutsDialog: boolean;
zenModeEnabled: boolean;
appearance: "light" | "dark";
gridSize: number | null;
gridSize: number;
showGrid: boolean;
/** top-most selected groups (i.e. does not include nested groups) */
selectedGroupIds: { [groupId: string]: boolean };