Skip to content

fix(board): drop board auto-scroll acceleration to 2 (5 still too fast)#48

Merged
bryankennedy merged 1 commit into
mainfrom
fix/board-autoscroll-speed-2
Jun 30, 2026
Merged

fix(board): drop board auto-scroll acceleration to 2 (5 still too fast)#48
bryankennedy merged 1 commit into
mainfrom
fix/board-autoscroll-speed-2

Conversation

@exe-dev-github-integration

Copy link
Copy Markdown
Contributor

Corrects #47. That PR was meant to ship acceleration: 2, but it merged the earlier acceleration: 5 revision — a force-push to update the value raced the merge, so the value now live on main/production is 5 (~800 px/s), which still scrolls too fast when dragging a card to the board edge on a phone.

Change

autoScroll acceleration 5 → 2 on the board's DndContext — caps the edge-scroll at ~320 px/s (≈ one column per second), the value #47 intended. Smooth 5 ms cadence retained.

Verification

  • tsc -b clean; bun run test → 84 pass.
  • Real touch events (CDP, 390px): measured ~340 px/s (was ~800 at the live 5, ~2000 at dnd-kit's default). Tap-to-open and within-column reorder unaffected.

… fast)

#47 was meant to ship acceleration 2 but merged the earlier acceleration-5
revision (a force-push raced the merge), so the value live on the board is the
one that still scrolls too fast (~800px/s) when dragging a card to the edge.

Set acceleration to 2 (~320px/s, ≈ one column per second, measured ~340) — the
intended value. Keeps the smooth 5ms cadence; acceleration is the single knob.
@bryankennedy bryankennedy merged commit 72ac48f into main Jun 30, 2026
2 checks passed
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.

1 participant