Versions in this module Expand all Collapse all v0 v0.0.8 Sep 23, 2024 v0.0.7 Sep 21, 2024 Changes in this version + var CREATE_PROJECT_PROBLEM = []string + var DangerColor = lipgloss.NewStyle().Foreground(lipgloss.Color("#e20000")) + var FocusColor = lipgloss.NewStyle().Foreground(lipgloss.Color("#009185")) + var InfoColor = lipgloss.NewStyle().Foreground(lipgloss.Color("#ffffff")) + var PrimaryColor = lipgloss.NewStyle().Foreground(lipgloss.Color("#00FF7F")) + var TIPS_TEXT = []string + var WarningColor = lipgloss.NewStyle().Foreground(lipgloss.Color("#ffff00")) + type CreateFormEntity struct + Language string + Project string + func NewCreate() (*CreateFormEntity, error) + func (model *CreateFormEntity) Init() tea.Cmd + func (model *CreateFormEntity) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (model *CreateFormEntity) View() string