fix(tui): pad monitors panel to fill available height #168

Merged
lerko merged 1 commits from fix/bottom-panel-fill into main 2026-07-01 03:27:28 +00:00
Owner

Summary

  • Monitors panel now fills all available vertical space down to the bottom strip
  • No more gap between monitors panel and logs/maint when fewer monitors than rows
  • Uses existing titledPanelH to pad with empty bordered lines

Test plan

  • Collapse all groups — monitors panel extends to bottom strip, no gap
  • Expand groups until list fills — no visual change from before
  • Toggle logs/maint — panel height adjusts correctly
  • Detail sidebar height still matches monitors panel
## Summary - Monitors panel now fills all available vertical space down to the bottom strip - No more gap between monitors panel and logs/maint when fewer monitors than rows - Uses existing `titledPanelH` to pad with empty bordered lines ## Test plan - [x] Collapse all groups — monitors panel extends to bottom strip, no gap - [x] Expand groups until list fills — no visual change from before - [x] Toggle logs/maint — panel height adjusts correctly - [x] Detail sidebar height still matches monitors panel
lerko added 1 commit 2026-07-01 03:23:02 +00:00
fix(tui): pad monitors panel to fill available height
CI / test (pull_request) Successful in 1m55s
CI / lint (pull_request) Successful in 1m22s
CI / vulncheck (pull_request) Successful in 1m1s
16f0c2eb66
Monitors panel now uses titledPanelH with a target height based on
maxTableRows, filling the space down to the bottom strip. No more
gap between monitors panel and logs/maint strip when fewer monitors
than available rows.
lerko merged commit 16f0c2eb66 into main 2026-07-01 03:27:28 +00:00
lerko deleted branch fix/bottom-panel-fill 2026-07-01 03:27:28 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lerkolabs/uptop#168