Refactor ShowDetail component and add media management features
Updated the ShowDetail component to streamline episode management by removing unused state and logic related to candidate episodes. Introduced an AddEpisodesDialog for adding media assets to shows. Enhanced localization by adding new strings for media management in both English and Russian. This refactor improves code clarity and user experience when managing show episodes.
This commit is contained in:
@@ -325,6 +325,8 @@ export const en = {
|
||||
episodes: 'Episodes',
|
||||
episode: 'Episode',
|
||||
noEpisodes: 'No episodes yet',
|
||||
addMedia: 'Add media',
|
||||
addMediaHint: 'Ready files not yet in this show. The selected ones are added as episodes.',
|
||||
filterAssets: 'Filter by name, e.g. Family.Guy.S16',
|
||||
selectAll: 'Select all',
|
||||
deselectAll: 'Clear',
|
||||
|
||||
Reference in New Issue
Block a user