From 18355e14214f24d71623a881e315c809b830ab40 Mon Sep 17 00:00:00 2001 From: mawkone Date: Tue, 19 May 2026 15:56:13 -0700 Subject: [PATCH] fix(ui): group plan tasks by User Story or Phase to support Spec Kit format --- .../project/[projectId]/(home)/plan/page.tsx | 100 ++++++++++++------ 1 file changed, 68 insertions(+), 32 deletions(-) diff --git a/vibn-frontend/app/[workspace]/project/[projectId]/(home)/plan/page.tsx b/vibn-frontend/app/[workspace]/project/[projectId]/(home)/plan/page.tsx index ef29b27..b6f42ec 100644 --- a/vibn-frontend/app/[workspace]/project/[projectId]/(home)/plan/page.tsx +++ b/vibn-frontend/app/[workspace]/project/[projectId]/(home)/plan/page.tsx @@ -1262,39 +1262,75 @@ function TasksPanel({ )} ) : ( - + + + )); + })()} + )}