Skip to main content

Module app

Module app 

Source
Expand description

TUI application state (the “Model” in Elm architecture).

Structs§

App
The application model (all TUI state).
CheckEntry
A requirement check result for the init check screen.
RepoEntry
A local repo with its computed status.
SyncHistoryEntry
A summary entry for sync history.
SyncLogEntry
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.
OperationState
State of an ongoing async operation.
Screen
Which screen is active.
SyncLogStatus
Status classification for a sync log entry.
WorkspacePane
Focused pane on the Workspace screen.