Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewListKeyMap ¶
func NewListKeyMap() *listKeyMap
Types ¶
type AppStyles ¶
type AppStyles struct {
// Frame is the global application frame (padding/margins) applied
// around both the list view and the editmenu view.
Frame lipgloss.Style
// Status contains global success/error status styles shared by
// all views (list, edit menu, etc.).
Status statusMessageStyles
// List contains styles specific to the list component.
List ListStyles
// EditMenu contains styles for the edit menu container.
EditMenu editmenu.Styles
// Form contains styles for the inner edit form.
Form editmenu.Styles
}
AppStyles is the top-level style graph for the application.
type ListStyles ¶
ListStyles contains styles for the task list view.
type TasksLoadErrorMsg ¶
type TasksLoadErrorMsg struct{ Err error }
type TasksLoadedMsg ¶
type TasksSaveErrorMsg ¶
type TasksSaveErrorMsg struct{ Err error }
type TasksSavedMsg ¶
type TasksSavedMsg struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.