1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-10 13:56:47 +01:00
immich/web/src/lib/components/user-settings-page
Ben Basten c6d2408517
feat(web): combobox accessibility improvements (#8007)
* bump skip link z index, to prevent overlap with the search box

* combobox refactor initial commit

* pull label into the combobox component

* feat(web): combobox accessibility improvements

* fix: replace crypto.randomUUID, fix border UI bug, simpler focus handling (#2)

* fix: handle changes in the selected option

* fix: better escape key handling in search bar

* fix: remove broken tailwind classes

Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com>

* fix: remove custom "outclick" handler logic

* fix: use focusout instead of custom key handlers to detect focus change

* fix: move escape key handling to the window

Also add escape key handling to the input box, to make sure that the "recent searches" dropdown gets closed too.

* fix: better input event handling

Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com>

* fix: highlighting selected dropdown element

---------

Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com>
2024-03-19 07:56:41 -05:00
..
app-settings.svelte feat(web): combobox accessibility improvements (#8007) 2024-03-19 07:56:41 -05:00
change-password-settings.svelte feat(web): Added password field visibility toggle (#7368) 2024-02-24 14:28:56 -06:00
device-card.svelte feat(web): Implemented device last seen date and time with user locale support (#7863) 2024-03-12 10:31:46 -05:00
device-list.svelte fix(web): consistent modal escape behavior (#7677) 2024-03-06 22:18:53 -05:00
memories-settings.svelte feat(web): add an option to change the date formats (#7174) 2024-02-22 14:36:14 +00:00
oauth-settings.svelte chore(web): cleanup promise handling (#7382) 2024-02-27 10:37:37 -06:00
partner-selection-modal.svelte feat(web): update logo (#7798) 2024-03-13 12:14:45 -05:00
partner-settings.svelte fix(web): consistent modal escape behavior (#7677) 2024-03-06 22:18:53 -05:00
user-api-key-list.svelte fix(web): consistent modal escape behavior (#7677) 2024-03-06 22:18:53 -05:00
user-profile-settings.svelte feat(server,web): remove external path nonsense and make libraries admin-only (#7237) 2024-02-29 12:35:37 -06:00
user-settings-list.svelte chore(web): Sharing -> Partner Sharing (#7952) 2024-03-14 10:16:20 -05:00