refactor(themes): drop unreliable popularity/download stats from the store (#1050)

The install/download numbers came from jsDelivr CDN hits, which are
structurally unreliable: the stats API caps at the top 100 files, so most
themes report 0 and the figures jump from day to day. Showing them — and a
popularity bar and a most-popular sort built on them — only misled users.

Remove the stats meta box (popularity bar + download count), move the author
back under the theme name, and keep the reliable git-based last-changed date
inline. Sort is now Newest (default) or Alphabetical.
This commit is contained in:
Psychotoxical
2026-06-09 20:04:25 +02:00
committed by GitHub
parent c33d1e64c5
commit 316c99ba07
12 changed files with 37 additions and 125 deletions
+2 -5
View File
@@ -356,7 +356,7 @@ export const settings = {
themeStoreSubmitText: 'Eigenes Theme gebaut? Teil es mit der Community — mehr Infos im Themes-Repository.',
themeStoreSubmitLink: 'Themes-Repository öffnen',
themeStoreNetworkNotice: 'Der Theme-Store lädt Katalog und Vorschauen von externen Diensten (jsDelivr-CDN und GitHub). Es werden keine persönlichen Daten gesendet.',
themeStoreStatsNotice: 'Download- und „Zuletzt geändert"-Statistiken werden einmal täglich aktualisiert (gegen 04:17 UTC).',
themeStoreStatsNotice: 'Die „Zuletzt geändert“-Daten werden einmal täglich aktualisiert (gegen 04:17 UTC).',
themeStoreSearchPlaceholder: 'Themes suchen…',
themeStoreFilterMode: 'Nach Modus filtern',
themeStoreModeAll: 'Alle',
@@ -370,12 +370,9 @@ export const settings = {
themeStoreEmpty: 'Keine Themes passen zu deinen Filtern.',
themeStoreActive: 'Aktiv',
themeStoreEnlarge: 'Vorschau vergrößern',
themeStoreSortPopular: 'Beliebteste',
themeStoreSortNewest: 'Neueste',
themeStoreSortName: 'Alphabetisch',
themeStoreAuthor: 'Autor',
themeStorePopularity: 'Beliebtheit',
themeStoreDownloads: 'Downloads gesamt',
themeStoreByAuthor: 'von {{author}}',
themeStoreLastChanged: 'Zuletzt geändert',
themeMigrationNoticeTitle: 'Theme in den Store gezogen',
themeMigrationNoticeBody: '{{themes}} ist nicht mehr in der App enthalten. Du kannst es im Theme-Store neu installieren (Einstellungen → Themes) oder ein anderes Theme wählen.',