Extend TUI: auto-sizing panels, responsive bar count, and add/edit rain records #5
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The TUI currently hard-codes the stats panel at 30% width and the bar count at 30, with no way to add or edit records in-app.
Four improvements:
Explored the existing TUI (tui.py ~320 lines, single module). All four features fit in tui.py with no new source modules.
Plan of attack:
Branch: feat/issue-5-tui-enhancements