fix(dashboard): Log graphics renderer selection - #1508
Merged
MathurAditya724 merged 8 commits intoAug 29, 2026
Conversation
Report Kitty, Sixel, or ASCII selection and fallback context at debug level.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Log ASCII when a selected graphics protocol cannot produce a canvas.
Normalize aggregate legend labels and center empty chart states in the graphics compositor.
Rasterize dashboard symbols and normalize common Unicode text to readable bitmap glyphs.
Bound bitmap text normalization to visible cells and retain metric names in aggregate legends.
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
注册 for free
to join this conversation on GitHub.
Already have an account?
登录 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.
仪表盘 rendering now records the selected Kitty, Sixel, or ASCII renderer at debug level. The diagnostic includes detected capabilities, terminal and plain-output context, sizing details, and the ASCII fallback reason so terminal compatibility tests are observable without changing normal output.