Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteForm ¶
func NewDeleteForm ¶
func NewDeleteForm(w int, h int) *DeleteForm
func (DeleteForm) GetText ¶
func (m DeleteForm) GetText() string
func (DeleteForm) Init ¶
func (m DeleteForm) Init() tea.Cmd
func (*DeleteForm) View ¶
func (m *DeleteForm) View() string
type Form ¶
type SelectStatus ¶
type SelectStatus struct {
Width int
Height int
Opts []enums.TaskStatus
TitleMap map[enums.TaskStatus]string
Selected int
}
func NewSelect ¶
func NewSelect(w int, h int) *SelectStatus
func (SelectStatus) GetText ¶
func (m SelectStatus) GetText() string
func (SelectStatus) Init ¶
func (m SelectStatus) Init() tea.Cmd
func (*SelectStatus) View ¶
func (m *SelectStatus) View() string
type TaskPopup ¶
type TaskPopup struct {
Width int
Height int
Type enums.TaskPopup
Keymap keymap.TaskPopupMap
Help help.Model
Form *Form
Select *SelectStatus
DeleteForm *DeleteForm
ShowSelect bool
}
Click to show internal directories.
Click to hide internal directories.