feat(ui): Add navigation button to return to /web from watchlist

- Added 'Retour à l'accueil' button in watchlist header
- Button uses existing btn-secondary styling
- Navigates to /web using window.location.href
This commit is contained in:
root
2026-02-26 10:53:10 +00:00
parent 3cf2f8eca5
commit d19a9c4a76
+3
View File
@@ -190,6 +190,9 @@
<div class="watchlist-header">
<h1>📋 Ma Watchlist</h1>
<p>Suivez vos animes préférés et téléchargez automatiquement les nouveaux épisodes</p>
<button type="button" class="btn-secondary" onclick="window.location.href = '/web'" style="margin-top: 15px;">
← Retour à l'accueil
</button>
</div>
<!-- Scheduler Status -->