diff --git a/client/src/components/learningPath/LearningPathDiagram.vue b/client/src/components/learningPath/LearningPathDiagram.vue index 8d56c162..f6480737 100644 --- a/client/src/components/learningPath/LearningPathDiagram.vue +++ b/client/src/components/learningPath/LearningPathDiagram.vue @@ -1,484 +1,56 @@ diff --git a/client/src/components/learningPath/LearningPathViewVertical.vue b/client/src/components/learningPath/LearningPathViewVertical.vue deleted file mode 100644 index 82e7fe2f..00000000 --- a/client/src/components/learningPath/LearningPathViewVertical.vue +++ /dev/null @@ -1,34 +0,0 @@ - - - diff --git a/client/src/pages/cockpit/CockpitUserProfilePage.vue b/client/src/pages/cockpit/CockpitUserProfilePage.vue index e8d43c47..066aa444 100644 --- a/client/src/pages/cockpit/CockpitUserProfilePage.vue +++ b/client/src/pages/cockpit/CockpitUserProfilePage.vue @@ -6,7 +6,7 @@ import * as log from "loglevel"; import { computed, onMounted } from "vue"; import CompetenceDetail from "@/components/competences/CompetenceDetail.vue"; -import LearningPathDiagram from "@/components/learningPath/LearningPathDiagram.vue"; +import LearningPathPathView from "@/pages/learningPath/learningPathPage/LearningPathPathView.vue"; const props = defineProps<{ userId: string; @@ -61,14 +61,13 @@ function setActiveClasses(isActive: boolean) {
-
- + + + >