Skip to content

fix: improve mobile progress bar scrubbing reliability#139

Merged
GraysonCAdams merged 4 commits intomainfrom
fix/progress-bar-caption
Apr 6, 2026
Merged

fix: improve mobile progress bar scrubbing reliability#139
GraysonCAdams merged 4 commits intomainfrom
fix/progress-bar-caption

Conversation

@GraysonCAdams
Copy link
Copy Markdown
Collaborator

Summary

  • Use window-level pointer listeners during scrub so the finger can drift vertically off the bar and still track horizontal position
  • Add unwatched clip count badge to the home tab in bottom nav

Test plan

  • On mobile, drag the progress bar playhead — should respond on first touch and track even if finger drifts off the bar
  • Verify unwatched badge appears on Home tab when clips are unwatched
  • Docker image builds successfully

@GraysonCAdams GraysonCAdams enabled auto-merge (squash) April 6, 2026 03:18
Once a scrub starts, attach pointermove/pointerup listeners to window
instead of the bar element. This way the finger can drift vertically
off the bar during a drag and it still tracks the horizontal X position.
@GraysonCAdams GraysonCAdams force-pushed the fix/progress-bar-caption branch from 0d3e0b2 to aa613f4 Compare April 6, 2026 03:30
@GraysonCAdams GraysonCAdams merged commit fded7af into main Apr 6, 2026
21 checks passed
@GraysonCAdams GraysonCAdams deleted the fix/progress-bar-caption branch April 6, 2026 03:33
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