feat: add my tasks list view

This commit is contained in:
Jordan Knott
2021-01-01 22:20:55 -06:00
parent d6101d9221
commit dcf53b9077
30 changed files with 2640 additions and 16 deletions
@@ -426,6 +426,7 @@ const ProjectBoard: React.FC<ProjectBoardProps> = ({ projectID, onCardLabelClick
name,
complete: false,
completedAt: null,
hasTime: false,
taskGroup: {
__typename: 'TaskGroup',
id: taskGroup.id,