0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-28 00:59:18 -05:00
immich/web/src/lib
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
..
__mocks__
assets chore(deps): update dependency @types/node to v20.11.27 (#8012) 2024-03-18 19:49:31 -04:00
components feat(web): combobox accessibility improvements (#8007) 2024-03-19 07:56:41 -05:00
models
stores fix(web): updating asset store after remove (#7999) 2024-03-16 09:22:15 -04:00
utils refactor(web): list navigation with keyboard (#7987) 2024-03-15 15:00:53 -05:00
constants.ts feat(server,web): remove external path nonsense and make libraries admin-only (#7237) 2024-02-29 12:35:37 -06:00
utils.ts fix(web): asset upload progress (#7882) 2024-03-12 07:19:38 -04:00