birdcage/tui/src/birdcage_tui/widgets
Ryan Malloy 145763fcfb Rebuild TUI as 4-tab layout with 10 new widgets
Replace sidebar + 5-screen layout with horizontal tab bar (F1-F4)
and persistent StatusStrip. Consolidate Position + Scan screens into
Signal (F3) with Monitor/Sweep/Sky Map sub-modes via ModeBar.

Screens:
  - F1 Dashboard: system health, tracking panel, quick actions, presets
  - F2 Control: motor tuning, compass rose, preset management
  - F3 Signal: RSSI monitor, 1D sweep (SweepPlot), 2D sky map (heatmap)
  - F4 System: NVS editor with regex filter, EEPROM, firmware info
  - F5 Console: push/pop overlay (no longer a tab)

New widgets: StatusStrip, ModeBar, SweepPlot, QuickActions, PresetList,
ReceiverInfo, MotorTuning, NvsFilter, SystemHealth, TrackingPanel.

Removed: PositionScreen, ScanScreen, DeviceStatusBar (functionality
absorbed into new screens and StatusStrip).

App-level position poll feeds StatusStrip and active screen at ~2 Hz.
Fix shared threading.Event across instances (class-level mutable default).
2026-02-14 18:04:50 -07:00
..
__init__.py Rebuild TUI as 4-tab layout with 10 new widgets 2026-02-14 18:04:50 -07:00
compass_rose.py Add Birdcage TUI: 5-screen Textual interface for Carryout G2 2026-02-13 08:53:03 -07:00
mode_bar.py Rebuild TUI as 4-tab layout with 10 new widgets 2026-02-14 18:04:50 -07:00
motor_status.py Add Birdcage TUI: 5-screen Textual interface for Carryout G2 2026-02-13 08:53:03 -07:00
motor_tuning.py Rebuild TUI as 4-tab layout with 10 new widgets 2026-02-14 18:04:50 -07:00
nvs_filter.py Rebuild TUI as 4-tab layout with 10 new widgets 2026-02-14 18:04:50 -07:00
nvs_table.py Add Birdcage TUI: 5-screen Textual interface for Carryout G2 2026-02-13 08:53:03 -07:00
preset_list.py Rebuild TUI as 4-tab layout with 10 new widgets 2026-02-14 18:04:50 -07:00
quick_actions.py Rebuild TUI as 4-tab layout with 10 new widgets 2026-02-14 18:04:50 -07:00
receiver_info.py Rebuild TUI as 4-tab layout with 10 new widgets 2026-02-14 18:04:50 -07:00
serial_log.py Add Birdcage TUI: 5-screen Textual interface for Carryout G2 2026-02-13 08:53:03 -07:00
signal_gauge.py Add Birdcage TUI: 5-screen Textual interface for Carryout G2 2026-02-13 08:53:03 -07:00
sky_heatmap.py Add Birdcage TUI: 5-screen Textual interface for Carryout G2 2026-02-13 08:53:03 -07:00
sparkline_widget.py Add Birdcage TUI: 5-screen Textual interface for Carryout G2 2026-02-13 08:53:03 -07:00
status_strip.py Rebuild TUI as 4-tab layout with 10 new widgets 2026-02-14 18:04:50 -07:00
sweep_plot.py Rebuild TUI as 4-tab layout with 10 new widgets 2026-02-14 18:04:50 -07:00
system_health.py Rebuild TUI as 4-tab layout with 10 new widgets 2026-02-14 18:04:50 -07:00
tracking_panel.py Rebuild TUI as 4-tab layout with 10 new widgets 2026-02-14 18:04:50 -07:00