diff --git a/frontend/src/components/AudioAnalysis.tsx b/frontend/src/components/AudioAnalysis.tsx index 589bd35..098eaac 100644 --- a/frontend/src/components/AudioAnalysis.tsx +++ b/frontend/src/components/AudioAnalysis.tsx @@ -91,10 +91,10 @@ export function AudioAnalysis({ const nyquistFreq = result.sample_rate / 2; return ( - + {filePath && ( -

{filePath}

+

{filePath}

)}
diff --git a/frontend/src/components/FileManagerPage.tsx b/frontend/src/components/FileManagerPage.tsx index 7a5ac2d..1b63db6 100644 --- a/frontend/src/components/FileManagerPage.tsx +++ b/frontend/src/components/FileManagerPage.tsx @@ -650,17 +650,7 @@ export function FileManagerPage() { -
- Rename Preview - -
+ Rename Preview Review the changes before renaming. Files with errors will be skipped. @@ -716,17 +706,7 @@ export function FileManagerPage() { -
- File Metadata - -
+ File Metadata {metadataFile.split(/[/\\]/).pop()} diff --git a/frontend/src/components/SearchBar.tsx b/frontend/src/components/SearchBar.tsx index fe107e8..afae4e3 100644 --- a/frontend/src/components/SearchBar.tsx +++ b/frontend/src/components/SearchBar.tsx @@ -1,7 +1,7 @@ import { Button } from "@/components/ui/button"; import { InputWithContext } from "@/components/ui/input-with-context"; import { Label } from "@/components/ui/label"; -import { Search, Info, XCircle } from "lucide-react"; +import { CloudDownload, Info, XCircle } from "lucide-react"; import { Spinner } from "@/components/ui/spinner"; import { Tooltip, @@ -75,7 +75,7 @@ export function SearchBar({ ) : ( <> - + Fetch )}