ecce0a9738
fix: invalidate home cache when updating read progress
...
- Add cache tags support to BaseApiService
- Tag home data with 'home-data' tag in HomeService
- Use revalidateTag('home-data', 'max') after read progress updates
- With 'max' profile: serve stale while fetching fresh in background
2026-02-28 10:16:12 +01:00
0c3a54c62c
feat: perf optimisation
Deploy with Docker Compose / deploy (push) Failing after 2s
2026-02-27 16:23:05 +01:00
Julien Froidefond
512e9a480f
refactor: remove caching-related API endpoints and configurations, update preferences structure, and clean up unused services
Deploy with Docker Compose / deploy (push) Successful in 7m22s
2026-01-03 18:55:12 +01:00
Julien Froidefond
946b495ce2
feat: implement DELETE API endpoint for cache invalidation in HomeService and update ClientHomePage to utilize it
2025-10-17 10:12:50 +02:00
Julien Froidefond
a4b521fe2e
fix: lint type import
2025-03-02 14:02:23 +01:00
Julien Froidefond
555e66812c
fix: redirection broken on home if no komga config
2025-03-02 09:06:05 +01:00
Julien Froidefond
3b2d4cb0d5
refacto: type mutu
2025-02-26 13:33:40 +01:00
Julien Froidefond
73ef9de818
feat: adding a carou for books on going
2025-02-26 09:17:52 +01:00
Julien Froidefond
4b710cbac2
refacto: error and error codes in services
2025-02-25 06:39:19 +01:00
Julien Froidefond
c3b11a9090
fix: cache by userid
2025-02-24 13:54:55 +01:00
Julien Froidefond
011092a87d
feat(home): latest series
2025-02-23 19:04:13 +01:00
Julien Froidefond
54d8a0684c
fix: cache file KO if reload
2025-02-23 16:03:07 +01:00
Julien Froidefond
fd2632c394
refacto(services): fetchFromApi simpler + bug libraries fetch
2025-02-23 10:42:04 +01:00
Julien Froidefond
66461ff32a
feat: clean cache on home
2025-02-22 15:44:43 +01:00
Julien Froidefond
c92156ad12
feat: cache review and home loadings
2025-02-16 22:06:15 +01:00
Julien Froidefond
ca5b59fc66
feat: Utilisation de l'API latest pour les ajouts récents - Changement de l'endpoint /books vers /books/latest - Mise à jour du titre 'Dernières lectures' en 'Ajouts récents'
2025-02-12 13:11:19 +01:00
Julien Froidefond
0483fee8cd
refactor: Amélioration de la page d'accueil et du cache - Suppression du cache.service.ts redondant - Mise à jour de l'ordre des sections (ongoing, onDeck, recentlyRead) - Correction des types et interfaces
2025-02-12 13:09:31 +01:00
Julien Froidefond
afcb22387e
refactor: utilisation des types de cache dans tous les services
2025-02-12 09:35:02 +01:00
Julien Froidefond
545f44749a
feat: ajout des services spécialisés (base, book, home, library, series) et des types associés
2025-02-12 08:47:13 +01:00