feat: add commands (#4477)

This commit is contained in:
JimmFly
2023-09-25 18:10:53 +08:00
committed by GitHub
parent dc6b66c32f
commit 5b4ce75e13
10 changed files with 181 additions and 14 deletions
+2
View File
@@ -100,3 +100,5 @@ export const setPageModeAtom = atom(
export type PageModeOption = 'all' | 'page' | 'edgeless';
export const allPageModeSelectAtom = atom<PageModeOption>('all');
export const openWorkspaceListModalAtom = atom(false);