-
Notifications
You must be signed in to change notification settings - Fork 29
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
Improve drag and drop feedback in plots comparison table #1604
Comments
I would add to this that DnD feels differently depending on what direction you are moving a column header. If it's to the right it almost immediately reacts, if to the left you have to drag for pretty long time to get the reaction. I would double-check and optimize those thresholds. |
@sroy3 would any ideas on how long this one would take? Could it be considered low hanging fruit or is it more involved? |
It is a little more involved than just being able to fix it in a day. I had previously commented with this in a Slack thread (copying this here seems more appropriate)
These can all be done separately and I don't think it'll look weird if we end up having 1 and 2 only (which could be done quickly) while still aiming to get the other 2 steps in. I can start on the direction threshold and then start my way down those 4 checkboxes. |
I was wondering why you thought the threshold did not feel natural. Turns out there is a bug that must have been introduced later. See the video, like you said it almost immediately reacts. The original behaviour is also shown in the video, but you kind of have to move left a little while dragging the header for it to work (definitely not what we want). Screen.Recording.2022-05-24.at.10.45.42.AM.movWhile changing the drag and drop feedback style in the comparison table would fix this (first checkbox would take care of that), the bug is also present in the drag and drop of plots. I'll open an other issue for it and fix it. |
This follows on from the work done in
The current feedback for dragging and dropping an entire column looks like this:
Screen.Recording.2022-04-11.at.11.07.10.AM.mov
We received this feedback as part of the UX review in #1565:
We need to add further feedback to the column to let the user know which column they are currently working with.
Feedback figmajam.
The text was updated successfully, but these errors were encountered: