feat(core): add history tips modal (#5733)

close TOV-459 TOV-503

https://github.com/toeverything/AFFiNE/assets/102217452/9cbfaf35-bc7b-4275-94be-6e777447ef11
This commit is contained in:
JimmFly
2024-02-20 12:50:55 +00:00
parent 4068e7aeff
commit 3792506b09
6 changed files with 392 additions and 7 deletions
@@ -15,6 +15,7 @@ export const openPaymentDisableAtom = atom(false);
export const openQuotaModalAtom = atom(false);
export const openStarAFFiNEModalAtom = atom(false);
export const openIssueFeedbackModalAtom = atom(false);
export const openHistoryTipsModalAtom = atom(false);
export type SettingAtom = Pick<
SettingProps,