Ben
1071396a4a
fix(web,a11y): remove autofocus from input fields ( #8857 )
...
* fix(web,a11y): remove autofocus from input field
The autofocus attribute can cause the keyboard to unexpectedly appear
for mobile users, and override any other focus management that the
application is doing programatically.
* fix: always include people filter
2024-04-17 11:15:37 +02:00
Sam Holton
13b11a39a9
feat(web) add filter when viewing all people in search box ( #7997 )
...
* feat(web) add filter when viewing all people in search box
* chore: svelte check
* pr feedback: fix vertical spacing to eliminate jump when filter appears
* pr feedback
* simplify filter logic
---------
Co-authored-by: Alex Tran <alex.tran1502@gmail.com >
2024-03-27 14:58:38 -05:00
Alex
3a94be0212
chore(web): style tab button group and search bar ( #8292 )
...
* chore(web): style tab button group and search bar
* responsive design
2024-03-26 10:36:15 -05:00
martin
a2934b8830
feat(server, web): search location ( #7139 )
...
* feat: search location
* fix: tests
* feat: outclick
* location search index
* update query
* fixed query
* updated sql
* update query
* Update search.dto.ts
Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com >
* coalesce
* fix: tests
* feat: add alternate names
* fix: generate sql files
* single table, add alternate names to query, cleanup
* merge main
* update sql
* pr feedback
* pr feedback
* chore: fix merge
---------
Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com >
Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com >
2024-02-23 19:42:37 -05:00
martin
75947ab6c2
feat(web): search albums ( #7322 )
...
* feat: search albums
* pr feedback
* fix: comparison
* pr feedback
* simplify
* chore: more compact album padding
---------
Co-authored-by: Jason Rasmussen <jrasm91@gmail.com >
2024-02-22 09:04:43 -05:00