fix: guard preview updates behind blocking validation

Pause preview updates when the workspace config is not saveable, surface that state in the Live Preview panel, and treat incomplete threshold color setups as real blocking errors so MangoHud preview never sees the bad intermediate state.
This commit is contained in:
2026-03-31 20:01:35 -04:00
parent 7de8224e67
commit 86c4a11321
11 changed files with 392 additions and 83 deletions
+10
View File
@@ -718,6 +718,16 @@ preferencesgroup list row.search-target-flash box {
border: 1px solid @mt_border;
}
.preview-status-warning {
padding: 7px 10px;
border-radius: 2px;
background: alpha(@mt_danger, 0.10);
color: @mt_text;
border: 1px solid alpha(@mt_danger, 0.28);
font-size: 0.8em;
line-height: 1.3;
}
.position-grid {
padding: 8px;
border-radius: 2px;