From de303e932745daa30baaeedb7898d193f4e51a5b Mon Sep 17 00:00:00 2001 From: Jaime Idolpx Date: Fri, 12 Jun 2026 04:59:24 -0400 Subject: [PATCH] feat(MediaManager): enhance mount dialog layout and improve text overflow handling --- src/app/components/MediaManager.tsx | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/src/app/components/MediaManager.tsx b/src/app/components/MediaManager.tsx index 4ce601b..9f87cd2 100644 --- a/src/app/components/MediaManager.tsx +++ b/src/app/components/MediaManager.tsx @@ -1266,11 +1266,18 @@ export default function MediaManager({ initialPath, rootPath, title, config, set {/* ── Mount dialog ── */} !open && setMountEntry(null)}> - - + + Mount on Virtual Drive - {mountEntry?.name} + + {mountEntry?.name} + +
{(() => { const allDevices = Object.entries(config?.devices?.iec ?? {}); const drives = allDevices @@ -1288,13 +1295,17 @@ export default function MediaManager({ initialPath, rootPath, title, config, set