From 1ba85e3235b6a0dd1c79bdf29456129b7688e316 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Thu, 2 Jul 2026 23:36:15 +0200 Subject: [PATCH] feat: cross-link related blueprints on the detail page The title-block "Extends" now links to the parent blueprint when it is illustrated, and a new "Related blueprints" section lists hosts, siblings, and extensions. References resolve to live links via the registry and fall back to plain text otherwise, so PasswordAuth and RememberMe now interlink. --- src/components/BlueprintViewer.vue | 75 +++++++++++++++++++++++++++++- src/data/rememberMeBlueprint.ts | 7 +++ 2 files changed, 81 insertions(+), 1 deletion(-) diff --git a/src/components/BlueprintViewer.vue b/src/components/BlueprintViewer.vue index 6a9edf6..42d9488 100644 --- a/src/components/BlueprintViewer.vue +++ b/src/components/BlueprintViewer.vue @@ -1,12 +1,15 @@