Draft: Update balance table layout in 'clive show account' to match Dashboard

Summary

This MR updates the balance table layout in the clive show account CLI command to match the reorganization implemented in the Dashboard (MR !792 (merged)). The table now clearly separates liquid, savings, and stake balances into distinct rows.

Changes

  • Reorganized balance table from column-based to row-based layout
  • Added new "Stake" row displaying HP and VESTS balances
  • Removed column headers for cleaner display
  • Implemented decimal point alignment for HBD and HIVE amounts
  • All amounts now include currency symbols (HBD, HIVE, HP, VESTS)

Table Layout

Before:

│          │ HBD       │ HIVE      │ HP          │
│ Liquid   │ 100.000   │ 500.000   │ 1,234.567   │
│ Savings  │  50.000   │ 200.000   │ ---         │

After:

│ Liquid   │    100.000 HBD   │      500.000 HIVE  │
│ Savings  │     50.000 HBD   │      200.000 HIVE  │
│ Stake    │  1,234.567 HP    │2,521,234.567 VESTS │

Related Issue

Closes #514

🤖 Generated with Claude Code

Merge request reports

Loading