Fix toast and sync settings

- Fix issue where toast notifications were not disappearing.
- Ensure sync settings are turned off upon logout.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-16 10:37:26 +00:00
parent dab1a9cb84
commit 14c3fac824
6 changed files with 63 additions and 13 deletions

View File

@@ -1,3 +1,3 @@
export const TOAST_LIMIT = 5 // 최대 5개로 제한
export const TOAST_REMOVE_DELAY = 5000 // 5초 후 DOM에서 제거
export const TOAST_REMOVE_DELAY = 3000 // 3초 후 DOM에서 제거 (5초에서 3초로 변경)