feat: Redesign web interface with 5 static tabs

Redesigned the web interface with a cleaner 5-tab layout:
- Accueil: Recommendations + Latest releases mixed
- Recherche: Unified search for anime and series
- Anime: Latest anime releases
- Série: Latest series releases
- Fournisseurs: Provider list with file hosts

Technical changes:
- Created new tabs.js for Anime, Série, and Fournisseurs tabs
- Modified header.html to use static tabs instead of dynamic
- Fixed carousel CSS classes in home_section.html
- Added null checks in main.js to prevent JS errors
- Simplified loadProviders() for legacy support
- All functionality preserved and working

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
This commit is contained in:
root
2026-01-25 11:09:10 +00:00
parent 4d280b5239
commit 5e50081b58
6 changed files with 304 additions and 87 deletions
+8 -7
View File
@@ -9,13 +9,14 @@
<link rel="stylesheet" href="/static/css/style.css">
<!-- JavaScript -->
<script src="/static/js/api.js?v=1.4" defer></script>
<script src="/static/js/utils.js?v=1.4" defer></script>
<script src="/static/js/downloads.js?v=1.4" defer></script>
<script src="/static/js/anime.js?v=1.4" defer></script>
<script src="/static/js/anime-details.js?v=1.4" defer></script>
<script src="/static/js/recommendations.js?v=1.4" defer></script>
<script src="/static/js/main.js?v=1.4" defer></script>
<script src="/static/js/api.js?v=1.5" defer></script>
<script src="/static/js/utils.js?v=1.5" defer></script>
<script src="/static/js/downloads.js?v=1.5" defer></script>
<script src="/static/js/anime.js?v=1.5" defer></script>
<script src="/static/js/anime-details.js?v=1.5" defer></script>
<script src="/static/js/recommendations.js?v=1.5" defer></script>
<script src="/static/js/tabs.js?v=1.5" defer></script>
<script src="/static/js/main.js?v=1.5" defer></script>
</head>
<body>
<div class="container">