Merge pull request #184 from kveld9/feat/ux-redesign-favorites

feat: ux redesign favorites -- sortable columns, gender filter, age range filter, new columns.
This commit is contained in:
Psychotoxical
2026-04-14 22:34:18 +02:00
committed by GitHub
11 changed files with 477 additions and 34 deletions
+9
View File
@@ -212,6 +212,11 @@ export const enTranslation = {
playAll: 'Play all',
removeSong: 'Remove from favorites',
stations: 'Radio Stations',
showingFiltered: 'Showing {{filtered}} of {{total}} ({{artist}})',
showingCount: 'Showing {{filtered}} of {{total}}',
clearArtistFilter: 'Clear artist filter',
noFilterResults: 'No results with selected filters.',
allArtists: 'All Artists',
},
randomLanding: {
title: 'Build a Mix',
@@ -400,6 +405,10 @@ export const enTranslation = {
durationHoursMinutes: '{{hours}}h {{minutes}}m',
durationMinutesOnly: '{{minutes}}m',
updaterOpenGitHub: 'Open on GitHub',
filters: 'Filters',
more: 'more',
yearRange: 'Year Range',
clearAll: 'Clear all',
},
settings: {
title: 'Settings',