From e07c206ef12285e7712119d69c62bb6cf0334f3b Mon Sep 17 00:00:00 2001 From: Timo De Meyst Date: Thu, 24 Apr 2025 19:09:35 +0200 Subject: [PATCH] feat: question icon verschijnt naast leerobjecten die vragen hebben --- frontend/src/views/learning-paths/LearningPathPage.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/learning-paths/LearningPathPage.vue b/frontend/src/views/learning-paths/LearningPathPage.vue index 5f3378e1..94ac74fd 100644 --- a/frontend/src/views/learning-paths/LearningPathPage.vue +++ b/frontend/src/views/learning-paths/LearningPathPage.vue @@ -20,7 +20,7 @@ import type { QuestionData, QuestionDTO } from "@dwengo-1/common/interfaces/question"; import {useStudentAssignmentsQuery, useStudentGroupsQuery} from "@/queries/students" import type { AssignmentDTO } from "@dwengo-1/common/interfaces/assignment"; -import type { GroupDTO } from "@dwengo-1/common/interfaces/group"; + import type { GroupDTO } from "@dwengo-1/common/interfaces/group"; const router = useRouter(); const route = useRoute(); @@ -192,7 +192,7 @@ import type { GroupDTO } from "@dwengo-1/common/interfaces/group"; } else { alert("Please type a question before submitting.") // TODO: i18n } - + } @@ -271,8 +271,11 @@ import type { GroupDTO } from "@dwengo-1/common/interfaces/group"; :color="COLORS[getNavItemState(node)]" :icon="ICONS[getNavItemState(node)]" > + + -