john-okeefe
46e0744802
feat(bookshelf): replace broken datalist tag filter with custom autocomplete
...
The HTML <datalist> approach for tag autocomplete was unreliable across
browsers — showed empty suggestions or no dropdown at all.
Replace with a custom Alpine.js dropdown:
- New tag-dropdown.ts shared module: searchTagSuggestions() queries
/api/media-items/search?tags=...&library_id=... and returns results
- Bookshelf: absolute-positioned dropdown below tags_filter input, shows
tag name + book count per suggestion
- Keyboard navigation: ArrowUp/Down to highlight, Enter to select,
Escape to close
- Click suggestion to populate the filter input
2026-05-10 16:12:44 -04:00
..
2026-04-29 20:33:08 -04:00
2026-03-13 22:25:12 -04:00
2026-04-29 20:33:08 -04:00
2026-04-12 20:43:57 -04:00
2026-05-08 20:27:50 -04:00
2026-04-29 20:47:11 -04:00
2026-04-29 20:33:08 -04:00
2026-03-11 16:41:45 -04:00
2026-03-28 23:54:26 -04:00
2026-05-08 20:27:50 -04:00
2026-04-29 20:32:51 -04:00
2026-03-28 23:54:26 -04:00
2026-03-13 22:25:12 -04:00
2026-03-13 22:25:12 -04:00
2026-04-29 20:33:08 -04:00
2026-03-12 15:44:15 -04:00
2026-05-10 11:52:53 -04:00
2026-05-10 11:52:53 -04:00
2026-05-10 16:12:28 -04:00
2026-05-10 16:12:28 -04:00
2026-03-27 15:52:02 -04:00
2026-03-27 15:52:02 -04:00
2026-05-10 16:12:44 -04:00
2026-05-10 16:12:44 -04:00
2026-05-10 16:11:29 -04:00
2026-05-10 16:11:29 -04:00
2026-04-29 20:33:08 -04:00
2026-03-09 20:11:31 -04:00
2026-04-29 20:33:08 -04:00
2026-03-13 22:25:12 -04:00
2026-04-29 20:33:08 -04:00
2026-03-28 23:54:42 -04:00
2026-05-08 20:27:50 -04:00
2026-04-29 20:32:51 -04:00
2026-04-29 20:33:08 -04:00
2026-03-13 22:25:12 -04:00
2026-05-08 20:58:43 -04:00
2026-05-08 20:58:43 -04:00
2026-05-08 20:27:50 -04:00
2026-04-29 20:32:51 -04:00
2026-04-29 20:33:08 -04:00
2026-03-13 22:25:12 -04:00
2026-04-29 20:33:08 -04:00
2026-02-20 13:25:35 -05:00
2026-04-29 20:33:08 -04:00
2026-03-28 00:46:10 -04:00
2026-05-08 20:27:15 -04:00
2026-05-08 20:27:15 -04:00
2026-04-06 16:02:45 -04:00
2026-04-04 18:17:06 -04:00
2026-04-06 16:02:45 -04:00
2026-04-04 18:17:06 -04:00
2026-05-08 20:27:50 -04:00
2026-04-29 20:47:11 -04:00
2026-04-29 20:33:08 -04:00
2026-03-08 21:36:02 -04:00
2026-03-13 22:25:12 -04:00
2026-03-13 22:25:12 -04:00
2026-04-29 20:33:08 -04:00
2026-04-24 14:03:03 -04:00
2026-04-29 20:33:08 -04:00
2026-03-13 22:25:12 -04:00
2026-04-29 20:33:08 -04:00
2026-04-25 21:16:52 -04:00
2026-04-06 16:02:45 -04:00
2026-04-04 18:17:06 -04:00
2026-05-08 20:27:15 -04:00
2026-05-08 20:27:15 -04:00
2026-05-08 20:50:59 -04:00
2026-05-08 20:50:59 -04:00
2026-03-11 11:01:43 -04:00
2026-03-08 21:36:02 -04:00
2026-05-08 20:27:01 -04:00
2026-04-29 20:33:08 -04:00
2026-03-13 22:25:12 -04:00
2026-05-10 11:52:36 -04:00