Skip to content

fix: update workspace item drag cursor#129

Merged
astyfx merged 1 commit into
mainfrom
fix/workspace-dnd-cursor
Jul 10, 2026
Merged

fix: update workspace item drag cursor#129
astyfx merged 1 commit into
mainfrom
fix/workspace-dnd-cursor

Conversation

@astyfx

@astyfx astyfx commented Jul 9, 2026

Copy link
Copy Markdown
Member

Summary

  • Change project and workspace sidebar rows to show the normal pointer cursor on hover.
  • Keep the grabbing cursor only while pressing or actively dragging sortable rows.

Root Cause

The sortable row activator applied cursor-grab to the whole clickable row, so hovering over workspace items always looked like a drag affordance even before press-and-hold drag activation.

Verification

  • bunx --bun prettier --write src/components/layout/ProjectWorkspaceSidebar.tsx
  • bun run typecheck

@astyfx astyfx marked this pull request as ready for review July 9, 2026 14:19
@astyfx astyfx enabled auto-merge (squash) July 9, 2026 14:19
@astyfx astyfx requested a review from heath-s July 10, 2026 00:24
@astyfx astyfx merged commit 76e66b2 into main Jul 10, 2026
3 checks passed
@astyfx astyfx deleted the fix/workspace-dnd-cursor branch July 10, 2026 00:28
@astyfx astyfx mentioned this pull request Jul 10, 2026
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