diff --git a/app/components/CookieConsentBanner.vue b/app/components/CookieConsentBanner.vue index b5eba17..3f3874f 100644 --- a/app/components/CookieConsentBanner.vue +++ b/app/components/CookieConsentBanner.vue @@ -110,7 +110,7 @@ watch( } ); -const restrictedRoute = computed(() => route.path.startsWith('/learn') || route.path.startsWith('/pm')); +const restrictedRoute = computed(() => route.path.startsWith('/classroom') || route.path.startsWith('/pm')); const showManageButton = computed(() => hasConsent.value && !isDialogVisible.value && !restrictedRoute.value); diff --git a/app/pages/classroom-introduction.vue b/app/pages/classroom-introduction.vue new file mode 100644 index 0000000..4ca3bf3 --- /dev/null +++ b/app/pages/classroom-introduction.vue @@ -0,0 +1,949 @@ + + + + + diff --git a/app/pages/classroom.vue b/app/pages/classroom.vue new file mode 100644 index 0000000..de046ca --- /dev/null +++ b/app/pages/classroom.vue @@ -0,0 +1,6761 @@ + + + + + +