Skip to content

chore(api top): improve dashboard column layout#25135

Merged
pront merged 1 commit intomasterfrom
pavlos/vector-top-ui-improvements
Apr 7, 2026
Merged

chore(api top): improve dashboard column layout#25135
pront merged 1 commit intomasterfrom
pavlos/vector-top-ui-improvements

Conversation

@pront
Copy link
Copy Markdown
Member

@pront pront commented Apr 7, 2026

Summary

Improves the vector top TUI dashboard with three changes:

  • Column reorder: Move the Errors column to always be last (after Memory Used when allocation-tracing is enabled)
  • Width adjustments: Slightly increase the Kind column width (+1%) and decrease Errors (-1%) to reduce text cropping

Vector configuration

N/A - UI-only changes to vector top.

How did you test this PR?

  • cargo clippy -p vector-top passes cleanly
  • Visual inspection of column layout changes

Change Type

  • Bug fix
  • New feature
  • Dependencies
  • Non-functional (chore, refactoring, docs)
  • Performance

Is this a breaking change?

  • Yes
  • No

Does this PR include user facing changes?

  • Yes. Please add a changelog fragment based on our guidelines.
  • No. A maintainer will apply the no-changelog label to this PR.

Notes

  • The footer constraint grows from Length(3) to Length(4) to fit the hint line
  • Column descriptions are defined on SortColumn::description() in state.rs

🤖 Generated with Claude Code

- Move Errors column to always be last (after Memory Used when
  allocation-tracing is enabled)
- Slightly increase Kind column width (+1%) and decrease Errors (-1%)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@pront pront force-pushed the pavlos/vector-top-ui-improvements branch from ac941ee to 2f63c71 Compare April 7, 2026 14:35
@pront pront changed the title enhancement(vector top): improve dashboard column layout and add footer hints enhancement(vector top): improve dashboard column layout Apr 7, 2026
@pront pront added the no-changelog Changes in this PR do not need user-facing explanations in the release changelog label Apr 7, 2026
@pront pront marked this pull request as ready for review April 7, 2026 15:02
@pront pront requested a review from a team as a code owner April 7, 2026 15:02
@pront pront changed the title enhancement(vector top): improve dashboard column layout chore(qpi top): improve dashboard column layout Apr 7, 2026
@pront pront changed the title chore(qpi top): improve dashboard column layout chore(api top): improve dashboard column layout Apr 7, 2026
@pront pront added this pull request to the merge queue Apr 7, 2026
Merged via the queue into master with commit 0c5fd58 Apr 7, 2026
81 of 88 checks passed
@pront pront deleted the pavlos/vector-top-ui-improvements branch April 7, 2026 16:58
@github-actions github-actions bot locked and limited conversation to collaborators Apr 7, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

no-changelog Changes in this PR do not need user-facing explanations in the release changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants