From 639683c06d14b8b02f6205efd4f2f3d90c69523c Mon Sep 17 00:00:00 2001 From: Lorenz Padberg Date: Thu, 15 Jun 2023 14:43:47 +0200 Subject: [PATCH] Add DueDatesFrontendComponents --- .../dueDates/DueDateSingle.vue} | 32 +++++++++---------- .../components/dueDates/DueDatesShortList.vue | 28 ++++++++++++++++ .../learningPathPage/LearningPathPage.vue | 4 +-- 3 files changed, 45 insertions(+), 19 deletions(-) rename client/src/{pages/learningPath/learningPathPage/LearningPathAppointmentsMock.vue => components/dueDates/DueDateSingle.vue} (56%) create mode 100644 client/src/components/dueDates/DueDatesShortList.vue diff --git a/client/src/pages/learningPath/learningPathPage/LearningPathAppointmentsMock.vue b/client/src/components/dueDates/DueDateSingle.vue similarity index 56% rename from client/src/pages/learningPath/learningPathPage/LearningPathAppointmentsMock.vue rename to client/src/components/dueDates/DueDateSingle.vue index 22fb8516..68e6cc1c 100644 --- a/client/src/pages/learningPath/learningPathPage/LearningPathAppointmentsMock.vue +++ b/client/src/components/dueDates/DueDateSingle.vue @@ -1,26 +1,20 @@ diff --git a/client/src/components/dueDates/DueDatesShortList.vue b/client/src/components/dueDates/DueDatesShortList.vue new file mode 100644 index 00000000..1b73f8f2 --- /dev/null +++ b/client/src/components/dueDates/DueDatesShortList.vue @@ -0,0 +1,28 @@ + + + diff --git a/client/src/pages/learningPath/learningPathPage/LearningPathPage.vue b/client/src/pages/learningPath/learningPathPage/LearningPathPage.vue index 4a854672..4fcb1fdc 100644 --- a/client/src/pages/learningPath/learningPathPage/LearningPathPage.vue +++ b/client/src/pages/learningPath/learningPathPage/LearningPathPage.vue @@ -1,5 +1,5 @@