package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Jul 6, 2026
License: MIT
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Model is the root Bubble Tea model.
New creates the initial model and starts the Docker polling goroutine.
Init starts the spinner ticker and begins listening for poll updates.
Update routes incoming messages, mutating model state and returning any
follow-up commands.
View renders the current model state to a string for display.
Row is one line in the unified navigation order.
BuildRows flattens a snapshot into render/navigation order.
RowKind identifies a navigable or decorative row in the view.
const (
RowComposeNode
RowStandaloneHeader
RowStandalone
)
Row kind constants for the unified view.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.