Versions in this module Expand all Collapse all v1 v1.4.3 Feb 14, 2026 Changes in this version + func Render(ts *services.TaskService) error v1.4.2 Feb 8, 2026 Changes in this version + type Item struct + Desc string + ItemTitle string + func (i Item) Description() string + func (i Item) FilterValue() string + func (i Item) Title() string + type Model struct + List list.Model + TaskService *services.TaskService + func (m *Model) InitManualInputs() + func (m Model) HandleCompleteTask() (tea.Model, tea.Cmd) + func (m Model) HandleManualTask() (tea.Model, tea.Cmd) + func (m Model) HandleResetTask() (tea.Model, tea.Cmd) + func (m Model) HandleShowTask() (tea.Model, tea.Cmd) + func (m Model) HandleStartTask() (tea.Model, tea.Cmd) + func (m Model) HandleTaskStateMsg(msg taskStateMsg) (tea.Model, tea.Cmd) + func (m Model) HandleTickMsg(msg tickMsg) (tea.Model, tea.Cmd) + func (m Model) HandleTotalDuration() (tea.Model, tea.Cmd) + func (m Model) Init() tea.Cmd + func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m Model) View() string