From e5214ccd546e495eb97a4d86ab865f66099c4ff4 Mon Sep 17 00:00:00 2001 From: Kabilar Gunalan Date: Thu, 28 May 2026 22:39:24 -0500 Subject: [PATCH 1/2] Make `Related resource` titles clickable links on dandiset landing page --- web/src/components/DLP/MetadataCard.vue | 13 ++++++++---- web/src/components/DLP/OverviewTab.vue | 28 ++++++++++++++----------- 2 files changed, 25 insertions(+), 16 deletions(-) diff --git a/web/src/components/DLP/MetadataCard.vue b/web/src/components/DLP/MetadataCard.vue index 3e6ee96a3..ddc6a8a90 100644 --- a/web/src/components/DLP/MetadataCard.vue +++ b/web/src/components/DLP/MetadataCard.vue @@ -35,10 +35,15 @@ cols="9" class="text-grey-darken-3" > - - {{ item.name || item.identifier || item.id }} -
-
+ + + {{ item.name || item.identifier || item.id }} +
+
+
+ - Date: Mon, 1 Jun 2026 11:33:13 -0400 Subject: [PATCH 2/2] Style related-resource links to match docs.dandiarchive.org Use the link styling from the documentation site (Material for MkDocs): indigo (#4051b5), no underline, with a smooth transition to a lighter blue (#0091eb) on hover/focus, instead of the default underlined link. Co-Authored-By: Claude Opus 4.8 (1M context) --- web/src/components/DLP/OverviewTab.vue | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/web/src/components/DLP/OverviewTab.vue b/web/src/components/DLP/OverviewTab.vue index cfb627bc6..383d07552 100644 --- a/web/src/components/DLP/OverviewTab.vue +++ b/web/src/components/DLP/OverviewTab.vue @@ -92,6 +92,7 @@ { }); + +