Versions in this module Expand all Collapse all v0 v0.17.15 May 11, 2026 v0.17.14 May 11, 2026 Changes in this version + const ActionUpdate + const SkipReasonNoChanges + const StatusDone + const StatusError + const StatusPending + const StatusSubmitting + const StatusSyncing + type GlobalMessageMsg string + type Item struct + Action string + BranchName string + Error error + IsSkipped bool + PRNumber *int + SkipReason string + Status string + URL string + type Model struct + GlobalMessage string + IsSequential bool + Items []Item + Renderer *tree.StackTreeRenderer + RootBranch string + Styles Styles + func NewModel(items []Item) *Model + func (m *Model) Init() tea.Cmd + func (m *Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m *Model) View() tea.View + type PlanUpdateMsg struct + Action string + BranchName string + IsCurrent bool + Skip bool + SkipReason string + type ProgressCompleteMsg struct + type ProgressUpdateMsg struct + BranchName string + Err error + Status string + URL string + type SetSequentialMsg struct + IsSequential bool + type StartSubmitMsg struct + Items []Item + type Styles struct + BranchStyle lipgloss.Style + DimStyle lipgloss.Style + DoneStyle lipgloss.Style + ErrorStyle lipgloss.Style + SpinnerStyle lipgloss.Style + URLStyle lipgloss.Style + func DefaultStyles() Styles