v0.15.0: GUI-1 ProfileCard restructure + GUI-5 tabbed Edit dialog#41
Merged
Conversation
Two GUI restructure items from the v0.12.1 audit. Layout-only; every field and action preserved. Changed: - GUI-1 ProfileCard header rebuilt as [status dot] [title] [drive chip] [pill] [overflow ...]. Status dot lights up green when mounted; drive chip surfaces the assigned letter. The 5 less-frequent actions (Test, Edit, Set primary, Auto-mount, Remove) move from a second always- visible button row into a ContextMenuStrip on the ... button. Action bar now shows 4 buttons instead of 9. - GUI-5 Edit-profile dialog reorganised into 4 tabs: General, Bandwidth, Schedule, Watch. Same field controls, same Save read-back; just no more scrolling past everything to reach the Watch group. 53/53 tests green, FileVersion 0.15.0.0. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
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
Last two GUI items from the v0.12.1 audit. Layout-only — every field and action is preserved, just reorganised.
GUI-1 ProfileCard
Header rebuilt as `[status dot] [title] [drive chip] [pill] [⋯]`:
Action bar now shows 4 buttons (Mount / Full cache / Unmount / Open) instead of the previous 9. Visible action count cut by more than half without losing any affordance.
GUI-5 Edit-profile dialog
Same field controls, but now organised into four tabs: General · Bandwidth · Schedule · Watch. Each concern is self-contained on its own tab so you don't have to scroll past everything to reach the Watch group at the bottom. The Save path reads the same field locals; no logic change.
Test plan
🤖 Generated with Claude Code