-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mobile interaction guidance #7
Comments
Its in the instructions below, in parentheses. but totally not prominent enough, and super easy to miss. I personally hate the double tap, and cannot wait to move away from it. However, working with react dnd with a multi backend and custom options has proven super difficult for me. Maybe I just need to devote a whole day to it yuck |
@starryeyez024 ok so i got kinda fed up with trying to do the drag and drop. I just don't think it would ever work as well on mobile as it does for browser. instead, i'm trying some basic multi select with an add selected button as a timesaver. this way, you can bulk add items, which should speed up the UX after a grocery run! Waddaya think? Sorry for ditching the drag n drop for now |
No worries!! I certainly don't want this to become a burden. :) Just in the name of resource-sharing, I thought I'd drop this link here in case you ever decide to revisit the idea in the future. https://codesandbox.io/s/drag-and-drop-trello-e2zqv?file=/src/components/TrelloBoard.js Since this particular issue is about adding instructions for the double tap though, do you still feel like that is worth adding? |
The double-tap is a timesaver on mobile (since drag & drop isn't doable yet), but do you think it needs instructions in the interim? I knew but was still struggling to remember what the trick was this morning, lol.
The text was updated successfully, but these errors were encountered: