pyblock/pybitblock/tui/workers
GaltRanch 6eecc5750a Wire up TUI menu actions with live data panels
Each menu key now loads real content:
- A (Dashboard): block height, price, hashrate, difficulty, mempool
  stats, and latest 5 blocks table — all from mempool.space API
- B (Bitcoin): submenu with blockchain features
- L (Lightning): channel management overview
- P (Platforms): API integrations list
- S (Settings): current mode and config info
- M: return to main menu from any section

New data fetchers: fetch_latest_blocks(), fetch_hashrate(),
fetch_mempool_info() expanded.

Dashboard loads async via run_worker(thread=True) with live
content replacement in the center panel.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 15:12:36 -03:00
..
__init__.py Add Textual TUI dashboard (Level 3) with --tui launch flag 2026-04-01 13:35:04 -03:00
data_fetcher.py Wire up TUI menu actions with live data panels 2026-04-01 15:12:36 -03:00