From 217e48aead8a52c050d373b3e296a2bb756acaac Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sat, 28 Oct 2023 19:05:20 +0200 Subject: [PATCH] Implement routing to schedule from TaskOverviewCard --- backend/.idea/workspace.xml | 33 +++++++++++++------ .../src/app/dashboard/dashboard.component.css | 2 +- .../app/dashboard/dashboard.component.html | 2 +- .../src/app/dashboard/dashboard.component.ts | 7 ++-- .../task-overview.component.html | 2 +- .../task-overview/task-overview.component.ts | 1 + .../taskgroup-overview.component.html | 4 +-- .../taskgroup-overview.component.ts | 18 +++++++--- 8 files changed, 48 insertions(+), 21 deletions(-) diff --git a/backend/.idea/workspace.xml b/backend/.idea/workspace.xml index 449d5dd..d2a1011 100644 --- a/backend/.idea/workspace.xml +++ b/backend/.idea/workspace.xml @@ -4,14 +4,10 @@