-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fluent UX] Quick access flyout in system tray #6751
Comments
This comment has been minimized.
This comment has been minimized.
Checking for updates actually triggered a thought: we could probably put an icon / banner in the top bar when:
|
And touch screen, of course.
Difficult choice, but I think I would say no, because I like to be able to reach as much as I can.
Possible, but right now that is already done via notifications, which also feels fine to me. |
Looks like the community doesn't like it! |
Things we need to think about that impacts this + OOBE and who actually runs the UX and how we keep it in memory/instantly load. OOBE could live in Settings easily but what about this dialog. Right now the systray UX is inside Runner. |
just mentioning Instant Eyedropper |
@Poopooracoocoo ??? |
I had mentioned it in #1244 and so I mentioned it again so that it's visible as not many people look at closed issues. |
Looks great! |
Didn't think of that. I think the OOBE UX should provide an image / description of each module that explains what it does and how it works / where it's integrated. This OOBE module we could make accessible in this flyout as well under quick launch (e.g. "Learn about other PT modules"). |
i like the idea for OOBE to have everything. @dedavis6797 fyi. |
@martinchrzan Resizer and Power Rename need files to work on, that's why the current method to start them is via the file context menu in File Explorer, so that they will have the files immediately when opened. If you can start up Resizer and Rename directly, without files, then you would have to manually select/add them later. That's not impossible to create, but it would be a new and different functionality. For the File Explorer add-ons; do they really need to be turned on and off often/quickly? |
@Jay-o-Way not really, it would be still possible. If this flyout menu wasn't taking focus from your file explorer, or we had something like I proposed in #6836 - then you can trigger actions on actually selected file/files in your currently focused file explorer window (I do that in my project https://github.com/martinchrzan/FileExplorerGallery) |
Okay, you are right, it's not impossible, but as you said, the Explorer window needs to keep focus to determine the selected files. But what if I have more than one Explorer window open? Also, this means you start in the Explorer window and then move away from it to perform an action on selected files. That does not feel sensible to me. It would be more direct to just open the context menu. Or maybe, add the possibility to open Rename and Resize with a hotkey? |
We're tracking this in: #3523 |
This comment has been minimized.
This comment has been minimized.
I think we should have a different issue for that - tasks on a start menu item are "static", probably can be added into an installer? Original feature request in this issue requires some process to create tray icon and run a "context menu" so it is more "dynamic" |
This looks great... one issue with it though, .... it doesn't appear in the correct corner if you have your taskbar located elsewhere (i have mine on the top of the screen). |
@eidylon can you file a bug against this? This is a Win10 only bug but 100% something we should factor in |
This has been addressed as part of the 0.67 release cycle. Thank you! |
Would be amazing if clicking on that tray icon (right click or left click + menu item in the flyout) or a second tray icon provides functionality like the Win10 Desktop toolbar |
📝 Provide a description of the new feature
Problem
The system tray provides a lot of quick access tools such as the notification center, network and sound settings. This is also where PowerToys lives, but it only provides two actions: opening settings and closing the application.
Additionally, the amount of PowerToys modules keep growing and most features are only accessible with keyboard shortcuts. To make these features more accessible, we also need to consider keyboard and mouse users. Providing additional functionality to quickly switch modes to keep in your workflow would be great, and can really showcase the various great tools.
Solution & features
A flyout that opens whenever the user clicks on the systray app icon. It provides an interactive overlay that gives users quick access to the following features:
Mock-up
Here's a WinUI UWP mock-up of how this flyout could work:
Light mode:
Dark mode:
Source code can be found here: https://github.com/niels9001/SystrayUX/
Looking forward to more feedback to improve this concept!
If you'd like to see this feature implemented, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: