Refactor media import components for improved layout and functionality
ci / build-backend (push) Successful in 1m31s
ci / build-frontend (push) Successful in 1m8s
ci / tests (push) Successful in 1m40s
ci / sonar (push) Successful in 4m34s

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:
Leonid Pershin
2026-07-28 03:21:18 +03:00
parent f15b2fefcd
commit 05e9919a7b
7 changed files with 60 additions and 54 deletions
+3
View File
@@ -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',