Add kind filter to ShowsPanel and update localization strings
ci / build-backend (push) Successful in 1m40s
ci / build-frontend (push) Successful in 52s
ci / tests (push) Successful in 1m51s
ci / sonar (push) Successful in 4m24s

Introduced a new client-side filter for show types in the ShowsPanel, allowing users to filter shows by their kind. Updated the sorting logic to accommodate this new filter. Additionally, added corresponding localization strings for both English and Russian to support the new filter options. These changes enhance the user experience by providing more granular control over show listings.
This commit is contained in:
Leonid Pershin
2026-07-28 03:33:07 +03:00
parent 05e9919a7b
commit ef5c56f04b
3 changed files with 23 additions and 2 deletions
+1
View File
@@ -411,6 +411,7 @@ export const en = {
loadedSeasons: 'Loaded seasons',
genre: 'Genre',
allGenres: 'All genres',
allKinds: 'All kinds',
otherGenres: 'Other genres',
bulk: {
selected: 'Selected: {{count}}',
+1
View File
@@ -408,6 +408,7 @@ export const ru = {
loadedSeasons: 'Загружены сезоны',
genre: 'Жанр',
allGenres: 'Все жанры',
allKinds: 'Все типы',
otherGenres: 'Остальные жанры',
bulk: {
selected: 'Отмечено: {{count}}',