Commit Graph

55 Commits

Author SHA1 Message Date
0fd9c424cd feat: Complete frontend-backend integration
- Created 4 new API endpoints in anime.py:
  * /api/v1/anime/status - Get library status
  * /api/v1/anime/add - Add new series
  * /api/v1/anime/download - Download folders
  * /api/v1/anime/process/locks - Check process locks

- Updated frontend API calls in app.js to use correct endpoints

- Cleaned up instructions.md by removing completed tasks

- Added comprehensive integration documentation

All tests passing. Core user workflows (list, search, add, download) now fully functional.
2025-10-24 10:27:07 +02:00
9a64ca5b01 cleanup 2025-10-23 18:10:34 +02:00
04799633b4 cleanup 2025-10-22 13:38:46 +02:00
e578623999 fix tests 2025-10-19 20:49:42 +02:00
9323eb6371 feat(api): add anime API endpoints and tests; update docs 2025-10-14 22:01:56 +02:00