Commit Graph

22 Commits

Author SHA1 Message Date
7ad0b74730 style: format static/search/state.ts 2026-06-25 02:35:52 +02:00
c3bd8840b7 style: format static/search/render.ts 2026-06-25 02:35:52 +02:00
0afb4e4c6d style: format static/search/overlay.ts 2026-06-25 02:35:52 +02:00
b7e06810c6 style: format static/search/fetch.ts 2026-06-25 02:35:52 +02:00
2cc6eb3224 style: format static/search/actions.ts 2026-06-25 02:35:52 +02:00
82cee146de refactor: make fetchNextSearchPage private 2026-06-25 02:35:52 +02:00
171a45c015 refactor: remove unused search state helpers 2026-06-25 02:35:52 +02:00
d3241fc146 refactor: simplify render module by removing compact items and continue watching 2026-06-25 02:35:52 +02:00
363a125e31 refactor: rename overlay module to search page module 2026-06-25 02:35:52 +02:00
9d8b09a9a7 refactor: update fetch module to use search API endpoint and types 2026-06-25 02:35:52 +02:00
9a961d9815 refactor: rename command palette types and DOM selectors to search 2026-06-25 02:35:52 +02:00
2dca69c9f4 refactor: move shared styles to tailwind utilities 2026-06-25 02:35:52 +02:00
e1ab6e714e feat: add watchlist toggle to search results 2026-06-25 02:35:51 +02:00
2ec1cdec38 feat: add error handling to search functions 2026-06-25 02:35:51 +02:00
1770492b00 chore: remove dead search dialog overlay code 2026-06-25 02:35:51 +02:00
c1e313d684 fix: surface search failures 2026-06-25 02:35:51 +02:00
31a8da10b4 refactor: encapsulate search state, bound cache 2026-06-25 02:35:51 +02:00
c8112e5062 feat: add search/overlay.ts 2026-06-13 22:29:30 +02:00
0d7c572f2c feat: add search/actions.ts 2026-06-13 22:29:26 +02:00
5dbb04dbdd feat: add search/fetch.ts 2026-06-13 22:29:23 +02:00
ff1cd7ce4a feat: add search/render.ts 2026-06-13 22:29:20 +02:00
4ac155c8cc feat: add search/state.ts 2026-06-13 22:29:16 +02:00