Use RoundedBorder for all sample Table widgets (Spectre.Console 0.57.0)#469
Draft
Copilot wants to merge 2 commits into
Draft
Use RoundedBorder for all sample Table widgets (Spectre.Console 0.57.0)#469Copilot wants to merge 2 commits into
Copilot wants to merge 2 commits into
Conversation
Copilot
AI
changed the title
[WIP] Evaluate new box border styles in Spectre.Console 0.57.0
Use RoundedBorder for all sample Table widgets (Spectre.Console 0.57.0)
Jun 27, 2026
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.
Spectre.Console 0.57.0 added new box border styles (rounded, dashed, dotted, heavy, beveled). The sample apps were using either the default border or
MinimalBorder()with no visual polish.Changes
MostVersatileMaterials/ItemCard.cs— added.RoundedBorder()(was default)MostVersatileMaterials/RecipesTable.cs— added.RoundedBorder()(was default)ApiVersionInfo/RouteTable.cs— replaced.MinimalBorder()with.RoundedBorder()ApiVersionInfo/ReleaseNoteTable.cs— replaced.MinimalBorder()with.RoundedBorder()RoundedBorderwas chosen for all four tables to keep visual style consistent across samples. The rounded╭─╮corners complement the emoji-rich table content without adding visual noise.