feat: add basic search dialog

This commit is contained in:
2024-01-23 13:07:24 +07:00
parent 67afeac198
commit cb71786ac1
19 changed files with 1579 additions and 29 deletions

View File

@@ -22,3 +22,6 @@ export const activityUnreadAtom = atom(0);
// Tutorial
export const tutorialAtom = atomWithStorage("tutorial", true);
// Search
export const searchAtom = atom(false);