pyblock/pybitblock/tui
GaltRanch 92b461662c Fix Textual TUI async worker to use run_worker(thread=True)
Replace run_in_thread (not available in Textual 0.89) with
run_worker(fn, thread=True) + call_from_thread for UI updates.
The TUI now launches correctly and fetches live data (block height,
BTC price, fee estimates) on startup and every 30 seconds.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 13:44:02 -03:00
..
screens Add Textual TUI dashboard (Level 3) with --tui launch flag 2026-04-01 13:35:04 -03:00
widgets Add Textual TUI dashboard (Level 3) with --tui launch flag 2026-04-01 13:35:04 -03:00
workers Add Textual TUI dashboard (Level 3) with --tui launch flag 2026-04-01 13:35:04 -03:00
__init__.py Add Textual TUI dashboard (Level 3) with --tui launch flag 2026-04-01 13:35:04 -03:00
app.py Fix Textual TUI async worker to use run_worker(thread=True) 2026-04-01 13:44:02 -03:00