summaryrefslogtreecommitdiff
path: root/makima/frontend/package-lock.json
Commit message (Collapse)AuthorAgeFilesLines
* Add dismiss functionality for completed standalone tasksmakima/task-task-5dde682c-5dde682csoryu2026-01-221-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | ## Changes ### Backend - Add 'hidden' field to Task model (models.rs) - Add database migration for hidden column (20250122000000_add_task_hidden.sql) - Update task listing queries to include hidden field and filter out hidden tasks - Update update_task_for_owner to handle hidden field ### Frontend - Add hidden field to TaskSummary interface (api.ts) - Add dismissTask API function (api.ts) - Add hideTask function to useTasks hook - Add Dismiss button to TaskList for completed standalone tasks - Wire up onDismiss handler in mesh.tsx route ## Behavior - Completed standalone tasks (tasks without a contract) show a "Dismiss" button - Dismissing a task sets hidden=true and removes it from the task list - Hidden tasks are filtered out by default in all task listing queries Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Initial Control systemsoryu2026-01-111-0/+134
|
* Add file body and initial tool call systemsoryu2025-12-231-3/+363
|
* Update makima FE to add initial listening systemsoryu2025-12-231-0/+2840