From aeefa9324e5c38f13098b1633ad2570fb2218242 Mon Sep 17 00:00:00 2001 From: Huskydog9988 <39809509+Huskydog9988@users.noreply.github.com> Date: Fri, 1 Aug 2025 16:32:10 -0400 Subject: [PATCH 1/9] feat: add link to drop version in footer --- components/UserFooter.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/components/UserFooter.vue b/components/UserFooter.vue index 3060021d..1e1310dc 100644 --- a/components/UserFooter.vue +++ b/components/UserFooter.vue @@ -91,10 +91,11 @@
-

- + @@ -102,7 +103,7 @@ {{ versionInfo.gitRef }} -

+
From b6a824df7f768956804e99c6fb25295b71773fb0 Mon Sep 17 00:00:00 2001 From: Huskydog9988 <39809509+Huskydog9988@users.noreply.github.com> Date: Fri, 1 Aug 2025 21:42:20 -0400 Subject: [PATCH 2/9] feat: add drop logo aria label --- components/DropLogo.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/DropLogo.vue b/components/DropLogo.vue index 8645c5be..7dde7006 100644 --- a/components/DropLogo.vue +++ b/components/DropLogo.vue @@ -1,5 +1,6 @@