Commit Graph

9 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 c26d9531f7 refactor: share dashboard profile picker helpers
Deduplicate the profile strip's selected-item lookup and picker refresh
logic so save, apply, and delete flows all keep the dropdown and name field
in sync through the same helpers.
2026-03-31 19:06:55 -04:00
44r0n7 203457b31b refactor: share preview studio control update helpers
Deduplicate the preview panel's repeated control-sync and runtime-update
paths so built-in preview setups and individual runtime controls all go
through the same widget/state wiring.
2026-03-31 19:02:44 -04:00
44r0n7 21ed77c74c fix: hard-stop studio preview to avoid teardown corruption
The disposable preview process was tripping MangoHud's shutdown path and
spamming allocator corruption messages on stop/restart. Use an immediate
kill for Studio preview teardown and give the preview child a cleaner socket
thread shutdown path so the live preview controls stay fast and quiet.
2026-03-31 18:51:29 -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 a36c02bbf7 docs: refresh preview update guidance and repo map
This documents the current preview apply contract, updates the project
map to match the live code paths, and adds the local scratchpad issue
tracking reminder to the workspace instructions.
2026-03-31 17:23:13 -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