From dfe87c05a1925d485c7e1a1ece25e8dc1851c4c3 Mon Sep 17 00:00:00 2001 From: Jaime Idolpx Date: Fri, 12 Jun 2026 20:03:58 -0400 Subject: [PATCH] feat(MediaManager): improve breadcrumb layout for better responsiveness and folder configuration access --- src/app/components/MediaManager.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/app/components/MediaManager.tsx b/src/app/components/MediaManager.tsx index d92f03f..cee831e 100644 --- a/src/app/components/MediaManager.tsx +++ b/src/app/components/MediaManager.tsx @@ -1002,7 +1002,8 @@ export default function MediaManager({ initialPath, rootPath, title, config, set {/* Breadcrumb */} -
+
+
@@ -1037,6 +1038,12 @@ export default function MediaManager({ initialPath, rootPath, title, config, set
); })} +
+ {folderConfig !== null && ( + + )}
{(folderConfig?.['base_url']) && (