Skip to content
Discussion options

You must be logged in to vote

This is expected UI behavior unless the form's Save button is clicked. The switches only update local Svelte state, so toggling them sends no request; updateMyPreferences() is called only by the Save button at the bottom of Account Settings → Features.

Toggle Folder View/Tags, scroll to the bottom, and click Save. You should then see a PUT /users/me/preferences request and the “Saved settings” toast. The relevant handler is here: https://github.com/immich-app/immich/blob/main/web/src/routes/%28user%29/user-settings/FeatureSettings.svelte

If Save itself produces no request, then that is a bug; capture the button state and request log rather than the toggle event.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@danjstark
Comment options

Answer selected by danjstark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants