Skip to content

Reorganize player UI: move playback bar to bottom, source controls up - #32

Merged
veillette merged 1 commit into
mainfrom
claude/reorganize-player-ui-q3bfG
Feb 22, 2026
Merged

Reorganize player UI: move playback bar to bottom, source controls up#32
veillette merged 1 commit into
mainfrom
claude/reorganize-player-ui-q3bfG

Conversation

@veillette

Copy link
Copy Markdown
Collaborator
  • Move time/frame infoDisplay to the right of the rewind button
    (new order: timeControlNode → scrubber → rewindButton → infoDisplay)
  • Change total-time format from mm:ss to seconds with 's' unit (e.g. "5.23 s")
  • Extract PlaybackControlsNode from VideoPlayerNode's VBox and expose it as
    a public property so SimScreenView can position it independently
  • Top-anchor VideoPlayerNode (top = 10 px) so the camera/combo-box row sits
    near the top of the screen instead of being vertically centred
  • Position PlaybackControlsNode at the bottom of the screen, centred
    horizontally under the video and aligned with the Reset All button
  • Update VIDEO_CENTER_Y constant (289 → 240) to match the new video position

https://claude.ai/code/session_01BGx8z9JSdLV27UqVjNVf5y

- Move time/frame infoDisplay to the right of the rewind button
  (new order: timeControlNode → scrubber → rewindButton → infoDisplay)
- Change total-time format from mm:ss to seconds with 's' unit (e.g. "5.23 s")
- Extract PlaybackControlsNode from VideoPlayerNode's VBox and expose it as
  a public property so SimScreenView can position it independently
- Top-anchor VideoPlayerNode (top = 10 px) so the camera/combo-box row sits
  near the top of the screen instead of being vertically centred
- Position PlaybackControlsNode at the bottom of the screen, centred
  horizontally under the video and aligned with the Reset All button
- Update VIDEO_CENTER_Y constant (289 → 240) to match the new video position

https://claude.ai/code/session_01BGx8z9JSdLV27UqVjNVf5y
@veillette
veillette merged commit ebc7ce1 into main Feb 22, 2026
1 check passed
@veillette
veillette deleted the claude/reorganize-player-ui-q3bfG branch February 23, 2026 16:08
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