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
12.04k stars 932 forks source link

Add hover text to botton in Planner (UI Improvement) #3415

Open FlysonBot opened 2 months ago

FlysonBot commented 2 months ago

Problem Statement

Currently in the planner page, there are no hover text over these two bottons: Screenshot 2024-09-07 11 39 59

:grey_question: Possible Solution

Suggest adding hover text to those botton, such as the following example: (1): Task Drawer (2): Edit repeated task '[task name]'

github-actions[bot] commented 2 months 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!

syrok94 commented 2 months ago

hi @johannesjo , can I contribute to this?

johannesjo commented 2 months ago

@syrok94 yes please! I'm assigning the issue to you.

sriram15 commented 1 month ago

@johannesjo : If this issue is still available to contribute, I have tried to address the issue in this #3542. I am fairly new to Open source and Angular. Do let me know if any changes are required.

Rubal0990 commented 1 month ago

Is this issue still available? I can see the "Task Drawer" hover text but not for Repeat button. If this is still available I would like to take this

johannesjo commented 1 month ago

@Rubal0990 That's great! Thank you! :)

There is a tooltip for the repeat button but at the wrong place (over the icon for already created repeat task instances; see: https://github.com/johannesjo/super-productivity/pull/3542/files#diff-cd5eb0f5c49a6cb096f0d3ff738c845f358e2676140a6253bee1d3c49bec9f5f). Could you remove this as well, when you tackle this?

Rubal0990 commented 1 month ago

@johannesjo So should the tooltip be present for the entire task element?

Screenshot 2024-10-21 at 12 33 32 PM

Or just the repeat button?

Screenshot 2024-10-21 at 12 29 23 PM

Currently, I see it on the repeat button of the already-created repeat task instances

image


If I add the tooltip to the entire task element, here is how it looks

Screenshot 2024-10-21 at 12 41 54 PM
johannesjo commented 1 month ago

@johannesjo So should the tooltip be present for the entire task element?

Yes, I think so, since the whole element is clickable.

Currently, I see it on the repeat button of the already-created repeat task instances

This, we should remove, as it does not do what the text says.