From c7d6d098207e31e993ecb38d1137e085d27b1c59 Mon Sep 17 00:00:00 2001 From: James Garbutt <43081j@users.noreply.github.com> Date: Fri, 13 Feb 2026 17:01:47 +0000 Subject: [PATCH] feat: switch dependency icons to be tappable tooltips This changes the icons to be their own tappable (or clickable) icons which then open their tooltips. Before this change, there was no way to see them on mobile as a tap would click the version link and change page. --- app/components/Package/Dependencies.vue | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/app/components/Package/Dependencies.vue b/app/components/Package/Dependencies.vue index 68d4848f2..2e518f9a1 100644 --- a/app/components/Package/Dependencies.vue +++ b/app/components/Package/Dependencies.vue @@ -120,20 +120,30 @@ const numberFormatter = useNumberFormatter()