Documentation
¶
Overview ¶
Package instances provides a Bubble Tea component for browsing and interacting with remote Pando instances in a two-panel layout:
- Left panel: instances list (top) + sessions list for the selected instance (bottom)
- Right panel: live chat view with message history and an input box
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
Model is the main Bubble Tea model for the instances browser.
func (Model) View ¶
View renders the two-panel instances browser. Left column: instances list (top) + sessions list (bottom), each scrollable. Right column: live chat view with message history + input at bottom.
Height accounting (lipgloss Border adds 2 rows to total rendered height):
terminal = m.height header = 1 row panels = m.height - 1 (leftH) Each panel is rendered with Height(h - 2) so that bordered total == h.
Click to show internal directories.
Click to hide internal directories.