pyblock/pybitblock/tui/widgets
GaltRanch 8440b7b83b Fix TUI main menu: convert Screen to Widget for proper rendering
MainMenuScreen was a Textual Screen mounted inside a Vertical container,
which doesn't render. Create MainMenu as a Static widget instead:
- New tui/widgets/main_menu.py with Panel+Table menu
- Move keybindings (A/B/L/P/S/Q) to the App level
- Menu now renders correctly in the content area

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 15:09:32 -03:00
..
__init__.py Add Textual TUI dashboard (Level 3) with --tui launch flag 2026-04-01 13:35:04 -03:00
main_menu.py Fix TUI main menu: convert Screen to Widget for proper rendering 2026-04-01 15:09:32 -03:00
status_bar.py Add Textual TUI dashboard (Level 3) with --tui launch flag 2026-04-01 13:35:04 -03:00