fix: ensure HTML response for search and fix player container
CI / Test (Python 3.11) (push) Has been cancelled
CI / Test (Python 3.12) (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Type Check (push) Has been cancelled
CI / Summary (push) Has been cancelled

- Added html=1 parameter support to router_anime.py for guaranteed HTML fragments
- Added missing #player-container to index.html for HTMX interactions
- Cleaned up legacy CSS .active classes interfering with Alpine.js x-show
This commit is contained in:
root
2026-03-24 12:26:58 +00:00
parent 4e313392d0
commit f99e739ff2
3 changed files with 11 additions and 10 deletions
+1 -5
View File
@@ -172,11 +172,7 @@
}
.tab-content {
/* Managed by Alpine.js x-show */
}
.tab-content.active {
display: block;
/* Handled by Alpine.js x-show */
}
select {