Multiple messages in the SnackBar#7577
Conversation
|
I'm having difficulties in finding a way to increase or reset the toast display timeout, so the new messages added to the SnackBar can be displayed the right amount of time. There seems to be no way of modifying the timeout of an already displaying event... I've tried closing the SnackBar and firing another event with the new messages, but that leads to weird closing and opening animations. |
|
A quick and dirty way would be to resubmit the previous event before submitting the combined event. According to |
|
What's the status here? Would be nice if you could continue working on this! |
Sorry for being inactive! I have been a little busy but I will be able to continue this issue in a few days. |
|
@EduRibeiro00 I found this PR while cleaning up the mass of opened tabs in my Firefox. May I ask whether you could find some time these days? We are having JabCon and could provide fast feedback. |
Hello. Unfortunately I cannot make this a priority in the next coming months, so I suggest moving this issue to another person. Sorry :/ |
|
Closing this issue due to inactivity 💤 Please ping us if you intend to resume work on this one. |
Previously, the SnackBar component could only display one message at a time, and messages that were created quickly were displayed in sequence and became obsolete because there was a more recent message waiting to be displayed.
The changes made allow for the SnackBar to display multiple messages in the same component, each in a different line.
Changes that are still to be made in this PR:
Fixes #7340.
CHANGELOG.mddescribed in a way that is understandable for the average user (if applicable)