Skip to main content

Module scrollable_pane

Module scrollable_pane 

Source
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.
OutputLine
A single line of build output, tagged as stdout or stderr.
ScrollablePane
A bordered, scrollable list of PaneEntry items with automatic truncation and a scroll percentage badge.

Enums§

LogLevel
Severity level for a log entry.

Traits§

PaneEntry
Trait for items that can be displayed inside a ScrollablePane.