Polish PlanViewer toolbars, Query Store headers, and tab accent#239
Merged
erikdarlingdata merged 1 commit intodevfrom Apr 18, 2026
Merged
Polish PlanViewer toolbars, Query Store headers, and tab accent#239erikdarlingdata merged 1 commit intodevfrom
erikdarlingdata merged 1 commit intodevfrom
Conversation
- Query Store grid: dropped "(Local)" from Last Executed (the Time display dropdown already controls timezone), shortened "Physical Reads" to "Phys Reads", and widened CPU / Duration / Memory / Phys Reads / Executions columns by 5-15px so the "(ms)" and "(MB)" unit suffixes no longer truncate in the default layout. - Toolbar density: reduced button padding 10,0 -> 8,0, StackPanel Spacing 6 -> 4, and pipe-separator margins 4,0 -> 2,0 (and 12,0 -> 6,0) across both QuerySessionControl and PlanViewerControl toolbars. Dropped redundant per-button margins now that Spacing handles them. - Wait palette: Worker Thread #19ff25 -> #52E3B5 (teal, distinct from CPU green), Parallelism #fd01d3 -> #7B4FFF (vivid purple, out of the pink/magenta cluster) so neighboring wait categories read as different colors on the stacked wait profile bar. - Added SystemAccentColor (+ Dark1/Dark2/Light1/Light2 variants) to DarkTheme. Fluent theme's TabItem selected pipe reads from SystemAccentColor, so Plan 1 / Plan 2 tabs now get the brand-blue underline consistently. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Small set of in-session polish items for Performance Studio:
(Local)from Last Executed (Time display dropdown already controls timezone), shortenedPhysical Reads→Phys Reads, and widened CPU / Duration / Memory / Phys Reads / Executions columns by 5–15px so(ms)and(MB)suffixes no longer truncate in the default layout.10,0 → 8,0, StackPanelSpacing 6 → 4, and pipe-separator margins4,0 → 2,0(and12,0 → 6,0) across bothQuerySessionControlandPlanViewerControltoolbars. Dropped redundant per-button margins now that Spacing handles them.#19ff25→#52E3B5(teal, distinct from CPU green) and Parallelism#fd01d3→#7B4FFF(vivid purple, out of the pink/magenta cluster) so neighboring wait categories on the stacked wait profile bar read as different colors.SystemAccentColor(and its Dark1/Dark2/Light1/Light2 variants) toDarkTheme.axaml. Fluent'sTabItemselected pipe reads fromSystemAccentColor, so Plan 1 / Plan 2 tabs now get the brand-blue underline consistently instead of the Fluent default teal.Test plan
🤖 Generated with Claude Code