summaryrefslogtreecommitdiff
path: root/internal/store/native_tasks.go
AgeCommit message (Expand)Author
2026-08-12Add task title editing/deletion, timeline click-to-open, widget app launchPeter Stone
2026-07-18Rework Tasks tab: Chains section, checklist modal, project visibilityPeter Stone
2026-07-17Implement linear task chains and recurring maintenance bucketsPeter Stone
2026-07-16Add estimated_minutes to native task read/write/recurrence pathsPeter Stone
2026-07-16feat(tasks): add projects/labels schema, wire project_id through native tasksPeter Stone
2026-07-16fix(tasks): make CreateNextIteration atomically self-guardingPeter Stone
2026-07-16fix(tasks): return ErrNativeTaskNotFound from UpdateNativeTask on stale idPeter Stone
2026-07-16feat(tasks): add periodic due-date check for recurring tasksPeter Stone
2026-07-16feat(tasks): create the next recurring iteration on completionPeter Stone
2026-07-16feat(tasks): add recurrence columns and model fields for native tasksPeter Stone
2026-07-13Merge github/master: reconcile with parallel widget workPeter Stone
2026-07-13feat(widget): editable task details, scrollable list, and overdue-task fixesPeter Stone
2026-07-12fix(timeline): include overdue native tasks in timeline and widgetPeter Stone
2026-07-12fix(widget): surface unmatched task IDs instead of silently no-oppingPeter Stone
2026-07-06feat: remove Todoist integration entirelyDoot Agent
2026-06-29feat: reschedule tasks from widget bottom sheetPeter Stone
2026-06-29feat: native task management + Todoist migrationPeter Stone