feat: Add macOS menubar with three preset views#25
Merged
Conversation
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
Refine the menubar surface with tighter resize behavior, improved theme coverage, provider reorder controls, and native tray refresh signaling after settings saves. Also update the macOS template icon assets to match onWatch branding.
eaf49ac to
983b725
Compare
mkaulfers
reviewed
Mar 10, 2026
Remove lite/full and minimal-view paths, enforce Anthropic and Codex quota display order, and surface the OnWatch version in the menubar footer so dashboard and menubar behavior stay consistent.
Apply reviewer feedback by using conditional switch guards in settings normalization and a shared local assert helper in menubar normalization tests for clearer intent.
Address reviewer feedback by eliminating the unused initial stderr writer binding while preserving debug and non-debug output routing.
Refine menubar visuals and settings interactions while preserving business-defined quota ordering across providers. Add broader test coverage and update docs/screenshots to reflect the beta menubar experience and companion logging behavior.
Add a shared 50MB log rotation helper with three backups and use it for background daemon logging, daemonize bootstrap redirection, and menubar companion logs so files do not grow indefinitely. Improve lifecycle observability with startup and panic/stop runtime logging, and document canonical DB-directory log storage and rotation behavior.
…ctions Simplify the menubar right-click menu to only show Open Dashboard and Quit Menubar, and route header/close button actions through a native WebKit bridge so popover close and dashboard open behave correctly in the macOS menubar host.
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
Test Plan