minbrowser / min

A fast, minimal browser that protects your privacy
https://minbrowser.org/
Apache License 2.0
7.95k stars 703 forks source link

Feature Request: Visible name of Task you're on #300

Open zsection opened 7 years ago

zsection commented 7 years ago

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

doreminiature commented 7 years ago

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.

clayton-grey commented 6 years ago

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:

PalmerAL commented 6 years ago

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

clayton-grey commented 6 years ago

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?

PalmerAL commented 6 years ago

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.

clayton-grey commented 6 years ago

Either interaction could work! ☺️

a13ph commented 6 months ago

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