+ {/* Left: Select All */}
+
+
+ {/* Center: Selected count */}
+
+ {hasSelection && (
+
+ {t("fileManager.selectedCount", "{{count}} selected", { count: selectedFileIds.length })}
+
+ )}
+
+
+ {/* Right: Delete and Download */}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+};
+
+export default FileActions;
diff --git a/frontend/src/components/fileManager/FileListArea.tsx b/frontend/src/components/fileManager/FileListArea.tsx
index 8e1975137..fd9357a94 100644
--- a/frontend/src/components/fileManager/FileListArea.tsx
+++ b/frontend/src/components/fileManager/FileListArea.tsx
@@ -19,22 +19,23 @@ const FileListArea: React.FC