diff --git a/apps/web/src/components/editor/media-panel.tsx b/apps/web/src/components/editor/media-panel.tsx index 82833f5..3d83426 100644 --- a/apps/web/src/components/editor/media-panel.tsx +++ b/apps/web/src/components/editor/media-panel.tsx @@ -16,6 +16,14 @@ import { ContextMenuItem, ContextMenuTrigger, } from "../ui/context-menu"; +import { Input } from "../ui/input"; +import { + Select, + SelectContent, + SelectItem, + SelectTrigger, + SelectValue, +} from "../ui/select"; // MediaPanel lets users add, view, and drag media (images, videos, audio) into the project. // You can upload files or drag them from your computer. Dragging from here to the timeline adds them to your video project. @@ -237,20 +245,21 @@ export function MediaPanel() { {/* Button to add/upload media */}
{/* Search and filter controls */} - - + + + + + All + Video + Audio + Image + + + setSearchQuery(e.target.value)} />