feat(settings): block interactions while animating

This commit is contained in:
2026-02-05 21:10:37 +01:00
parent 7bd88d6660
commit 2792525d9e
3 changed files with 36 additions and 4 deletions

View File

@@ -38,6 +38,8 @@ export const useSettingsStore = defineStore("settings", {
menuOffsets: [0, -48, -48, -48] as [number, number, number, number],
menuYOffset: 72,
animatingNotification: false,
isIntro: true,
isOutro: false,
}),