Module tui

Module tui 

Source
Expand description

Terminal User Interface for Deciduous

A rich TUI for exploring and navigating the decision graph. Features:

  • Timeline view with vim-style navigation
  • DAG visualization with hierarchical layout
  • Node detail panel with code jumping
  • Auto-refresh on database changes

Modules§

app
Application state for the TUI
events
Event handling for the TUI
msg
TEA Message Types for the TUI
state
Pure state transformations for the TUI (Functional Core)
types
TUI Type Definitions
ui
UI rendering for the TUI
update
TEA Update Function
views
TUI Views
widgets
TUI Widgets

Functions§

run
Run the TUI application