From 1df336ca2dab71319c01285b82bdba7f9edff61a Mon Sep 17 00:00:00 2001 From: CloudCLI UI Contributors Date: Sun, 28 Jun 2026 18:52:31 +0000 Subject: [PATCH] feat(file-viewer): preview media files inline instead of showing "binary file" Natively renderable files (images, PDFs, audio, video) opened from the Files tab previously fell back to the generic "binary file" placeholder. Classify previewable extensions and render a new CodeEditorMediaPreview component that streams the bytes through the existing authenticated content endpoint and displays them with the right native element (,