Refactor media upload handling in MediaPanel: implement support for multiple file uploads with progress tracking, update UI to display current upload status, and enhance translations for uploaded file count.

This commit is contained in:
Leonid Pershin
2026-07-24 18:52:15 +03:00
parent 7309a25764
commit b7cdc4ad96
2 changed files with 32 additions and 21 deletions
+2
View File
@@ -105,6 +105,7 @@ const resources = {
title: 'Медиа',
upload: 'Загрузить',
uploaded: 'Файл загружен, идёт обработка',
uploadedCount: 'Загружено файлов: {{count}}',
name: 'Файл',
status: 'Статус',
duration: 'Длительность',
@@ -273,6 +274,7 @@ const resources = {
title: 'Media',
upload: 'Upload',
uploaded: 'File uploaded, processing started',
uploadedCount: 'Uploaded files: {{count}}',
name: 'File',
status: 'Status',
duration: 'Duration',