Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Global style variables - will be updated by UpdateStyles AccentStyle lipgloss.Style TextStyle lipgloss.Style TitleStyle lipgloss.Style LogoStyle lipgloss.Style SelectedStyle lipgloss.Style NormalStyle lipgloss.Style DimStyle lipgloss.Style CompletedStyle lipgloss.Style ErrorStyle lipgloss.Style SuccessStyle lipgloss.Style BulletStyle lipgloss.Style LineStyle lipgloss.Style ContainerStyle lipgloss.Style GreenStyle lipgloss.Style YellowStyle lipgloss.Style RedStyle lipgloss.Style )
Functions ¶
func InitializeStyles ¶ added in v0.4.0
func InitializeStyles() error
InitializeStyles initializes styles with default or loaded config
func UpdateOnInit ¶
func UpdateStyles ¶ added in v0.4.0
UpdateStyles updates all styles based on the provided config
Types ¶
type ActionModel ¶
type BranchModel ¶
type CommitModel ¶
type ConfigModel ¶
type Model ¶
type Model struct {
CurrentStep Step
Loading bool
Selected int
ActionModel ActionModel
BranchModel BranchModel
CommitModel CommitModel
RemoteModel RemoteModel
TagModel TagModel
ConfigModel ConfigModel
CurrentConfig *config.Config
Spinner spinner.Model
Level int
Output []string
Err string
Success string
}
type RemoteModel ¶
Click to show internal directories.
Click to hide internal directories.