Skip to content

Add total duration and frame counter display to the left of playback controls - #3

Merged
veillette merged 2 commits into
mainfrom
claude/add-video-time-frames-zafX6
Feb 18, 2026
Merged

Add total duration and frame counter display to the left of playback controls#3
veillette merged 2 commits into
mainfrom
claude/add-video-time-frames-zafX6

Conversation

@veillette

Copy link
Copy Markdown
Collaborator
  • Shows total video duration formatted as m:ss (e.g. "1:23") above the controls
  • Shows current frame / total frames (e.g. "56/98") that updates reactively as
    the time slider is scrubbed or playback advances
  • Both displays are driven by DerivedProperty so they stay in sync with the
    model's currentTimeProperty and durationProperty

https://claude.ai/code/session_01KckpeKUtVyPp7sKzo61nbF

…controls

- Shows total video duration formatted as m:ss (e.g. "1:23") above the controls
- Shows current frame / total frames (e.g. "56/98") that updates reactively as
  the time slider is scrubbed or playback advances
- Both displays are driven by DerivedProperty so they stay in sync with the
  model's currentTimeProperty and durationProperty

https://claude.ai/code/session_01KckpeKUtVyPp7sKzo61nbF
Documents the primary development directories (model/ and view/),
key files, dev commands, and architecture conventions.

https://claude.ai/code/session_01KckpeKUtVyPp7sKzo61nbF
@veillette
veillette merged commit 8d0691c into main Feb 18, 2026
1 check passed
@veillette
veillette deleted the claude/add-video-time-frames-zafX6 branch February 18, 2026 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants