Refactor media preview functionality and update localization strings
ci / build-backend (push) Successful in 1m23s
ci / build-frontend (push) Successful in 39s
ci / tests (push) Successful in 1m22s
ci / sonar (push) Successful in 3m43s

Moved the mediaPreviewUrl function to the media API for better organization and clarity. Updated the MediaPanel component to include a preview feature for media assets, allowing users to view processed clips. Enhanced the UI to include a dialog for media previews and added corresponding localization strings in both English and Russian for the new preview functionality.
This commit is contained in:
Leonid Pershin
2026-07-30 23:24:35 +03:00
parent b9d96c915c
commit bee655ec1c
6 changed files with 50 additions and 12 deletions
+1
View File
@@ -297,6 +297,7 @@ export const en = {
media: {
title: 'Media',
upload: 'Upload',
preview: 'Preview',
manualButton: 'From manual folder',
importButton: 'Import',
importTitle: 'Media import',