Replies: 3 comments
-
Just as a passing comment, and while not keyboard-friendly of course: clicking on a notification with the mouse will dismiss it. |
Beta Was this translation helpful? Give feedback.
-
Yeah, but in the mentioned example, you have to click 20 times to dismiss all the notifications. I rather mean quick action to dismiss all the notifications at once. |
Beta Was this translation helpful? Give feedback.
-
As I said: just a passing comment, not a negation of any particular request or suggestion. :-) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I really love the textual notifications. We already had some basic implementation of this feature before
Textual
included it, so we quickly replaced it with the official feature.But what I'm actually missing are a few features that will help when the notification stack gets full to the top.
Consider this example - notifications about "errors" are quite important, so we don't want a situation where the user can't see such a message. For this reason, we disable the timeout, we want the user to manually get rid of such notification.
In my opinion things like these would be very useful and will help with the situation above (in the order they seem most necessary):
with self.suppressed_notifications():
I'm looking forward to your reply - what do you think?
Beta Was this translation helpful? Give feedback.
All reactions