+ {accessDenied ? "You do not have permission to view this project." : `Project (ID: ${projectUuid}) not found.`} +
+- {accessDenied ? "You do not have permission to view this private project, or the project does not exist." : `Project (ID: ${projectUuid}) not found or access is restricted.`} -
-No tasks in this project yet.
- ) : ( + {tasks.length === 0 ? (No tasks yet.
) : ( Object.entries(tasksByStatus).map(([status, statusTasks]) => ( statusTasks.length > 0 && (
- No sub-tasks defined.
- {canCreateUpdateDeleteTasks && (
-
- Assigned to: {task.assigneeName || (task.assigneeUuid ? 'Unknown User' : 'Everyone')} -
- No sub-tasks. {canCreateUpdateDeleteTasks &&
Assigned: {task.assigneeName || (task.assigneeUuid ? 'Unknown' : 'Everyone')}
+