Make space reordering discoverable with smoother drag animation #171
Reference in New Issue
Block a user
Delete Branch "priyanshu_bharti/flotilla:138-space-reorder-discoverable"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
This PR improves the reordering experience on the Spaces page by making drag behavior more discoverable and reducing choppy movement during reorder.
What changed
Added a drag-handle indicator to space items so users can clearly see that items are draggable.
Added flip animation to smooth out item movement while reordering.
Polished handle visibility behavior across desktop and mobile layouts for a cleaner UX.
Why
Addresses issue #138 (from usability test #133):
Show a drag handle on the spaces page.
Make the reordering animation less choppy.
Validation
Manually tested reorder behavior on desktop and mobile layout.
Verified local checks pass:
pnpm check
pnpm lint
Before/After effect
Before: drag affordance was not obvious and movement felt abrupt.
After: drag affordance is visible and list reordering feels smoother.
This doesn't follow the mockup created in the issue, could you add the handle in the correct location? Also, see the video below — the drag animation can be kind of jittery.
hii @hodlbod , could you please review it when you have time.
if its looks good then i'll be updated this
Thanks !
The demo video looks great, but the PR still has the menu-dots icon instead of the drag handle.
hii @hodlbod ,
I have fixed it now.
The handle looks good now, but the drag behavior is still pretty buggy for me, both in Brave (Chromium) and Zen (Firefox)
Looks good, just one cleanup
@@ -183,2 +206,2 @@<Page><PageBar><Page class="cw-full"><PageBar class="cw-full">This class name no longer exists
382d3119beto5ae7def6fb@hodlbod Done ! Please take a look at it now.