Commit Graph

110 Commits

Author SHA1 Message Date
ae0ac66c2a feat: add atoi and idiv template functions 2026-05-24 20:30:04 +02:00
812dcd2448 feat: typed anime and playback payloads 2026-05-21 16:19:58 +02:00
897d4a0c2e feat: add formatDate template function and subdirectory glob support 2026-05-15 19:36:12 +02:00
345853406c refactor: general architectural cleanup and bug fixes 2026-05-13 11:20:49 +02:00
c32ffd54de feat: migrate anime module to modular domain pattern 2026-05-13 10:32:44 +02:00
424434a2a5 feat: add modular template renderer 2026-05-13 10:30:47 +02:00
6df8788749 refactor: reorganize project structure following go standards 2026-04-20 15:54:35 +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
4eaa6542ff fix: stabilize watch layout on lg 2026-04-19 02:23:26 +02:00
afba550da3 fix: harden watch playback flow 2026-04-19 02:10:20 +02:00
88d5c6df60 fix: sync completed state after playback 2026-04-19 00:19:09 +02:00
e336e2aa40 fix: stop autoplay after final episode 2026-04-18 23:48:33 +02:00
ed73400b83 feat: replace notifications with continue watching 2026-04-18 23:42:22 +02:00
a2dad9410f chore: remove recovery flow 2026-04-18 23:17:14 +02:00
4b95a590b7 chore: remove signup and account routes 2026-04-18 23:15:38 +02:00
398c7353fa fix: route watchlist clicks to anime 2026-04-18 23:10:00 +02:00
9c3b87deaf refactor: remove thumbnail preview feature 2026-04-18 22:27:54 +02:00
0e24dab236 refactor: simplify current relation marker 2026-04-18 18:44:00 +02:00
c74c85b940 feat: widen watch page layout 2026-04-18 18:43:55 +02:00
0eb7b27676 feat: add resume links 2026-04-18 18:24:57 +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
8ff948dd05 ui: round progress scrubber 2026-04-18 07:12:49 +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
9bddd30daf watch: improve UI - remove rounded corners, hide scrollbar, refine controls 2026-04-18 06:26:05 +02:00
bd72d4d6b8 anime: remove episodes section from details page 2026-04-18 06:26:02 +02:00
28207ece35 feat(ui): add custom watch player 2026-04-18 05:55:51 +02:00
e21474ca55 feat(ui): add anime episodes section 2026-04-18 05:55:22 +02:00
a067e49e14 feat: make studios clickable links 2026-04-18 00:02:41 +02:00
c69dfbd341 feat: add studio page template 2026-04-18 00:02:40 +02:00
960d5be8ab fix(ui): remove duplicate notification title 2026-04-15 02:04:13 +02:00
381517cf78 style(ui): emphasize anime sections 2026-04-15 01:59:38 +02:00
c9d3ca5cc6 refactor(ui): standardize tailwind classes 2026-04-15 01:19:31 +02:00
57211e4e17 fix(ui): remove poster items-end usage 2026-04-15 01:04:46 +02:00
587c7b2176 refactor: align account and watchlist titles 2026-04-15 00:36:02 +02:00
90c80b9d1e build: move generated assets to dist 2026-04-15 00:26:50 +02:00
b9eec9e71a refactor: flatten static asset layout 2026-04-15 00:23:24 +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
dd6f49b1c9 ui: start tailwind utility migration 2026-04-14 23:43:54 +02:00
93cb99fd94 build: add tailwind v4 and ts tooling 2026-04-14 23:43:41 +02:00
8d09be8060 make notifications timing-aware and clearer (#3)
* feat: enrich notification timing context

* fix: improve broadcast time handling
2026-04-14 23:13:23 +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
d78b4e7848 refactor: clean template helpers 2026-04-14 22:23:59 +02:00
09d2fd3a88 ui: add custom centered 404 page 2026-04-12 14:58:08 +02:00
39f09c104f ui: add pending and catalog placeholders 2026-04-12 14:53:37 +02:00
197c9c7485 ui: remove relations extras toggle 2026-04-11 22:06:46 +02:00