fix(security): harden sidecar and media processing lifecycles

This commit is contained in:
NimBold
2026-06-17 09:45:31 +03:30
parent 7c7317adc9
commit 58f4a8a14d
8 changed files with 135 additions and 21 deletions
+9
View File
@@ -1065,6 +1065,10 @@
background: hsl(28 95% 56%);
}
.download-progress-fill.processing {
background: hsl(199 89% 48%);
}
.download-status {
font-weight: 500;
}
@@ -1088,6 +1092,11 @@
color: hsl(var(--status-downloading));
font-weight: 600;
}
.download-status-processing {
color: hsl(199 89% 48%);
font-weight: 600;
}
}
.glass-panel {