Commit Graph

230 Commits

Author SHA1 Message Date
89c8a41c68 feat: add timeline preview hover 2026-04-18 07:38:59 +02:00
54ba5eda2d feat: add preview sprite backend 2026-04-18 07:38:48 +02:00
db8140a266 chore: install ffmpeg 2026-04-18 07:26:44 +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
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
c8e8b80b75 watch: sync watchlist status between watch and details page 2026-04-18 06:26:13 +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
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
0dfd67be47 feat(playback): add watch backend 2026-04-18 05:55:42 +02:00
e21474ca55 feat(ui): add anime episodes section 2026-04-18 05:55:22 +02:00
9eb3e21ffa feat(anime): add episode api support 2026-04-18 05:54:15 +02:00
df3a6e3610 fix: allow dist assets without auth 2026-04-18 00:02:42 +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
5eeb18811b feat: add studio handlers and routes 2026-04-18 00:02:40 +02:00
5c7452d599 feat: add studio service methods 2026-04-18 00:02:39 +02:00
daf3c472b6 feat: add studio api client and types 2026-04-18 00:02:36 +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
64362dbf14 fix(ui): contain anime card poster 2026-04-15 01:59:36 +02:00
c9d3ca5cc6 refactor(ui): standardize tailwind classes 2026-04-15 01:19:31 +02:00
2a7361f133 build: bump tailwind to 4.2.2 2026-04-15 01:19:22 +02:00
57211e4e17 fix(ui): remove poster items-end usage 2026-04-15 01:04:46 +02:00
7e03a90504 refactor(ui): unify anime poster wrapper 2026-04-15 01:04:31 +02:00
b9dad0f574 fix: degrade search on retryable jikan errors 2026-04-15 00:44:00 +02:00
036671f1e8 fix: fallback quick search when limit fails 2026-04-15 00:41:15 +02:00
587c7b2176 refactor: align account and watchlist titles 2026-04-15 00:36:02 +02:00
058aedd5e0 fix: limit quick search to five results 2026-04-15 00:35:57 +02:00
90c80b9d1e build: move generated assets to dist 2026-04-15 00:26:50 +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
3f0ad8f34b Merge pull request #5 from mkelvers/nxl/ui-tailwind-ts-foundation
add tailwind v4 + typescript foundation for ui migration
2026-04-15 00:14:22 +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
dd6f49b1c9 ui: start tailwind utility migration 2026-04-14 23:43:54 +02:00
b5bc9c23cc refactor: migrate browser scripts to ts 2026-04-14 23:43:50 +02:00
93cb99fd94 build: add tailwind v4 and ts tooling 2026-04-14 23:43:41 +02:00
5122348169 Merge pull request #4 from mkelvers/nxl/jikan-no-limit
remove jikan limit params to avoid catalog stalls
2026-04-14 23:24:21 +02:00
0463abb925 fix: remove jikan limit params 2026-04-14 23:23:09 +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