Feature description
TrimControl.tsx's drag handles (lines 208-239) update recipe.trimStart/trimEnd live while dragging, but there's no floating tooltip showing the exact timestamp near the handle during the drag — the user has to look elsewhere at a separate numeric display to see the precise value.
Problem this solves
Precise trimming requires glancing away from the handle you're actively dragging, which is awkward on a timeline-style control.
Proposed solution
A small floating label above/below each handle, visible only while dragging.current is truthy, showing the formatted current time.
Feature description
TrimControl.tsx's drag handles (lines 208-239) updaterecipe.trimStart/trimEndlive while dragging, but there's no floating tooltip showing the exact timestamp near the handle during the drag — the user has to look elsewhere at a separate numeric display to see the precise value.Problem this solves
Precise trimming requires glancing away from the handle you're actively dragging, which is awkward on a timeline-style control.
Proposed solution
A small floating label above/below each handle, visible only while
dragging.currentis truthy, showing the formatted current time.