feat(menubar): polish status-item menu + About tab (Star/Sponsor)#509
Merged
Conversation
Right-click menu: - Add a dimmed "Today · $X · N calls" usage row at the top. - Give Settings an explicit gearshape icon (instead of relying on the macOS Tahoe auto-decoration). - Add an "About CodeBurn" item that opens Settings on the About tab. - Drop the per-item keyboard-shortcut labels and the section separators for a flat, compact list. - Open the menu a few px below the status item so it clears the menu bar (anchoring flush clipped the top edge and triggered menu scrolling on hover). Settings: - Add a settingsTab selection to AppStore and bind SettingsView's TabView to it (tagged tabs) so "About CodeBurn" can jump straight to the About tab. - About tab: add a "Star on GitHub" button and a "Sponsor" link.
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.
Menubar UI polish, validated by two independent reviewers (builds clean, scope clean, no regressions).
Right-click menu
Settings
settingsTabselection on AppStore; SettingsView's TabView is bound to it with tagged tabs, so "About CodeBurn" jumps straight to About.Validation
swift buildpasses; only the 3 intended files changed.