fix: clean file info cards for non-native video/media formats on tool page

Instead of showing a broken video player error for formats like AVI,
MKV, WMV that browsers can't play, show a clean file info card with
icon, filename, format, and size. Message says "Preview will be
available after processing" which is accurate -- the processed output
is typically in a browser-friendly format.

Also cleaned up the post-processing non-previewable card to match
the same visual style.
This commit is contained in:
SnapOtter
2026-06-15 11:57:27 +08:00
parent ed458d4bbd
commit 511e941da0
22 changed files with 65 additions and 25 deletions
+1
View File
@@ -2453,6 +2453,7 @@ export const ar: TranslationKeys = {
adjustSettings: "Adjust settings",
startOver: "Start over with a new file",
newFile: "New file",
previewUnavailable: "Preview will be available after processing",
backToTools: "Back to Tools",
original: "Original",
processed: "Processed",