Harden desktop action wiring and polish app shell UI for a production-quality control surface#11
Merged
NolanCotter merged 6 commits intomainfrom Apr 4, 2026
Merged
Conversation
Agent-Logs-Url: https://github.com/NolanCotter/freedom-network/sessions/6a70383c-71da-4668-b0bd-e557bed01b68 Co-authored-by: NolanCotter <186326284+NolanCotter@users.noreply.github.com>
Agent-Logs-Url: https://github.com/NolanCotter/freedom-network/sessions/6a70383c-71da-4668-b0bd-e557bed01b68 Co-authored-by: NolanCotter <186326284+NolanCotter@users.noreply.github.com>
Agent-Logs-Url: https://github.com/NolanCotter/freedom-network/sessions/6a70383c-71da-4668-b0bd-e557bed01b68 Co-authored-by: NolanCotter <186326284+NolanCotter@users.noreply.github.com>
… preview Agent-Logs-Url: https://github.com/NolanCotter/freedom-network/sessions/4d6191ce-6d76-484a-a4dd-2309ae1e69a7 Co-authored-by: NolanCotter <186326284+NolanCotter@users.noreply.github.com>
Agent-Logs-Url: https://github.com/NolanCotter/freedom-network/sessions/4d6191ce-6d76-484a-a4dd-2309ae1e69a7 Co-authored-by: NolanCotter <186326284+NolanCotter@users.noreply.github.com>
…-quality control surface Agent-Logs-Url: https://github.com/NolanCotter/freedom-network/sessions/4d6191ce-6d76-484a-a4dd-2309ae1e69a7 Co-authored-by: NolanCotter <186326284+NolanCotter@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
NolanCotter
April 4, 2026 16:23
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The desktop control surface looked unfinished and several controls appeared non-functional. This change tightens runtime integration for action buttons and upgrades the UI treatment so the app reads as intentional rather than placeholder.
Runtime command wiring
window.__TAURI__?.core?.invokewindow.__TAURI_INTERNALS__?.invokehasDesktopRuntime) used to drive action availability.Non-desktop fallback behavior
connect, settings save, split controls, diagnostics, profile export/import) when Tauri invoke is unavailable.UI professionalism pass