Task Name in navbar #1976
Replies: 1 comment
-
I think the task name looks kind of weird as is. Maybe if the task name and the menu button had a rounded rect around them and a light background, so that they were all one button, it would look better? But even then, it seems like it's adding more clutter to the navbar (and a lot of people don't use tasks at all, so just having a permanent "task n" sitting in the corner is going to be annoying). I agree there should be some way to see what task you're switching to when using the keyboard shortcuts. Perhaps even better would be a ppup in the center of the screen that shows the new task name, and fades out after you lift up the keys. Although that's a little difficult to implement, because you have to stack it on top of the browserview as a popup window. |
Beta Was this translation helpful? Give feedback.
-
I sometimes find that switching between tasks using the keyboard shortcuts means I have to figure out which task I'm in by looking at the tabs that are there. I quickly implemented some text that will tell you the name of the task you are in.
Main reasons for doing this:
Arguably this creates more clutter in the UI. It is something that doesn't have to always be there:
As it is currently implemented on my fork:
Screen.Recording.2022-04-20.at.19.00.19.mov
It also respects focus mode (I'm not sure how many people use focus mode?)
Screen.Recording.2022-04-20.at.19.10.15.mov
Things left to do:
Beta Was this translation helpful? Give feedback.
All reactions