-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add a status bar: Improvements to the way extra information is given when a install/uninstall action is done (WarnPopup
alternatives)
#69
Comments
WarnPopup
alternarives)WarnPopup
alternarives)
WarnPopup
alternarives)WarnPopup
alternatives)
Some other related comments: #68 (comment) |
I am not sure I recall the design decision that went into doing this as an extra popup dialog on top of yet another modal dialog. The napari notification system would be a good option, if the napari plugin manager was a panel or tab inside the main windows. This is something a suggested a long time ago, since it was not favored at the time, and we continue being an extra dialog on top of the main app, I would suggest we just use the bottomg of the dialog for messaging, since that is close to the show status button where we display fine grained information about the processes. |
I don't see an issue with the napari notification. Edit: bah, show_warning does auto-hide eventually. <30 s. |
Looks like right now all things use 4000 ms. Edit: PR to make warnings/errors persistent: |
That would be nice I think, but but if the notification disappears before you know it was there -- because it was obscured by the plugin installer, then how would you know to check? |
Good point!, I guess both things might be needed in the long run :) so that during the napari session, the user can check all the notifications that came about |
I do like the idea of the "bell" icon and status indicator though! |
Is there an issue on napari @psobolewskiPhD , maybe we could open one in order to make the notifications manager a bit more sophisticated :) |
Gonzalo and I were talking about this and might make more sense to have a more useful "status bar" and rearrange some of the UI elements to make enough space for it. I'll rename this issue accordingly. |
WarnPopup
alternatives)WarnPopup
alternatives)
Sorry for the bikeshedding here, but in my eyes this pop up in general is a bit weird. It's supposed to give information about a the plugin dialog. This small box looks more like a tooltip that, if anything, should appear next to the button that triggered the action.
I feel that a message bar like this is more appropriate. It would be placed either at the top of the dialog box, or at the bottom. It should cover the full width of the dialog too.
And maybe this is useful for some other notifications. But speaking of that... if this is too much work or you see it as unnecessary... why not push a message to the napari notification system?
Originally posted by @jaimergp in #68 (comment)
The text was updated successfully, but these errors were encountered: