From f7012132b4b4d49616149d4a6233af50772d6e80 Mon Sep 17 00:00:00 2001 From: topsinoty Date: Sat, 4 Jul 2026 17:05:46 +0300 Subject: [PATCH] feat(student): render preserved links and mentor guidance Render the structured external project links with safe new-tab attributes and restore the mentor onboarding callout in the Vue student page. Internal mentor navigation continues through the custom localized router. --- src/routes/Student.vue | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/routes/Student.vue b/src/routes/Student.vue index f2fa414..6a9c1f9 100644 --- a/src/routes/Student.vue +++ b/src/routes/Student.vue @@ -7,6 +7,7 @@ import { computed, onMounted, ref } from 'vue'; import { loadYaml } from '../lib/yaml.js'; import { usePageText } from "../lib/index.js"; + import { navigate } from "../lib/router/router.js"; const members = ref({ junior: [], senior: [] }); const text = usePageText("Student"); @@ -93,6 +94,18 @@ +
+ + {{ link.label }} ↗ + +