Skip to content

Commit c16181e

Browse files
authored
Add tooltip to 30 days downloads label (#8172)
1 parent 52b0293 commit c16181e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/lib/frontend/templates/views/pkg/labeled_scores.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ d.Node labeledScoresNode({
3030
),
3131
requestContext.experimentalFlags.showDownloadCounts
3232
? d.div(
33+
attributes: {
34+
'title':
35+
'Number of downloads of this package during the past 30 days'
36+
},
3337
classes: ['packages-score', 'packages-score-downloads'],
3438
child: _labeledScore(
3539
'downloads',

0 commit comments

Comments
 (0)