Expand description
Generic scrollable pane widget with pluggable entry types.
Unifies the builder’s OutputLog and deploy’s LogPane into a single
reusable component with identical scroll offset math, line truncation,
empty state placeholder, and scroll percentage indicator.
Structs§
- LogEntry
- A single log message with a severity level.
- Output
Line - A single line of build output, tagged as stdout or stderr.
- Scrollable
Pane - A bordered, scrollable list of
PaneEntryitems with automatic truncation and a scroll percentage badge.
Enums§
- LogLevel
- Severity level for a log entry.
Traits§
- Pane
Entry - Trait for items that can be displayed inside a
ScrollablePane.