From 58cf852842a6da8e1ad140f7322daa482fa089e7 Mon Sep 17 00:00:00 2001 From: Christian Cueni Date: Tue, 9 Apr 2024 11:15:58 +0200 Subject: [PATCH] WIP: Style components --- .../src/components/dashboard/CompetenceSummary.vue | 14 ++++++-------- client/src/components/dashboard/CoursePanel.vue | 12 +++++++----- .../dashboard/MentorCompetenceSummary.vue | 9 +++++---- .../src/components/dashboard/MentorMenteeCount.vue | 3 ++- .../components/dashboard/MentorOpenTasksCount.vue | 1 + server/config/urls.py | 14 +++++++++----- .../dashboard/graphql/types/assignment.py | 6 +++++- server/vbv_lernwelt/dashboard/views.py | 11 +++++++++-- 8 files changed, 44 insertions(+), 26 deletions(-) diff --git a/client/src/components/dashboard/CompetenceSummary.vue b/client/src/components/dashboard/CompetenceSummary.vue index 9d2a9164..6e073e5b 100644 --- a/client/src/components/dashboard/CompetenceSummary.vue +++ b/client/src/components/dashboard/CompetenceSummary.vue @@ -24,13 +24,11 @@ onMounted(async () => { diff --git a/client/src/components/dashboard/CoursePanel.vue b/client/src/components/dashboard/CoursePanel.vue index dc5d960b..638b6d17 100644 --- a/client/src/components/dashboard/CoursePanel.vue +++ b/client/src/components/dashboard/CoursePanel.vue @@ -37,11 +37,13 @@ function hasWidget(widget: WidgetType) {