johannesjo / super-productivity

Super Productivity is an advanced todo list app with integrated Timeboxing and time tracking capabilities. It also comes with integrations for Jira, Gitlab, GitHub and Open Project.
http://super-productivity.com
MIT License
10.84k stars 864 forks source link

Reorder Projects and Tags Only if Dragging on the Icon #3466

Open FlysonBot opened 3 days ago

FlysonBot commented 3 days ago

Problem Statement

Currently, I can reorder projects and tags by dragging them. However, it doesn't matter where I put my cursor on the project/tag, which is annoying becuase that means I cannot scroll the page from there. If I want to scroll the page on devices such as Android or laptop with a touchscreen, I'll have to scroll by swiping onto something that cannot be reorder. If a user have too many projects/tags, it'll be impossible to scroll through because whenever they try to swipe it'll just reorder the stuff.

:grey_question: Possible Solution

Reorder only when tapping/swiping on the icon (folder icon for project and tag icon for tag).

github-actions[bot] commented 3 days ago

Thank you very much for opening up this issue! I am currently a bit overwhelmed by the many requests that arrive each week, so please forgive me, if I fail to respond personally. I am still very likely to at least skim read your request and I'll probably try to fix all (real) bugs if possible and I will likely review every single PR being made (please, give me a heads up if you intent to do so) and I will try to work on popular requests (please upvote via thumbs up on the original issue) whenever possible, but trying to respond to every single issue over the last years has been kind of draining and I need to adjust my approach for this project to remain fun for me and to make any progress with actually coding new stuff. Thanks for your understanding!

johannesjo commented 3 days ago

There is a short delay (75ms) before items are actually dragged. Maybe it needs to be just a bit longer.

FlysonBot commented 3 days ago

@johannesjo I did not realized that, thanks for letting me know! However, there is no delay when using the web app on computer, i.e. when i use the touch screen on my laptop. There are delay for web app on phone though. Idk if that's something you want to improve as well.

johannesjo commented 3 days ago

Related #3186