From 1cd0ed0a5332639d6be024974bf27da3c04b3e99 Mon Sep 17 00:00:00 2001
From: Remi <73385395+itsrubberduck@users.noreply.github.com>
Date: Sat, 4 Oct 2025 16:58:18 +0200
Subject: [PATCH] Rename learn pages to classroom
---
app/components/CookieConsentBanner.vue | 2 +-
...duction.vue => classroom-introduction.vue} | 44 +++++++++----------
app/pages/{learn.vue => classroom.vue} | 2 +-
app/pages/login.vue | 6 +--
4 files changed, 27 insertions(+), 27 deletions(-)
rename app/pages/{learn-introduction.vue => classroom-introduction.vue} (95%)
rename app/pages/{learn.vue => classroom.vue} (99%)
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/learn-introduction.vue b/app/pages/classroom-introduction.vue
similarity index 95%
rename from app/pages/learn-introduction.vue
rename to app/pages/classroom-introduction.vue
index 021f578..4ca3bf3 100644
--- a/app/pages/learn-introduction.vue
+++ b/app/pages/classroom-introduction.vue
@@ -9,12 +9,12 @@
Learn orientation
+Classroom orientation
Guided preflight briefing
This is your training playground. Live AI controllers for the simulator are still in closed testing, so we - start with Learn to build phraseology, timing and confidence. I will guide you through the flow before you - dive into the hub. + start with the Classroom to build phraseology, timing and confidence. I will guide you through the flow + before you dive into the hub.
Heads-up
- Learn mirrors the calls you will make later, but today it runs as a standalone trainer. Treat it like a - warm-up before the live network opens. + The Classroom mirrors the calls you will make later, but today it runs as a standalone trainer. Treat it + like a warm-up before the live network opens.
@@ -75,12 +75,12 @@
Avery
-Your Learn instructor
+Your Classroom instructor
@@ -171,8 +171,8 @@