Add bulk remove all 10/10 ratings
All checks were successful
Docker / docker (push) Successful in 1m43s
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user