fix(configurator): harden confirmations and release publication - #327
Merged
Conversation
Replace the Defaults flip (second Requested press applied) with the unconditional three-message protocol: Requested arms only, Confirmed applies while armed, Canceled disarms while armed so a stray cancel cannot blank an unrelated status. The header shows explicit Defaults / Confirm Defaults / Cancel controls instead of a relabeled button. Session Clear confirmation now consumes pending_clear_id before setting busy, so a response-closed dialog can never look like a live A->A slot; completion's clear stays as a harmless redundancy. Both routes carry the new protocol, consumption, and armed-row-collapse tests.
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.
Summary
Hardens the GTK4 configurator’s destructive confirmation flows and makes AUR publication fail safely before modifying or publishing release channels.
These fixes are feature-independent and do not include the proposed
adw-modernUI.What changed
Configurator safety
Packaging and release safety
--no-configuratoris passed explicitly.MAJOR.MINOR.PATCH[.HOTFIX].Compatibility
adw-modernCargo feature is introduced.