mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
[PR #442] [MERGED] feat: disable animations setting toggle #792
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pocket-id/pocket-id/pull/442
Author: @kmendell
Created: 4/14/2025
Status: ✅ Merged
Merged: 4/15/2025
Merged by: @kmendell
Base:
main← Head:feat/disable-animations📝 Commits (10+)
e5c7c7efeat: disable animations setting toggle4208137add translations968d41eadd translationsb2a4bb0make sure disableAnimations is defined in appConfig servicead865eemake sure the backend matches the frontend default value3c81d84make sure the backend matches the frontend default valuefdd707ffix fade wrapper not disabling animations on first loadc0a6a9esimplify fade wrapper logicdc12df2disable sidebar animation if animations disabled9d91e5dremove unused css class📊 Changes
11 files changed (+34 additions, -12 deletions)
View changed files
📝
backend/internal/dto/app_config_dto.go(+1 -0)📝
backend/internal/model/app_config.go(+1 -0)📝
backend/internal/service/app_config_service.go(+1 -0)📝
frontend/messages/en-US.json(+3 -1)📝
frontend/src/lib/components/fade-wrapper.svelte(+8 -3)📝
frontend/src/lib/types/application-configuration.ts(+1 -0)📝
frontend/src/routes/login/+page.svelte(+1 -1)📝
frontend/src/routes/login/alternative/+page.svelte(+1 -1)📝
frontend/src/routes/login/setup/+page.svelte(+1 -1)📝
frontend/src/routes/settings/+layout.svelte(+6 -3)📝
frontend/src/routes/settings/admin/application-configuration/forms/app-config-general-form.svelte(+10 -2)📄 Description
Fixes: https://github.com/pocket-id/pocket-id/issues/441
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.