wip: new activity sidebar

This commit is contained in:
2024-01-11 21:00:42 +07:00
parent a8cd34d998
commit 2c8571ecc7
21 changed files with 537 additions and 203 deletions

View File

@@ -9,3 +9,6 @@ export const editorValueAtom = atom([
]);
export const onboardingAtom = atom(false);
export const activityAtom = atom(false);
export const activityUnreadAtom = atom(0);