Module tui

Module tui 

Source
Expand description

Terminal User Interface module

This module provides a full-featured TUI for EnvelopeCLI using ratatui. The TUI includes views for accounts, transactions, budget management, and various dialogs for data entry.

Re-exports§

pub use app::App;
pub use terminal::run_tui;

Modules§

app
Application state for the TUI
commands
Command definitions for the command palette
dialogs
Dialog modules for the TUI
event
Event handling for the TUI
handler
Event handler for the TUI
keybindings
Keybinding definitions
layout
Layout definitions for the TUI
terminal
Terminal setup and teardown
views
TUI Views module
widgets
Reusable widgets for the TUI