Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Wizard ¶
type Wizard struct {
// contains filtered or unexported fields
}
Wizard handles the first-run setup experience
func (*Wizard) IsComplete ¶
IsComplete returns if the wizard is complete
type WizardStep ¶
type WizardStep int
WizardStep represents the current step in the wizard
const ( StepWelcome WizardStep = iota StepTheme StepAI StepConnection StepComplete )
type WizardStyles ¶
type WizardStyles struct {
Container lipgloss.Style
Title lipgloss.Style
Subtitle lipgloss.Style
ASCII lipgloss.Style
Text lipgloss.Style
Selected lipgloss.Style
Unselected lipgloss.Style
Input lipgloss.Style
InputFocus lipgloss.Style
Label lipgloss.Style
Button lipgloss.Style
ButtonActive lipgloss.Style
Hint lipgloss.Style
Success lipgloss.Style
}
WizardStyles holds styling for the wizard
Click to show internal directories.
Click to hide internal directories.