Add bulk remove all 10/10 ratings
All checks were successful
Docker / docker (push) Successful in 1m43s

Bouton dans le header (visible uniquement en filtre 10/10) qui supprime
toutes les notes 10/10 en une fois via l'API Trakt bulk.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
dev
2026-03-04 14:04:25 +00:00
parent 9c70834bcb
commit b8701f1eaf
5 changed files with 169 additions and 0 deletions

View File

@@ -163,6 +163,20 @@ select:hover, select:focus { border-color: var(--accent); }
}
.btn-ghost:hover { color: #f43f5e; border-color: rgba(244,63,94,.4); }
.btn-danger {
color: #f87191;
font-size: .78rem;
font-family: inherit;
padding: .3rem .65rem;
border: 1px solid rgba(244,63,94,.35);
border-radius: 7px;
background: rgba(244,63,94,.08);
cursor: pointer;
transition: background .15s, border-color .15s;
}
.btn-danger:hover { background: rgba(244,63,94,.15); border-color: rgba(244,63,94,.6); }
.btn-danger:disabled { opacity: .5; cursor: not-allowed; }
/* ── Main ─────────────────────────────────────────────── */
main {
max-width: 1420px;