Expand description
TUI application state (the “Model” in Elm architecture).
Structs§
- App
- The application model (all TUI state).
- Check
Entry - A requirement check result for the init check screen.
- Repo
Entry - A local repo with its computed status.
- Sync
History Entry - A summary entry for sync history.
- Sync
LogEntry - A structured log entry from a sync operation.
Enums§
- LogFilter
- Filter for post-sync log view.
- Operation
- Which operation is running or was last selected.
- Operation
State - State of an ongoing async operation.
- Screen
- Which screen is active.
- Sync
LogStatus - Status classification for a sync log entry.
- Workspace
Pane - Focused pane on the Workspace screen.