diff --git a/apps/web/src/components/editor/timeline/timeline-element.tsx b/apps/web/src/components/editor/timeline/timeline-element.tsx index ca47d3ca..8f78e5e9 100644 --- a/apps/web/src/components/editor/timeline/timeline-element.tsx +++ b/apps/web/src/components/editor/timeline/timeline-element.tsx @@ -10,6 +10,7 @@ import { Eye, Volume2, VolumeX, + FolderPlus, } from "lucide-react"; import { useMediaStore } from "@/stores/media-store"; import { useTimelineStore } from "@/stores/timeline-store"; @@ -372,6 +373,15 @@ export function TimelineElement({ + {}}> + + {isMultipleSelected && isCurrentElementSelected + ? `Group ${selectedElements.length} elements into scene` + : `Group into scene`} + + + +