+ {/* Time Display */}
+
+
+ {formatTimeCode(currentTime, "HH:MM:SS:FF", activeProject?.fps || 30)}
+
+ /
+
+ {formatTimeCode(
+ totalDuration,
+ "HH:MM:SS:FF",
+ activeProject?.fps || 30,
+ )}
+
+
- {/* Transport Controls */}
-
-
-
-
-
+ {/* Transport Controls */}
+
+
+
+
+
- {/* Timeline Scrubber */}
-
+ {/* Timeline Scrubber */}
+
+
+ className="absolute top-0 left-0 h-full bg-primary rounded-full transition-all duration-100"
+ style={{ width: `${progress}%` }}
+ />
+
- {/* Bottom Row - Aspect Ratio and Fullscreen */}
-
+ {/* Aspect Ratio and Fullscreen Controls */}
+
{!isExpanded && (
<>