Commit Graph

5 Commits

Author SHA1 Message Date
44r0n7 86c4a11321 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.
2026-03-31 20:01:35 -04:00
44r0n7 7de8224e67 refactor: share window workspace action refresh flow
Deduplicate the repeated action pattern used by revert, undo, and reset so
workspace-changing window actions refresh the UI and toast through one
boolean helper instead of open-coded branches.
2026-03-31 19:09:20 -04:00
44r0n7 fc840e9e98 refactor: split dashboard modules and share UI sync helpers
Break the oversized overview page into focused dashboard submodules and
centralize the repeated validation/save-button refresh flows used by page
widgets. This keeps the UI behavior stable while making future edits less
fragile and easier to reason about.
2026-03-31 18:51:16 -04:00
44r0n7 7e95b7f95f fix: stabilize preview update flows and hud ordering
This folds the recent preview update fixes onto shared apply helpers,
keeps HUD order stable after profile restore, and drops the unstable drag
path that was still causing native crashes while navigating away.
2026-03-31 17:23:13 -04:00
44r0n7 08e2910b9d Initial import 2026-03-30 23:06:06 -04:00