Theme store: version display + animated/static filter (#1104)

* feat(themes): show theme version in the store and installed list

* feat(themes): filter the theme store by animated / static

* docs(changelog): add 1.49.0 entry for theme store version + animated filter
This commit is contained in:
Psychotoxical
2026-06-16 20:52:02 +02:00
committed by GitHub
parent 6d404fdc2d
commit 15fb0f6c56
12 changed files with 83 additions and 3 deletions
+3
View File
@@ -374,6 +374,9 @@ export const settings = {
themeStoreEnlarge: 'Vorschau vergrößern',
themeStoreSortNewest: 'Neueste',
themeStoreSortName: 'Alphabetisch',
themeStoreAnimAll: 'Alle',
themeStoreAnimAnimated: 'Animiert',
themeStoreAnimStatic: 'Statisch',
themeStoreByAuthor: 'von {{author}}',
themeStoreLastChanged: 'Zuletzt geändert',
themeMigrationNoticeTitle: 'Theme in den Store gezogen',
+3
View File
@@ -418,6 +418,9 @@ export const settings = {
themeStoreEnlarge: 'Enlarge preview',
themeStoreSortNewest: 'Newest',
themeStoreSortName: 'Alphabetical',
themeStoreAnimAll: 'All',
themeStoreAnimAnimated: 'Animated',
themeStoreAnimStatic: 'Static',
themeStoreByAuthor: 'by {{author}}',
themeStoreLastChanged: 'Last changed',
themeMigrationNoticeTitle: 'Theme moved to the Store',
+3
View File
@@ -372,6 +372,9 @@ export const settings = {
themeStoreEnlarge: 'Ampliar vista previa',
themeStoreSortNewest: 'Más recientes',
themeStoreSortName: 'Alfabético',
themeStoreAnimAll: 'Todos',
themeStoreAnimAnimated: 'Animados',
themeStoreAnimStatic: 'Estáticos',
themeStoreByAuthor: 'por {{author}}',
themeStoreLastChanged: 'Última modificación',
themeMigrationNoticeTitle: 'Tema movido a la tienda',
+3
View File
@@ -360,6 +360,9 @@ export const settings = {
themeStoreEnlarge: "Agrandir l'aperçu",
themeStoreSortNewest: 'Plus récents',
themeStoreSortName: 'Alphabétique',
themeStoreAnimAll: 'Tous',
themeStoreAnimAnimated: 'Animés',
themeStoreAnimStatic: 'Statiques',
themeStoreByAuthor: 'par {{author}}',
themeStoreLastChanged: 'Dernière modification',
themeMigrationNoticeTitle: 'Thème déplacé vers la boutique',
+3
View File
@@ -363,6 +363,9 @@ export const settings = {
themeStoreEnlarge: 'Forstørr forhåndsvisning',
themeStoreSortNewest: 'Nyeste',
themeStoreSortName: 'Alfabetisk',
themeStoreAnimAll: 'Alle',
themeStoreAnimAnimated: 'Animerte',
themeStoreAnimStatic: 'Statiske',
themeStoreByAuthor: 'av {{author}}',
themeStoreLastChanged: 'Sist endret',
themeMigrationNoticeTitle: 'Temaet er flyttet til butikken',
+3
View File
@@ -360,6 +360,9 @@ export const settings = {
themeStoreEnlarge: 'Voorbeeld vergroten',
themeStoreSortNewest: 'Nieuwste',
themeStoreSortName: 'Alfabetisch',
themeStoreAnimAll: 'Alle',
themeStoreAnimAnimated: 'Geanimeerd',
themeStoreAnimStatic: 'Statisch',
themeStoreByAuthor: 'door {{author}}',
themeStoreLastChanged: 'Laatst gewijzigd',
themeMigrationNoticeTitle: 'Thema verplaatst naar de store',
+3
View File
@@ -376,6 +376,9 @@ export const settings = {
themeStoreEnlarge: 'Mărește previzualizarea',
themeStoreSortNewest: 'Cele mai noi',
themeStoreSortName: 'Alfabetic',
themeStoreAnimAll: 'Toate',
themeStoreAnimAnimated: 'Animate',
themeStoreAnimStatic: 'Statice',
themeStoreByAuthor: 'de {{author}}',
themeStoreLastChanged: 'Ultima modificare',
themeMigrationNoticeTitle: 'Tema a fost mutată în magazin',
+3
View File
@@ -428,6 +428,9 @@ export const settings = {
themeStoreEnlarge: 'Увеличить превью',
themeStoreSortNewest: 'Новые',
themeStoreSortName: 'По алфавиту',
themeStoreAnimAll: 'Все',
themeStoreAnimAnimated: 'Анимированные',
themeStoreAnimStatic: 'Статичные',
themeStoreByAuthor: 'от {{author}}',
themeStoreLastChanged: 'Изменён',
themeMigrationNoticeTitle: 'Тема перенесена в магазин',
+3
View File
@@ -359,6 +359,9 @@ export const settings = {
themeStoreEnlarge: '放大预览',
themeStoreSortNewest: '最新',
themeStoreSortName: '按字母',
themeStoreAnimAll: '全部',
themeStoreAnimAnimated: '动态',
themeStoreAnimStatic: '静态',
themeStoreByAuthor: '作者:{{author}}',
themeStoreLastChanged: '最后更新',
themeMigrationNoticeTitle: '主题已移至商店',