1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-03-31 21:29:38 +02:00
Commit graph

2 commits

Author SHA1 Message Date
Alex
0b3742cf13
chore(web): migration svelte 5 syntax () 2024-11-14 08:43:25 -06:00
Ben
53d571d29e
feat(web,a11y): form and search filter accessibility ()
* feat(web,a11y): search filter accessibility

- visible focus rings
- labels for text search
- responsive buttons / radio buttons / checkboxes
- buttons to lowercase
- add fieldsets to radio buttons and checkboxes, so the screen reader
  announces the label for the group

* feat: extract inputs into reusable components, replace all checkboxes

* chore: revert changes to responsive buttons

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2024-04-26 01:18:19 -05:00