initial commit
This commit is contained in:
23
internal/tui/states.go
Normal file
23
internal/tui/states.go
Normal file
@@ -0,0 +1,23 @@
|
||||
package tui
|
||||
|
||||
type ApplicationState int
|
||||
|
||||
const (
|
||||
StateWelcome ApplicationState = iota
|
||||
StateSelectWindowManager
|
||||
StateSelectTerminal
|
||||
StateMissingWMInstructions
|
||||
StateDetectingDeps
|
||||
StateDependencyReview
|
||||
StateGentooUseFlags
|
||||
StateGentooGCCCheck
|
||||
StateAuthMethodChoice
|
||||
StateFingerprintAuth
|
||||
StatePasswordPrompt
|
||||
StateInstallingPackages
|
||||
StateConfigConfirmation
|
||||
StateDeployingConfigs
|
||||
StateInstallComplete
|
||||
StateFinalComplete
|
||||
StateError
|
||||
)
|
||||
Reference in New Issue
Block a user