Enhance collection and group suggestions to manage existing items visibility
ci / build-backend (push) Successful in 1m24s
ci / build-frontend (push) Failing after 31s
ci / tests (push) Skipped
ci / sonar (push) Skipped

Updated the CollectionSuggestions and GroupSuggestions components to include a toggle for displaying already created suggestions. Introduced new state management for handling visibility of existing items, along with localization updates for relevant UI strings in both English and Russian. This improves user experience by allowing admins to see both new and existing suggestions clearly.
This commit is contained in:
Leonid Pershin
2026-07-27 06:41:33 +03:00
parent f8923b5275
commit 212899bc2b
4 changed files with 76 additions and 9 deletions
+6
View File
@@ -126,6 +126,9 @@ export const en = {
stats: '{{shows}} shows · {{units}} units',
exists: 'already exists',
created: 'Group created',
allCreated: 'Every suggestion has been created already.',
showExisting: 'Show already created ({{count}})',
hideExisting: 'Hide already created',
kinds: {
Genre: 'genre',
ShowKind: 'kind',
@@ -172,6 +175,9 @@ export const en = {
parts: '{{count}} parts',
exists: 'already exists',
created: 'Collection created',
allCreated: 'Every suggestion has been created already.',
showExisting: 'Show already created ({{count}})',
hideExisting: 'Hide already created',
sources: { Metadata: 'from metadata', NameGuess: 'by names' },
},
},