Skip to content

fix(dashboard): truncate table rows to terminal width#207

Closed
SAY-5 wants to merge 1 commit intosantifer:mainfrom
SAY-5:fix/dashboard-table-rendering
Closed

fix(dashboard): truncate table rows to terminal width#207
SAY-5 wants to merge 1 commit intosantifer:mainfrom
SAY-5:fix/dashboard-table-rendering

Conversation

@SAY-5
Copy link
Copy Markdown

@SAY-5 SAY-5 commented Apr 12, 2026

Long markdown table rows in the viewer were overflowing the terminal width without wrapping or truncation. Added a truncateLine helper that cuts rows to fit and appends an ellipsis when needed.

Fixes #166

Long markdown table rows were overflowing the terminal, making the
viewer hard to read. Table rows and separator lines are now truncated
to fit the available width with an ellipsis indicator.
@SAY-5 SAY-5 closed this Apr 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dashboard viewer: improve markdown table rendering and syntax cleanup

1 participant