From 28c247653a0bb444465cab56a95dc3f378f149c5 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Tue, 9 Jul 2024 09:15:39 +0200 Subject: [PATCH] Add dynamic filtering --- .../learningPathPage/LearningPathPage.vue | 24 +++++++++++++------ 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/client/src/pages/learningPath/learningPathPage/LearningPathPage.vue b/client/src/pages/learningPath/learningPathPage/LearningPathPage.vue index 4234f14c..90ae0476 100644 --- a/client/src/pages/learningPath/learningPathPage/LearningPathPage.vue +++ b/client/src/pages/learningPath/learningPathPage/LearningPathPage.vue @@ -12,6 +12,7 @@ import { useCourseDataWithCompletion, useCurrentCourseSession, } from "@/composables"; +import CourseSessionDueDatesList from "@/components/dueDates/CourseSessionDueDatesList.vue"; const props = defineProps<{ courseSlug: string; @@ -65,17 +66,26 @@ const changeViewType = (viewType: ViewType) => { > +
+ +
-

Zulassungsprofil

-
- - -
-

Alle anzeigen (Allbranche)

+ Alle anzeigen (Allbranche)