From 16a499190bcd8b174ea4cb4acee9614038be920f Mon Sep 17 00:00:00 2001 From: Henry Li Date: Thu, 22 Jan 2026 11:56:45 +0800 Subject: [PATCH] feat: show `in-progress` --- frontend/src/components/workspace/todo-list.tsx | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/workspace/todo-list.tsx b/frontend/src/components/workspace/todo-list.tsx index 1c6b5e7..277f6c2 100644 --- a/frontend/src/components/workspace/todo-list.tsx +++ b/frontend/src/components/workspace/todo-list.tsx @@ -64,8 +64,18 @@ export function TodoList({ {todos.map((todo, i) => (
- - + + {todo.content}