fix(ui): rename column header from '↓ (90d)' to 'Downloads'

More descriptive and cleaner column name for the downloads count.
This commit is contained in:
Vito Castellano 2025-12-29 15:11:12 +01:00
commit 6e541cf05d
No known key found for this signature in database
GPG key ID: E13085DB38BC5819

View file

@ -117,7 +117,7 @@ func (s *AppService) forceRefreshResults() {
// setResults updates the results table with the provided data and optionally scrolls to the top.
func (s *AppService) setResults(data *[]models.Package, scrollToTop bool) {
s.layout.GetTable().Clear()
s.layout.GetTable().SetTableHeaders("Type", "Name", "Version", "Description", "↓ (90d)")
s.layout.GetTable().SetTableHeaders("Type", "Name", "Version", "Description", "Downloads")
for i, info := range *data {
// Type cell with escaped brackets