min icon indicating copy to clipboard operation
min copied to clipboard

Feature Request: Visible name of Task you're on

Open zsection opened this issue 8 years ago • 7 comments

Woud find it incredibly useful to be able to tell what task I'm actually on.

zsection avatar Jan 14 '17 20:01 zsection

One possible solution will be to add task title in Min window title bar. This is for windows and Linux. For macs or for all systems at once put the task title to the right of overlay menu icon. This is obvious solution.

doreminiature avatar Jan 16 '17 14:01 doreminiature

New user here, but this was something I was hoping for pretty quickly. Some way to see the current task without loading the TO would be very useful! Either temporarily or permanently. Just a way to read it easily once the UI disappears.

If I tap the hot key for switching rather than enter the TO with a mouse and manually select, the brief moment the TO is visible isn't really enough time to make sense of what is happening with multiple tasks with multiple tabs. I don't always want to consider all tasks, so much as switch between the ones I have open. Relates to #136 and #469.

UI suggestion:

  • A small overlay popover underneath the TO button that fades after a couple of seconds.
  • A permanent task name UI seems problematic as it could require considerable space in the tab bar, which seems very unwelcome.
  • Mouse hover on the TO button could also restore the overlay if a permanent UI element for task name is undesirable.
  • You could eliminate showing the TO when using hotkeys with this technique. So long as we can see what task we're entering without contextualizing the content of the tab, that feels like it would be a nice improvement!

clayton-grey avatar Aug 05 '18 07:08 clayton-grey

A small overlay popover underneath the TO button that fades after a couple of seconds.

I like this idea a lot (something like this: https://user-images.githubusercontent.com/10314059/43807431-006116ea-9a6e-11e8-98ec-992c0a01eceb.png), although now that we've switched to BrowserViews, we can't display anything on top of the area where the page is showing. The way we avoid this for the searchbar is by displaying a blurred image instead of the actual page (like this: https://user-images.githubusercontent.com/10314059/43807485-46fe280e-9a6e-11e8-9779-b987b12166a5.png) so I guess we could do something similar while displaying the popover. Alternatively, we could do something like this, which I think might be closer to what you were thinking of: https://user-images.githubusercontent.com/10314059/43807586-c573fa24-9a6e-11e8-839a-8976bb942558.png

PalmerAL avatar Aug 07 '18 23:08 PalmerAL

Yeah, the second is closer. That said, it seems like option 2 is a better solution that avoids needing to mess with the browser view, as you can merely hide the tabs for a beat or two. A hotkey to show show the current task name view would be a nice bonus. ☺️

As is I still end up opening the TO pretty often just to "orient" myself. That's fine when I want to organize things, but it's a drag when I'm just trying to hop between tasks quickly.

As far a keys, perhaps +SHIFT to cycle in the TO, sans SHIFT to cycle using only the task name view?

clayton-grey avatar Aug 12 '18 05:08 clayton-grey

Regarding the keys, I think the best option would be to do the same thing that cmd+tab does on macOS (and I think its the same on other operating systems): if you press the keys quickly, the next task will appear immediately, but if you hold them down longer the overlay will show up. I'm not sure if we can actually do that though with the key events we get; if we can't, having two separate shortcuts would probably work as well.

PalmerAL avatar Aug 12 '18 16:08 PalmerAL

Either interaction could work! ☺️

clayton-grey avatar Aug 13 '18 02:08 clayton-grey

Was implemented recently in a way. Task name is displayed when title bar is enabled

a13ph avatar Apr 14 '24 08:04 a13ph