Add update progress polling overlay and strengthen state flags

This commit is contained in:
Aaron
2025-12-10 20:08:28 -05:00
parent 9f17c1a087
commit 712efba6f9
3 changed files with 49 additions and 8 deletions

View File

@@ -1374,6 +1374,11 @@ select:focus-visible,
#addServiceModal .controls {
padding: 0 2px 4px;
}
/* Busy overlay already defined; ensure modal width for release modal */
#releaseModal .modal-card.wide {
max-width: 760px;
}
.modal:not(.hidden) .modal-card {
transform: translateY(0) scale(1);
}