refactor: unify restart gating and update availability sync

This commit is contained in:
Peter Steinberger
2026-02-19 10:00:27 +01:00
parent 18179fc2c1
commit b4dbe03298
25 changed files with 288 additions and 41 deletions

View File

@@ -17,13 +17,6 @@
padding: 10px 16px;
}
.update-banner code {
background: rgba(239, 68, 68, 0.15);
padding: 2px 6px;
border-radius: 4px;
font-size: 12px;
}
.update-banner__btn {
margin-left: 8px;
border-color: var(--danger);