feat: add novice guide for quick search arrow button (#1493)
This commit is contained in:
5
apps/web/src/atoms/first-load.ts
Normal file
5
apps/web/src/atoms/first-load.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { atom } from 'jotai';
|
||||
import { atomWithStorage } from 'jotai/utils';
|
||||
|
||||
export const isFirstLoadAtom = atomWithStorage<boolean>('isFirstLoad', true);
|
||||
export const openTipsAtom = atom<boolean>(false);
|
||||
Reference in New Issue
Block a user