Skip to content

Conversation

@BANADDA
Copy link
Contributor

@BANADDA BANADDA commented Nov 15, 2025

Add max_width constraints to all table columns in the stake move display to prevent the table from extending beyond terminal width. This fixes issue #516 where the table was too wide to display properly, especially on systems with narrower terminal windows.

Changes:

  • Added max_width parameters to all 9 table columns
  • Constrained hotkey columns to 15 characters (already truncated in display)
  • Set reasonable widths for amount, rate, fee columns
  • Table now fits within standard terminal width (80-120 chars)

Closes #516

Add max_width constraints to all table columns in the stake move
display to prevent the table from extending beyond terminal width.
This fixes issue opentensor#516 where the table was too wide to display properly,
especially on systems with narrower terminal windows.

Changes:
- Added max_width parameters to all 9 table columns
- Constrained hotkey columns to 15 characters (already truncated in display)
- Set reasonable widths for amount, rate, fee columns
- Table now fits within standard terminal width (80-120 chars)

Closes opentensor#516
@thewhaleking thewhaleking changed the base branch from main to staging November 17, 2025 17:34
thewhaleking
thewhaleking previously approved these changes Nov 17, 2025
@thewhaleking thewhaleking merged commit 059d8b4 into opentensor:staging Nov 17, 2025
63 checks passed
This was referenced Nov 17, 2025
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.

Table width visual bug

3 participants