mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-08 06:25:37 -05:00
rename backend to core
This commit is contained in:
23
core/internal/tui/states.go
Normal file
23
core/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