Refactor media preview functionality and update localization strings
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:
@@ -298,6 +298,7 @@ export const ru = {
|
||||
media: {
|
||||
title: 'Медиа',
|
||||
upload: 'Загрузить',
|
||||
preview: 'Просмотр',
|
||||
manualButton: 'Из папки manual',
|
||||
importButton: 'Импорт',
|
||||
importTitle: 'Импорт медиа',
|
||||
|
||||
Reference in New Issue
Block a user