From 95bd36919dd9e4a6356ad73b878bbc62ae3780cb Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Sun, 1 Feb 2026 17:43:27 -0500 Subject: [PATCH 01/14] Add community adoption distribution link in Versions.vue Added a link to view community adoption distribution for packages. --- app/components/Package/Versions.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app/components/Package/Versions.vue b/app/components/Package/Versions.vue index 17c58e96f..fd4646891 100644 --- a/app/components/Package/Versions.vue +++ b/app/components/Package/Versions.vue @@ -306,6 +306,18 @@ function getTagVersions(tag: string): VersionDisplay[] { :title="$t('package.versions.title')" id="versions" > +
From 361fb7c315a2a7250ac18f62b653661c6fac6c22 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Sun, 1 Feb 2026 17:45:49 -0500 Subject: [PATCH 02/14] Add community distribution label to English locale --- i18n/locales/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/i18n/locales/en.json b/i18n/locales/en.json index 57361f72b..9817f61c0 100644 --- a/i18n/locales/en.json +++ b/i18n/locales/en.json @@ -264,6 +264,7 @@ "date_range": "{start} to {end}", "date_range_multiline": "{start}\nto {end}", "analyze": "Analyze downloads", + "community_distribution": "View community adoption distribution", "modal_title": "Downloads", "granularity": "Granularity", "granularity_daily": "Daily", From 27898e1d3a5bd8cc78c45eb636cacccbde73559b Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Sun, 1 Feb 2026 17:46:31 -0500 Subject: [PATCH 03/14] Update tooltip text for community distribution link --- app/components/Package/Versions.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/Package/Versions.vue b/app/components/Package/Versions.vue index fd4646891..2aa4923c8 100644 --- a/app/components/Package/Versions.vue +++ b/app/components/Package/Versions.vue @@ -312,10 +312,10 @@ function getTagVersions(tag: string): VersionDisplay[] { target="_blank" rel="noopener noreferrer" class="text-fg-subtle hover:text-fg transition-colors duration-200 inline-flex items-center justify-center min-w-6 min-h-6 -m-1 p-1" - :title="$t('package.stats.view_community_adoption_distribution')" + :title="$t('package.downloads.community_distribution')" >