mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
refactor: comment
This commit is contained in:
@@ -207,7 +207,7 @@ export function MediaView() {
|
|||||||
<DragOverlay isVisible={isDragOver} />
|
<DragOverlay isVisible={isDragOver} />
|
||||||
|
|
||||||
<div className="p-3 pb-2">
|
<div className="p-3 pb-2">
|
||||||
{/* Search and filter controls (removed old Add button) */}
|
{/* Search and filter controls */}
|
||||||
<div className="flex gap-2">
|
<div className="flex gap-2">
|
||||||
<Select value={mediaFilter} onValueChange={setMediaFilter}>
|
<Select value={mediaFilter} onValueChange={setMediaFilter}>
|
||||||
<SelectTrigger className="w-[80px] h-full text-xs">
|
<SelectTrigger className="w-[80px] h-full text-xs">
|
||||||
@@ -258,7 +258,10 @@ export function MediaView() {
|
|||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
<Plus className="h-4 w-4" />
|
<Plus className="h-4 w-4" />
|
||||||
<span className="hidden sm:inline ml-2" aria-label="Add file">
|
<span
|
||||||
|
className="hidden sm:inline ml-2"
|
||||||
|
aria-label="Add file"
|
||||||
|
>
|
||||||
Add
|
Add
|
||||||
</span>
|
</span>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user