id: task-9 title: "GUI: Implement GUI Task Creation/Editing Forms" status: "To Do" assignee: [] reporter: @MrLesk created_date: 2025-06-04 labels: ["gui"] milestone: "M3 - GUI" dependencies: ["task-8"]
Description
Create forms/modals in the GUI for:
- Creating new tasks (as active tasks or draft).
- Editing existing tasks (all fields from frontmatter and description).
- All operations should use the core logic library to update Markdown files and commit.
Acceptance Criteria
- [ ] Task creation form works and saves new tasks.
- [ ] Task editing form loads existing task data and saves changes.