go-blockchain/tui
Claude 0aba33fa6e
test(tui): add ExplorerModel navigation and view tests
Add 5 tests covering Enter (block detail), Esc (back to list),
PgDown, Home, and coinbase-only block detail rendering.

Co-Authored-By: Charon <charon@lethean.io>
2026-02-23 00:05:10 +00:00
..
explorer_model.go feat(tui): add ExplorerModel with block list, detail, and tx views 2026-02-23 00:00:05 +00:00
explorer_model_test.go test(tui): add ExplorerModel navigation and view tests 2026-02-23 00:05:10 +00:00
keyhints_model.go feat(tui): add KeyHintsModel for context-sensitive footer 2026-02-22 23:57:07 +00:00
keyhints_model_test.go feat(tui): add KeyHintsModel for context-sensitive footer 2026-02-22 23:57:07 +00:00
messages.go feat(tui): add custom bubbletea message types 2026-02-22 23:50:15 +00:00
node.go feat(tui): add Node wrapper with status polling 2026-02-22 23:52:50 +00:00
node_test.go feat(tui): add Node wrapper with status polling 2026-02-22 23:52:50 +00:00
status_model.go feat(tui): add StatusModel for chain sync header 2026-02-22 23:55:22 +00:00
status_model_test.go feat(tui): add StatusModel for chain sync header 2026-02-22 23:55:22 +00:00