From 2d763ea63e133c083114151abc5b9c76bc6ab54e Mon Sep 17 00:00:00 2001 From: soryu Date: Thu, 22 Jan 2026 01:29:04 +0000 Subject: Hide subtasks --- makima/frontend/src/components/mesh/TaskDetail.tsx | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'makima') diff --git a/makima/frontend/src/components/mesh/TaskDetail.tsx b/makima/frontend/src/components/mesh/TaskDetail.tsx index a74f394..e4fcce3 100644 --- a/makima/frontend/src/components/mesh/TaskDetail.tsx +++ b/makima/frontend/src/components/mesh/TaskDetail.tsx @@ -689,19 +689,6 @@ export function TaskDetail({ )} - {/* Disable adding subtasks for supervisors and at max depth (2 = sub-subtask, cannot have children) */} - {!isSupervisor && task.depth < 2 ? ( - - ) : !isSupervisor ? ( - - Max depth - - ) : null} {/* Progress bar for tasks */} -- cgit v1.2.3