From 4d68eccedcf25746ee01094ece94f24c1151c539 Mon Sep 17 00:00:00 2001 From: wusumac <736139669@qq.com> Date: Fri, 29 May 2026 18:23:40 +0800 Subject: [PATCH] refactor: show tasks instead of projects in sidebar The left sidebar now lists individual tasks (sorted by creation time) instead of project cards. Each task shows the task title prominently with the project name as subtitle, along with step progress and session status. Selecting a task shows its step timeline in the center panel. Co-Authored-By: Claude Opus 4.7 --- frontend/dashboard.html | 196 +++++++++++++++++++--------------------- 1 file changed, 93 insertions(+), 103 deletions(-) diff --git a/frontend/dashboard.html b/frontend/dashboard.html index f78b6c7..15a7711 100644 --- a/frontend/dashboard.html +++ b/frontend/dashboard.html @@ -277,7 +277,7 @@