Commit Graph

90 Commits

Author SHA1 Message Date
7c548c4d31 fix: give toggle inactive state a solid background 2026-06-08 08:32:09 +02:00
fbc9eeeb86 docs: improve readmes for cmd and template components 2026-06-08 08:32:09 +02:00
c044c30bd8 feat: add airing status and end-state helpers to player 2026-06-08 08:32:09 +02:00
2a266c6b1e fix: wire nav collapse 2026-05-26 22:30:14 +02:00
50159286b4 fix: sync server-rendered watchlist state to client 2026-05-26 20:29:19 +02:00
749a275dc0 feat: add schedule page 2026-05-26 20:16:14 +02:00
3a0e04dda9 feat: add studio filter UI and studio links on anime page 2026-05-25 17:59:22 +02:00
345c3b05f7 fix: standardize watch page and player dropdown styles 2026-05-25 01:54:30 +02:00
019a519b81 fix: improve accessibility and visual consistency 2026-05-25 01:34:54 +02:00
28bfbe5257 fix: improve accessibility and keyboard navigation 2026-05-25 01:31:05 +02:00
6932d4b8d0 refactor: extract inline JS to modules 2026-05-25 01:16:02 +02:00
ea831b3e2d refactor: restyle progress bar, scrubber and preview popover 2026-05-24 21:14:23 +02:00
3cd7302c9c refactor: remove remaining border and ring classes 2026-05-24 20:07:28 +02:00
df0c00a2f9 feat: add theme toggle to sidebar 2026-05-24 20:07:09 +02:00
79a518d941 refactor: inline scrollbar styles as tailwind arbitrary 2026-05-24 20:06:44 +02:00
cfaf6e6640 refactor: replace custom css utilities with tailwind arbitrary 2026-05-24 20:06:32 +02:00
da9bb56d80 fix: continue watching label 2026-05-24 02:48:07 +02:00
9da9edae7f fix: restore command palette overlay 2026-05-24 02:27:35 +02:00
0e1bf7a36f fix: unstyle watchlist options 2026-05-24 02:12:28 +02:00
f6f95bc164 fix: unstyle settings mode buttons 2026-05-24 02:10:53 +02:00
391a4f750c fix: normalize button styling 2026-05-24 02:09:25 +02:00
065e3fd7d6 fix: improve form accessibility 2026-05-24 01:48:14 +02:00
bfb8cc0274 fix: player dropdown light-mode visibility 2026-05-24 01:45:39 +02:00
7800964ce5 fix: improve segment bar colors and z-index layering 2026-05-19 11:03:04 +02:00
c2ed9fabc2 feat: add mode-switched-from to player template and state 2026-05-17 21:17:00 +02:00
9ba327d5c5 feat: add timeout and abort handling to command palette search 2026-05-17 20:38:08 +02:00
66edd9c062 feat: replace quick search with command palette 2026-05-17 17:24:07 +02:00
296581fedf refactor: replace harsh shadows with subtle ring+shadow, add heading-serif and border-hairline 2026-05-17 02:49:47 +02:00
0df43b6f51 feat: add HTMX-driven filter bar and browse fragments 2026-05-15 03:25:14 +02:00
8ab6cf4986 feat: add search dialog with keyboard shortcut 2026-05-15 02:51:55 +02:00
aa8df4fd54 feat: natural toast messages with anime title 2026-05-15 02:22:20 +02:00
74e2aa50fd feat: improve video seeking and range request handling 2026-05-15 01:39:29 +02:00
604a9ab382 fix: removed rounded corners except for inputs 2026-05-15 01:15:46 +02:00
598e842b2c feat: tweak theme colors and streamline sidebar chrome 2026-05-15 01:15:00 +02:00
2619dc2c94 fix: autoplay video instantly on watch page load 2026-05-13 23:48:09 +02:00
4f6b534093 refactor: extract watchlist remove button into shared component 2026-05-13 19:08:13 +02:00
b3c906a16e fix: centralize watchlist dropdown js and fix page load timing 2026-05-13 19:05:10 +02:00
413ee70923 feat: use saved progress for watch button on anime page
Check continue_watching_entry to find the episode to resume from.
Show 'Continue Episode N' instead of 'Watch Now' when progress exists.
2026-05-13 18:16:25 +02:00
851c9d701f feat: link continue watching cards to saved episode
Include ?ep=N in the watch links so clicking a continue watching
card loads the correct episode and resumes from saved progress.
2026-05-13 18:16:19 +02:00
0e25f98f37 refactor: update watch route in watchlist_actions template 2026-05-13 12:43:24 +02:00
2f47dfce94 refactor: update watch route in continue_watching template 2026-05-13 12:43:18 +02:00
345853406c refactor: general architectural cleanup and bug fixes 2026-05-13 11:20:49 +02:00
91aa0de67d refactor: move SVGs and style.css to static/assets/ and update references 2026-05-10 20:28:01 +02:00
b152e246ff style: format remaining files 2026-05-10 19:25:51 +02:00
620ebc0b6c fix: normalize heading font weights and replace hardcoded colors with css variables 2026-05-08 12:26:37 +02:00
b6ccef7743 fix: use text-foreground and font-normal for watch order heading 2026-05-08 12:06:19 +02:00
15abfde6f4 fix: use text-foreground hover for footer source link 2026-05-08 12:03:39 +02:00
5251d773f6 fix: use text-foreground for watchlist actions 2026-05-08 12:02:21 +02:00
af38636759 feat: auto-hide player controls in fullscreen 2026-05-08 09:45:57 +02:00
f755435af9 fix: use text-foreground for continue watching h2 2026-05-07 15:05:41 +02:00