Commit Graph

298 Commits

Author SHA1 Message Date
da8e8b8b15 fix(ui): update tailwind source paths and build order 2026-04-25 22:24:45 +02:00
cb17619c2a fix: resolve typescript error in theme.ts by casting to htmlbuttonelement 2026-04-25 21:57:49 +02:00
431acf6055 fix: adjust github and theme toggle icon sizes 2026-04-25 21:56:58 +02:00
9446e332f9 style: adjust color scheme for better header-background contrast 2026-04-25 21:35:57 +02:00
bd828d68c0 fix(player): correct type for modeSources 2026-04-22 10:51:20 +02:00
e48b19c1ea fix(search): use Symbol key for searchInitialized to avoid collisions 2026-04-22 10:49:37 +02:00
01464a2dec fix(player): add safeJsonParse and DOM existence check 2026-04-22 10:49:30 +02:00
2acc1b16eb fix: made auto play work 2026-04-22 09:24:27 +02:00
1e79e9aecb fix: remove system theme mode 2026-04-21 12:30:34 +02:00
ee3c22db9d feat: add system/light/dark theme switcher 2026-04-21 02:08:56 +02:00
28cacdd7c5 refactor: extract inline scripts to dedupe and sort_filter modules 2026-04-21 01:22:09 +02:00
bece1a970a refactor: extract parseClassList to shared utils 2026-04-21 01:22:04 +02:00
1ceca3bd9e style: fix timezone.ts indentation 2026-04-21 01:22:00 +02:00
435656a4cc fix: guard fullscreen on ios and space key in player 2026-04-21 01:21:56 +02:00
7a4bda43cd style: light theme with dm sans 2026-04-21 00:21:26 +02:00
f64e827d22 style(ui): match exact requested volume slider design 2026-04-20 18:20:37 +02:00
d767e73815 fix(ui): use CSS group-hover for reliable volume panel display 2026-04-20 18:08:54 +02:00
055ec1fca9 refactor: move all volume slider styles to Tailwind arbitrary variants 2026-04-20 02:08:28 +02:00
3b85a8daf3 refactor: convert volume slider CSS to Tailwind utilities 2026-04-20 02:04:11 +02:00
b24053864c fix: harden playback and migrations 2026-04-19 21:05:47 +02:00
56fe1a5244 fix: add theme-specific readme logos 2026-04-19 19:48:49 +02:00
6c96203a03 fix: set favicon stroke to black 2026-04-19 19:47:38 +02:00
2d5cfa8eb6 fix: make favicon theme-aware 2026-04-19 19:44:39 +02:00
7c333da8e5 fix(player): align seek timeline math 2026-04-19 01:33:53 +02:00
3384ac1ecc refactor: simplify player interaction logic 2026-04-19 01:10:50 +02:00
88d5c6df60 fix: sync completed state after playback 2026-04-19 00:19:09 +02:00
2849a91736 fix: complete anime at final episode 2026-04-18 23:52:24 +02:00
e336e2aa40 fix: stop autoplay after final episode 2026-04-18 23:48:33 +02:00
a2dad9410f chore: remove recovery flow 2026-04-18 23:17:14 +02:00
9c3b87deaf refactor: remove thumbnail preview feature 2026-04-18 22:27:54 +02:00
a629e81dd8 fix: reset time on episode switch 2026-04-18 18:30:15 +02:00
c1ee5df94c feat: save watch progress 2026-04-18 18:24:43 +02:00
89c8a41c68 feat: add timeline preview hover 2026-04-18 07:38:59 +02:00
99e86bfdad fix: stabilize volume hover panel 2026-04-18 07:09:42 +02:00
aa14114963 player: use CSS :has() for volume slider hover (pure CSS solution) 2026-04-18 06:35:26 +02:00
61ab440145 player: keep volume panel open via bridge element 2026-04-18 06:31:37 +02:00
1b8083b087 player: show volume slider only on icon hover 2026-04-18 06:30:24 +02:00
9bddd30daf watch: improve UI - remove rounded corners, hide scrollbar, refine controls 2026-04-18 06:26:05 +02:00
efbf295612 fix(ui): add box shadow to volume slider for visibility 2026-04-18 05:58:43 +02:00
28207ece35 feat(ui): add custom watch player 2026-04-18 05:55:51 +02:00
c9d3ca5cc6 refactor(ui): standardize tailwind classes 2026-04-15 01:19:31 +02:00
7a48f66a73 refactor: add root static source files 2026-04-15 00:23:35 +02:00
b9eec9e71a refactor: flatten static asset layout 2026-04-15 00:23:24 +02:00
f65e098b9d refactor: make ts scripts more readable 2026-04-15 00:20:40 +02:00
1344419902 build: ignore generated js artifacts 2026-04-15 00:13:11 +02:00
29e49b9fcc refactor: switch ui scripts to data hooks 2026-04-15 00:10:20 +02:00
0a5f64c604 refactor: migrate templates to tailwind utilities 2026-04-15 00:07:56 +02:00
01c738588f chore: ignore generated tailwind css 2026-04-14 23:53:19 +02:00
3c0ed1426f chore: remove static ts directory 2026-04-14 23:49:13 +02:00
bbd876d981 refactor: simplify css and ts layout 2026-04-14 23:49:07 +02:00