Commit Graph

11 Commits

Author SHA1 Message Date
a53fc91068 refactor: remove unused constants and fields 2026-05-12 16:06:15 +02:00
2fba84edc1 fix: handle template render errors 2026-05-12 16:06:12 +02:00
fc1726d1fd refactor: remove dead code from anime and auth packages 2026-05-12 12:34:38 +02:00
e48d95cb4e feat: add comments and cleanup unused imports across codebase 2026-05-10 20:00:04 +02:00
7f768080ee refactor: update imports to use new db package 2026-05-06 23:13:43 +02:00
56f0951d5e fix: resolve jikan api eof and context cancellation errors
- add http transport with connection pooling to prevent stale connections
- check ctx.Done() before each retry attempt to abort early
- pass context to renderer to skip writing on canceled requests
2026-05-02 23:27:25 +02:00
d9ffa20d98 feat: implement logout functionality 2026-05-02 18:38:43 +02:00
4f3a61e143 refactor(ui): complete ui template migration and fix playback 2026-05-02 18:38:43 +02:00
2c6d28cf01 refactor: migrate from templ to html/template 2026-05-02 18:38:43 +02:00
c3a2285834 fix: check render errors and handle htmx redirect in auth 2026-04-21 01:20:36 +02:00
6df8788749 refactor: reorganize project structure following go standards 2026-04-20 15:54:35 +02:00