Commit Graph

22 Commits

Author SHA1 Message Date
4c340aed14 style: format static/search/state.ts 2026-06-21 02:05:06 +02:00
949618aecd style: format static/search/render.ts 2026-06-21 02:05:05 +02:00
36d8d48e90 style: format static/search/overlay.ts 2026-06-21 02:05:04 +02:00
0a44dfb474 style: format static/search/fetch.ts 2026-06-21 02:05:03 +02:00
25abee8930 style: format static/search/actions.ts 2026-06-21 02:05:02 +02:00
7aa8aca4b5 refactor: make fetchNextSearchPage private 2026-06-21 01:11:50 +02:00
f88353f725 refactor: remove unused search state helpers 2026-06-21 01:11:47 +02:00
2a24565848 refactor: simplify render module by removing compact items and continue watching 2026-06-21 00:37:35 +02:00
73b59856bf refactor: rename overlay module to search page module 2026-06-21 00:37:32 +02:00
c5f36887a1 refactor: update fetch module to use search API endpoint and types 2026-06-21 00:37:28 +02:00
328bc6229b refactor: rename command palette types and DOM selectors to search 2026-06-21 00:37:25 +02:00
2acf980da0 refactor: move shared styles to tailwind utilities 2026-06-20 19:39:22 +02:00
b22aa29547 feat: add watchlist toggle to search results 2026-06-18 20:59:29 +02:00
653f8f85e1 feat: add error handling to search functions 2026-06-16 14:00:41 +02:00
e945d1952c chore: remove dead search dialog overlay code 2026-06-16 10:24:49 +02:00
95264a371d fix: surface search failures 2026-06-16 01:23:41 +02:00
3dccde9e7e refactor: encapsulate search state, bound cache 2026-06-16 01:00:32 +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