Refactor media import components for improved layout and functionality
Updated the ManualInboxPanel, MediaImportDialog, MovieImportPanel, and UploadToShowPanel to enhance their layout and responsiveness. Adjusted flex properties to ensure consistent sizing and overflow handling across components. Simplified the MediaImportDialog by removing unnecessary file handling logic, and improved localization strings for clarity. These changes aim to enhance user experience and maintain a cohesive design across the media import interface.
This commit is contained in:
@@ -318,6 +318,9 @@ export const en = {
|
||||
manualImported: 'Files imported: {{count}}',
|
||||
uploadToShow: 'Upload to show',
|
||||
toShowTitle: 'Upload and add to show',
|
||||
toShowPick: 'Pick files',
|
||||
toShowEmpty: 'No files picked',
|
||||
toShowPicked: 'Files picked: {{count}}',
|
||||
autoDetectHint:
|
||||
'Each file is linked to the show whose original (or display) name appears in the release name, e.g. “The.Simpsons.S33E01…” → The Simpsons.',
|
||||
toShowLibrary: 'To library',
|
||||
|
||||
Reference in New Issue
Block a user