fix: hide waveform filmstrip labels

This commit is contained in:
2026-05-19 17:59:58 +08:00
parent 883e1d4de6
commit 97016dcc0f
2 changed files with 4 additions and 8 deletions

View File

@@ -2606,8 +2606,7 @@ function AudioIntakePanel({
<div className="min-w-0 space-y-2">
<div className="rounded-md border border-white/10 bg-black/32 p-2">
<div className="mb-1 flex items-center justify-between gap-3 text-[10px] text-white/40">
<span> / </span>
<div className="mb-1 flex items-center justify-end gap-3 text-[10px] text-white/40">
<div className="flex items-center gap-2 font-mono">
<span> {currentTime.toFixed(1)}s</span>
<span> {formatSeconds(timelineDuration)}</span>
@@ -2743,10 +2742,7 @@ function TimelineFilmstrip({
return (
<div className="relative z-20 mt-2 overflow-visible pt-1">
<div className="mb-1.5 flex items-center justify-between gap-3">
<div className="min-w-0">
<div className="text-[11px] font-semibold text-white/68"></div>
<div className="mt-0.5 text-[10px] text-white/34"></div>
</div>
<div className="min-w-0" />
<div className="flex shrink-0 items-center gap-1">
{FILMSTRIP_DENSITIES.map((item) => (
<button