feat: add tooltip for unknown dependents (#6572)

This commit is contained in:
Truman Gao
2026-07-01 05:21:42 +00:00
committed by GitHub
parent 26e98b7155
commit a00a7971d1
4 changed files with 10 additions and 2 deletions
@@ -92,6 +92,11 @@ export const analyticsMessages = defineMessages({
id: 'analytics.value.no-dependent-tooltip',
defaultMessage: 'Downloaded for reasons other than being a dependency',
},
unknownDependentTooltip: {
id: 'analytics.value.unknown-dependent-tooltip',
defaultMessage:
"There's no metadata to determine which dependent project this download attributes to.",
},
other: {
id: 'analytics.value.other',
defaultMessage: 'Other',