Lukas Pupka-Lipinski 2c8c9a788c Update HTML templates and JavaScript for FastAPI compatibility
- Replace Flask url_for() with direct /static/ paths in all HTML templates
- Update CSS and JavaScript file references to use FastAPI static mount
- Convert Flask-specific template patterns to FastAPI-compatible syntax
- Update JavaScript API endpoints to match new FastAPI route structure:
  * /api/series -> /api/v1/anime
  * /api/search -> /api/v1/anime/search
  * /api/rescan -> /api/v1/anime/rescan
- Add web interface routes for serving HTML templates
- Add template response endpoints for /app, /login, /setup, /queue
- Mark HTML template and JavaScript migration tasks as completed
- Maintain Jinja2 template compatibility with FastAPI
2025-10-05 23:14:31 +02:00
2025-05-17 21:31:16 +02:00
2025-09-29 09:17:13 +02:00
2025-10-05 21:42:08 +02:00
2025-10-05 22:22:04 +02:00
2025-10-05 22:22:04 +02:00
2025-09-29 09:17:13 +02:00
2025-10-05 21:42:08 +02:00
2025-10-05 21:42:08 +02:00
2025-09-29 09:17:13 +02:00
2025-09-28 08:52:11 +02:00
2025-05-31 20:46:30 +02:00
2025-10-05 22:22:04 +02:00
2025-10-05 22:22:04 +02:00
2025-10-05 22:22:04 +02:00
Description
No description provided
179 MiB
Languages
Python 78.5%
JavaScript 14.7%
HTML 3.3%
CSS 2.9%
Shell 0.4%
Other 0.2%