fix(menubar): use dashboard provider tab renames for card titles#95
Open
yesme wants to merge 2 commits into
Open
fix(menubar): use dashboard provider tab renames for card titles#95yesme wants to merge 2 commits into
yesme wants to merge 2 commits into
Conversation
yesme
force-pushed
the
fix/menubar-use-dashboard-provider-labels-stack
branch
4 times, most recently
from
July 14, 2026 21:03
e436834 to
efa490f
Compare
Settings → Providers gains Dashboard Tabs controls: drag-and-drop (or ↑/↓) reorder and custom tab names (emoji/unicode, max 48 chars). Preferences persist as dashboard_providers_order and dashboard_provider_labels. Also: - Provider brand icons before each tab name via real <img> tags (Safari- safe; dark theme inverts monochrome SVGs) - Compact header clock: Updated HH:MM:SS UTC+8 (IANA zone in tooltip) - Keep non-dashboard providers out of the tab-order list; refresh when API Integrations toggles; keep Last updated visible with long labels Co-authored-by: Grok 4.5 (high effort) <302482056+a-grok-build-bot[bot]@users.noreply.github.com>
Menubar hard-coded labels ignored dashboard_provider_labels (Settings tab rename). Resolve the same labels for every menubar card; multi-account Codex/MiniMax only append " - <account>" when more than one account. Co-authored-by: Grok 4.5 (high effort) <302482056+a-grok-build-bot[bot]@users.noreply.github.com>
yesme
force-pushed
the
fix/menubar-use-dashboard-provider-labels-stack
branch
from
July 16, 2026 04:31
efa490f to
e1ec7d2
Compare
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
Menubar provider cards used hard-coded names and ignored Settings → Tab name renames (
dashboard_provider_labels).Fix
resolveProviderTabLabelfor card titles- <account>only when >1 accountNote on base
This branch is stacked on #89 (
feat/provider-tab-order-and-labels). Prefer merging #89 first, then this (or merge this stack if you want both together).Local verification: menubar summary labels follow renames, e.g.
❄️ Codex,🎹 Kimi,🔳 GLM.Test plan