Commit Graph

655 Commits

Author SHA1 Message Date
4f173ad83b fix: don't update watchlist order when saving progress 2026-05-08 17:12:51 +02:00
0f7a5bfe63 fix: silence 404s when watch order not found 2026-05-08 16:33:31 +02:00
6730135558 chore: remove unused ajax declaration 2026-05-08 13:22:26 +02:00
df2bf8125d fix: enable scrolling for episode list with fixed height 2026-05-08 13:21:21 +02:00
223089fa61 fix: prevent Remove from Watchlist text from wrapping 2026-05-08 12:36:19 +02:00
620ebc0b6c fix: normalize heading font weights and replace hardcoded colors with css variables 2026-05-08 12:26:37 +02:00
b6ccef7743 fix: use text-foreground and font-normal for watch order heading 2026-05-08 12:06:19 +02:00
15abfde6f4 fix: use text-foreground hover for footer source link 2026-05-08 12:03:39 +02:00
5251d773f6 fix: use text-foreground for watchlist actions 2026-05-08 12:02:21 +02:00
af38636759 feat: auto-hide player controls in fullscreen 2026-05-08 09:45:57 +02:00
334b05c6e0 chore: go fixes 2026-05-08 09:28:30 +02:00
ccc40d8d9d chore: remove not implemented stubs 2026-05-08 09:27:49 +02:00
caf84740fc chore: sqlc versioning 2026-05-07 17:07:37 +02:00
f755435af9 fix: use text-foreground for continue watching h2 2026-05-07 15:05:41 +02:00
c77bcca7ba fix: downgrade sqlc to v1.30.0 for go 1.25 compatibility 2026-05-07 14:59:01 +02:00
30109590ba fix: update avatar field casing and sync models 2026-05-07 14:56:39 +02:00
30f45ece89 fix: resolve user avatar template error 2026-05-07 13:56:30 +02:00
734f5295c7 chore: formatting 2026-05-07 13:43:53 +02:00
8ef08cbc69 fix: include static in docker build 2026-05-07 13:43:22 +02:00
b5083035f5 feat: add user avatar with dicebear dylan 2026-05-07 13:42:21 +02:00
83e480b7b0 fix: force fresh frontend build in docker 2026-05-07 12:55:08 +02:00
9cb7857a26 fix: add no-cache headers for static assets 2026-05-07 12:49:01 +02:00
7412c9ed68 feat: add light mode support across all templates 2026-05-07 12:21:03 +02:00
0879dde851 feat: use css variables for svg icon colors 2026-05-07 11:57:44 +02:00
ca5b19209c fix: writing bit stuff cleaner 2026-05-07 11:20:40 +02:00
41f283220e fuck superpowers 2026-05-07 10:55:22 +02:00
8ea7dfde1b fix: add missing sort-by-display element in watchlist 2026-05-07 08:48:23 +02:00
ac822f8f3e feat: add margin to watchlist cards 2026-05-07 00:59:37 +02:00
81b8f454d7 nvm 2026-05-07 00:57:22 +02:00
4887088795 feat: remove watchlist import/export functionality 2026-05-07 00:54:22 +02:00
2a6b5d5b8e chore: formatting 2026-05-07 00:47:31 +02:00
43de6544fe feat: include title in watchlist csv export 2026-05-07 00:06:18 +02:00
5ee16a19ef style: unify watchlist dropdown and sort UI 2026-05-07 00:04:01 +02:00
1eff562145 fix: use data attributes for export and style buttons in dropdown 2026-05-07 00:02:41 +02:00
4344500d7d docs: add watchlist export/import implementation plans 2026-05-06 23:59:28 +02:00
df2f136f3c feat: add export/import buttons and logic to watchlist UI 2026-05-06 23:57:20 +02:00
5ac6645e51 feat: add watchlist import api endpoint 2026-05-06 23:56:44 +02:00
fdf1a8b568 feat: add ImportWatchlist to service 2026-05-06 23:54:03 +02:00
1653632880 docs: add watchlist export/import spec 2026-05-06 23:51:56 +02:00
f26088ad47 fix: prevent updated_at bump for completed anime 2026-05-06 23:40:57 +02:00
69f0f1c7ef docs: add implementation plans for project cleanup 2026-05-06 23:27:43 +02:00
56fd782cdc refactor: final cleanup of allanime_client.go 2026-05-06 23:26:44 +02:00
a88cec0915 refactor: move utls roundtripper to pkg/net/utls 2026-05-06 23:24:14 +02:00
220adc132a docs: add allanime client decomposition spec 2026-05-06 23:23:15 +02:00
9e6fc2a243 feat: integrate new rate limiter into server 2026-05-06 23:20:24 +02:00
d234c9b0ba test: add unit tests for rate limiter 2026-05-06 23:19:44 +02:00
18d1de9152 fix: update rate limiter usage and remove obsolete cleanup 2026-05-06 23:19:19 +02:00
03d9f4bd0d refactor: convert rate limiter to struct-based implementation 2026-05-06 23:18:35 +02:00
7512aac53e fix: race condition in worker waitgroup 2026-05-06 23:18:32 +02:00
d7db3d6d1c docs: add rate limiter refactor spec 2026-05-06 23:17:35 +02:00