1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-16 10:11:12 +00:00

feat: disable animations setting toggle (#442)

Co-authored-by: Elias Schneider <login@eliasschneider.com>
This commit is contained in:
Kyle Mendell
2025-04-15 14:28:10 -05:00
committed by GitHub
parent d9dd67c51f
commit b45cf68295
11 changed files with 34 additions and 12 deletions

View File

@@ -29,7 +29,7 @@
}
</script>
<SignInWrapper>
<SignInWrapper animate={!$appConfigStore.disableAnimations}>
<div class="flex justify-center">
<LoginLogoErrorSuccessIndicator error={!!error} />
</div>