immich/web/src/lib/components/shared-components/settings
Brandon Wees 74438f5bd8
feat(web): improved user onboarding (#18782)
* wip

* added user metadata key

* wip

* restructure onboarding system and add initial locale

* update language card and fix translation updating

* remove prints

* new card formattings

* fix cursed unmount effect

* add OAuth route onboarding

* remove required admin auth for onboarding

* delete the hotwire button

* update open-api files

* delete import

* fix failing oauth onboarding fields

* fix e2e test

* fix web e2e test

* add onboarding to user registration e2e test

* remove todo

this was a holdover during dev and didn't get deleted

* fix server small tests

* use onDestroy to save settings rather than a bind:this

* change to false for isOnboarded

* fix other auth small test

* provide type annotation in user factory metadata field

* remove onboardingCompelted from UserDto

* move translations to onboarding steps array and mark as derived so they update

* break language selector out into its own component as per @danieldietzler suggestion

* remove hello header on card

* fix flixkering on server privacy card

* label/id fixes

* openapi

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2025-06-02 21:09:13 +00:00
..
setting-accordion-state.svelte fix(web): infinite loop browser navigation crash admin settings page (#14850) 2024-12-21 19:26:01 +00:00
setting-accordion.svelte chore: tailwindcss v4 and z-war clean up (#18358) 2025-05-19 14:32:23 +00:00
setting-buttons-row.svelte refactor: use more immich ui buttons (#16840) 2025-03-14 09:38:06 -04:00
setting-checkboxes.svelte fix(web): enhance face tagging confirmation and fix #18605 (#18610) 2025-05-25 14:34:12 -05:00
setting-combobox.svelte chore(web): migration svelte 5 syntax (#13883) 2024-11-14 08:43:25 -06:00
setting-dropdown.svelte chore(web): migration svelte 5 syntax (#13883) 2024-11-14 08:43:25 -06:00
setting-input-field.spec.ts chore(web): migration svelte 5 syntax (#13883) 2024-11-14 08:43:25 -06:00
setting-input-field.svelte feat: configure token endpoint auth method (#17968) 2025-04-29 15:17:48 -04:00
setting-select.svelte chore: upgrade to tailwind v4 (#18353) 2025-05-18 13:51:33 +00:00
setting-switch.svelte refactor: convert slider to switch (#18334) 2025-05-16 13:59:47 -04:00
setting-textarea.svelte chore(deps): update dependency eslint-plugin-svelte to v3 (#16532) 2025-03-03 14:24:26 +00:00
settings-language-selector.svelte feat(web): improved user onboarding (#18782) 2025-06-02 21:09:13 +00:00