Commit Graph

54 Commits

Author SHA1 Message Date
6dd6d422b8 templates: replace deprecated day title 2026-04-10 17:26:35 +02:00
e2fc44bf1a ui: declutter anime pages and controls 2026-04-10 01:15:19 +02:00
d555a8a84f ui: implement clean dark theme without borders 2026-04-09 12:34:43 +02:00
bbc90095bd ui: final sweep extracting SortFilter and standardizing empty notifications to ui.EmptyState 2026-04-08 18:17:49 +02:00
c0516b7118 ui: final sweep replacing loading indicators and ensuring anime.templ properly imports ui package 2026-04-08 18:15:33 +02:00
50aa32e51f ui: update AnimeCard to support children and integrate across anime, notifications, and schedule templates 2026-04-08 18:13:20 +02:00
b83f7f8ab3 ui: extract generic AnimeCard component and adopt in watchlist and catalog 2026-04-08 18:10:26 +02:00
0f338ba9ee ui: extract infinite anime list and catalog item to shared ui component 2026-04-08 18:08:37 +02:00
dfb61bfe8c ui: extract empty state component 2026-04-08 18:07:17 +02:00
8cc07dfadd ui: extract loading indicator to shared ui package 2026-04-08 18:06:23 +02:00
c6234e12b8 chore: untrack generated templ files 2026-04-08 16:59:53 +02:00
debc58bf26 refactor: deduplicate list templates 2026-04-08 16:58:15 +02:00
fdc8fa0f08 refactor: consolidate title formatting 2026-04-08 16:58:12 +02:00
2d067c88e4 ui: align empty states and fix text casing 2026-04-08 16:06:00 +02:00
bffdcb5241 chore: use proper casing 2026-04-08 16:00:49 +02:00
c9d34fd567 ui: proper casing for empty states in anime details 2026-04-08 15:54:28 +02:00
e2da605916 ui: responsive header and snappy htmx feedback 2026-04-08 15:49:55 +02:00
91e10560a6 feat(auth): implement strict and secure user registration 2026-04-08 15:37:32 +02:00
91ac10acb8 fix: templ compilation error for split notification sections 2026-04-08 15:28:58 +02:00
9ce3bc9e20 ui: split and rename notification sections for clarity 2026-04-08 15:26:43 +02:00
8b46edc15a feat: recursive sequel graph syncing with real-time UI polling 2026-04-08 14:05:30 +02:00
3b45500b7b feat: add upcoming seasons sync and notification for sequels 2026-04-08 13:35:44 +02:00
8904df7b1c ui: redesign notifications grid 2026-04-08 13:20:04 +02:00
e5602ec2df fix: regenerate templ files for top navigation 2026-04-08 13:08:10 +02:00
6f54ed16eb feat: add schedule, notifications, and recommendations 2026-04-08 13:02:17 +02:00
8bb5bc0a18 fix: resolve infinite scroll duplication issues 2026-04-07 14:13:13 +02:00
f77788588e feat: add discover page for airing anime 2026-04-07 14:08:08 +02:00
aa5a99eec7 revert: remove torrent streaming feature 2026-04-07 13:48:37 +02:00
79a6dfd0ef feat: select specific episode from batch torrents 2026-04-07 13:41:41 +02:00
a25e8f1655 feat: torrent streaming with hls transcoding (#1)
* feat: add ffmpeg for hls streaming

* feat: torrent streaming with hls transcoding

- add nyaa.si torrent search client
- add streaming service using anacrolix/torrent
- add hls transcoding via ffmpeg for browser playback
- add watch page with episode selection
- add socks5 proxy support via TORRENT_PROXY env
- switch to modernc.org/sqlite (pure go, no cgo conflicts)
- update dockerfile with ffmpeg
2026-04-07 13:23:08 +02:00
579b194eb9 fix: regenerate templ and update migrate command 2026-04-07 05:24:20 +02:00
b7f861533a fix: update hidden input before form submit 2026-04-07 05:21:32 +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
18f86a02b2 ui: add source, demographics, themes, broadcast, and streaming to anime sidebar 2026-04-06 23:13:29 +02:00
6495bc733a feat: add debounced search dropdown with quick results 2026-04-06 22:58:40 +02:00
da88c286f2 ui: remove status display from watchlist 2026-04-06 22:54:34 +02:00
39f25a74d3 fix: pass english and japanese titles to watchlist dropdown 2026-04-06 20:14:05 +02:00
063a73d43c feat: add title columns and migration tracking 2026-04-06 20:00:45 +02:00
eb8dbf231a fix: use DisplayTitle for watchlist (english preferred) 2026-04-06 19:53:18 +02:00
55284a855e remove: toast notification system 2026-04-06 19:52:24 +02:00
da60c9d6fd fix: remove watchlist item with htmx delete swap 2026-04-06 19:48:46 +02:00
5effd901c3 feat: add watchlist export/import as JSON 2026-04-06 19:44:54 +02:00
b4daa002d5 feat: auto-refresh watchlist dropdown on status change 2026-04-06 19:24:30 +02:00
2657f19993 ui: redesign anime page with info sidebar, quick info tags, relations grid 2026-04-06 19:20:51 +02:00
601cc864c9 ui: update watchlist with grid/table toggle and status tabs 2026-04-06 19:20:49 +02:00
564cae2e16 ui: update catalog and search templates 2026-04-06 19:20:47 +02:00
b8b9b522db ui: simplify login page 2026-04-06 19:20:41 +02:00
362bf15b93 ui: update header layout with nav on left, search on right 2026-04-06 19:20:39 +02:00