Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Screen ¶
type Screen int
Screen identifies the currently visible TUI screen. The bubble-tea Update loop dispatches key events and renders views through screen-specific handlers registered in tui.go's init().
const ( ScreenMainMenu Screen = iota ScreenDashboard ScreenCategories ScreenWarnRecycleBin ScreenWarnDuplicates ScreenCategoryInfo // Quarantine deletion confirmations ScreenConfirmDeleteQuarantine ScreenConfirmDeleteAllQuarantine ScreenDeletingQuarantine ScreenConfirm ScreenCleaning ScreenResult ScreenRestoreConflict ScreenError ScreenRestore ScreenDoctor ScreenConfig ScreenConfigPresets ScreenQuarantineSettings ScreenLanguage ScreenAdminPrompt ScreenUpdateAvailable ScreenUpdating ScreenNoUpdate ScreenPathSettings )
Click to show internal directories.
Click to hide internal directories.