Commit Graph

1350 Commits

Author SHA1 Message Date
96b4112f75 feat(components): extract video player component 2026-04-20 16:10:56 +02:00
2c2cb60d93 feat(shared): add watch page utility functions and types 2026-04-20 16:08:40 +02:00
5331744813 feat(components): extract watch episode list components 2026-04-20 16:08:00 +02:00
f1f7a8de40 feat(components): extract small loading indicator component 2026-04-20 16:07:57 +02:00
d4053abfaa style: reorder imports in anime shared utilities 2026-04-20 16:07:09 +02:00
54d577ea08 refactor(templates): simplify anime details using extracted components 2026-04-20 16:05:54 +02:00
203a953352 feat(shared): add anime utility functions package 2026-04-20 16:03:56 +02:00
c6c3e8549d feat(components): extract anime pending state component 2026-04-20 16:03:52 +02:00
4dc059c612 feat(components): extract anime studio links component 2026-04-20 16:03:49 +02:00
0385b0682d feat(components): extract anime recommendations component 2026-04-20 16:03:44 +02:00
07b9c144a9 feat(components): extract anime relations list component 2026-04-20 16:02:56 +02:00
d0569d5fde feat(components): extract watchlist dropdown component 2026-04-20 16:02:51 +02:00
5e85169d0d docs: update readme with new project structure 2026-04-20 15:58:00 +02:00
89f4ebbdb0 style: reorder imports to follow go conventions 2026-04-20 15:55:31 +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
a6d2b9821a fmt: apply gofmt formatting 2026-04-20 01:49:52 +02:00
dccd9d8f59 security: fix hardcoded aes key, rate limiter shutdown, stale cache errors, body limit, session cookies 2026-04-20 01:48:53 +02:00
bbf208b4bf refactor(middleware): remove RequireGlobalAuth wrapper 2026-04-20 01:42:12 +02:00
f2554152fa refactor(watchlist): sortEntries, null checks, and beginTx 2026-04-20 01:42:10 +02:00
ffd67338c3 refactor(playback): simplify handlers, http utils, and ranking 2026-04-20 01:42:09 +02:00
fab0b8a6fa refactor(anime): eliminate passthrough service layer 2026-04-20 01:42:08 +02:00
5ddfc72f37 refactor(jikan): add getWithCache helper and reduce duplication 2026-04-20 01:42:06 +02:00
be5824ab5f refactor: consolidate proxy handlers and simplify ranking/watchlist 2026-04-20 01:26:16 +02:00
82820f04d3 refactor(playback): consolidate clone functions and choosePlaybackSource 2026-04-20 01:24:07 +02:00
714ea42555 refactor(server): simplify main.go startup 2026-04-20 01:21:47 +02:00
3c438951a8 refactor(playback): simplify service files 2026-04-20 01:20:07 +02:00
158ead08f3 docs: reword cmd README to match main README prose 2026-04-20 01:16:03 +02:00
6fe78963c8 docs: note that just must be installed first 2026-04-20 01:09:37 +02:00
684f24a82e docs: explain just check and pre-push hook 2026-04-20 01:08:43 +02:00
1cdf63f2a2 fix: correct lefthook command syntax 2026-04-20 01:07:53 +02:00
63148d7ca1 chore: add justfile and lefthook for local pre-push checks 2026-04-20 01:06:15 +02:00
4e5bca3c33 docs: add local structure notes 2026-04-19 21:14:17 +02:00
eceae94063 chore: remove github actions 2026-04-19 21:09:31 +02:00
81017516dd refactor: extract access policy 2026-04-19 21:06:00 +02:00
0d5ca013c7 ci: add go and bun checks 2026-04-19 21:05:55 +02:00
b24053864c fix: harden playback and migrations 2026-04-19 21:05:47 +02:00
f753501761 docs: remove contribution docs 2026-04-19 19:51:43 +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
1e1a3e8205 refactor: remove recovery auth surface 2026-04-19 19:40:18 +02:00
4eaa6542ff fix: stabilize watch layout on lg 2026-04-19 02:23:26 +02:00
0b7479e3d0 chore: update deps 2026-04-19 02:14:16 +02:00
afba550da3 fix: harden watch playback flow 2026-04-19 02:10:20 +02:00
7c333da8e5 fix(player): align seek timeline math 2026-04-19 01:33:53 +02:00
08be4b5f82 fix(watchlist): clear progress on continue delete 2026-04-19 01:19:36 +02:00
f4c43e4723 fix(relations): ignore canceled context noise 2026-04-19 01:11:34 +02:00
14cb3b3a0f perf(playback): speed up watch data build 2026-04-19 01:11:27 +02:00