Commit Graph

20 Commits

Author SHA1 Message Date
f2554152fa refactor(watchlist): sortEntries, null checks, and beginTx 2026-04-20 01:42:10 +02:00
be5824ab5f refactor: consolidate proxy handlers and simplify ranking/watchlist 2026-04-20 01:26:16 +02:00
b24053864c fix: harden playback and migrations 2026-04-19 21:05:47 +02:00
08be4b5f82 fix(watchlist): clear progress on continue delete 2026-04-19 01:19:36 +02:00
ed73400b83 feat: replace notifications with continue watching 2026-04-18 23:42:22 +02:00
c1ee5df94c feat: save watch progress 2026-04-18 18:24:43 +02:00
f0a64f37e6 remove unfinished score sorting and score display (#2)
* refactor: remove watchlist score sort

* refactor: drop score metadata from ui
2026-04-14 23:01:33 +02:00
697d0cc32f refactor: simplify watchlist handler 2026-04-14 22:23:59 +02:00
9b46396f32 ci: add quality checks and smoke tests 2026-04-10 17:26:49 +02:00
42247214dd security: validate watchlist inputs 2026-04-10 17:22:34 +02:00
a0617ec127 chore: cleanup files 2026-04-08 18:02:54 +02:00
fdc8fa0f08 refactor: consolidate title formatting 2026-04-08 16:58:12 +02:00
18065bf4cc chore: add user id to watchlist log for better debugging 2026-04-08 15:44:01 +02:00
437ec70d8c ui: change default watchlist view to grid 2026-04-08 13:21:07 +02:00
6f54ed16eb feat: add schedule, notifications, and recommendations 2026-04-08 13:02:17 +02:00
b61070b652 refactor: rename malago to mal 2026-04-07 00:14:35 +02:00
9223176344 add continuing tab to watchlist 2026-04-06 23:38:30 +02:00
8687f93f31 feat: add sort/filter component for watchlist
- create reusable SortFilter templ component with sort options (date, title, score)
- integrate sort/filter into watchlist page with query params
- add sortEntries method to handle client-side sorting
- add CSS styling for sort filter controls
- pass sort params through status tab and view toggle links
2026-04-06 23:28:36 +02:00
2a07a21295 refactor: move middleware to shared directory 2026-04-06 22:39:05 +02:00
afc0a1d218 refactor: extract watchlist feature to its own domain slice 2026-04-06 22:37:20 +02:00