Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version string
Version exposes the application version for use across the TUI.
Functions ¶
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
Model represents the main application state for Bubbletea
type SidePanelType ¶
type SidePanelType int
SidePanelType represents which side panel is active
const ( NonePanel SidePanelType = iota BranchPanel RemotePanel RemoteBranchPanel CommitPanel StashPanel StatusPanel )
type Styles ¶
type Styles struct {
App lipgloss.Style
Title lipgloss.Style
StatusBarPull lipgloss.Style
StatusBarMerge lipgloss.Style
StatusBarRebase lipgloss.Style
StatusBarPush lipgloss.Style
StatusBarDirty lipgloss.Style
StatusBarError lipgloss.Style
Help lipgloss.Style
List lipgloss.Style
ListItem lipgloss.Style
SelectedItem lipgloss.Style
DirtySelectedItem lipgloss.Style
CommonSelectedItem lipgloss.Style
FailedSelectedItem lipgloss.Style
QueuedItem lipgloss.Style
WorkingItem lipgloss.Style
SuccessItem lipgloss.Style
FailedItem lipgloss.Style
DisabledItem lipgloss.Style
BranchInfo lipgloss.Style
KeyBinding lipgloss.Style
Panel lipgloss.Style
PanelTitle lipgloss.Style
Error lipgloss.Style
TableBorder lipgloss.Style
}
Styles holds all lipgloss styles for the UI
Click to show internal directories.
Click to hide internal directories.