Open tom-leamon opened 2 years ago
Positions including top left, top center, top right, bottom ...
Snackbars are similar to toast, but they are in a slightly different format and can optionally include an action. Snackbars can only contain one action - if you need to present more than one action use a dialog. Snackbars can be swiped off screen.
It's important to consider the duration of each Snackbar message when implementing the queue. The queue system should respect the auto timeout set for each message, allowing messages to be displayed for their full duration before the next one appears.
We should also look into the possibility of adding a feature to adjust the queue behavior. For instance, providing an option to skip to the next message in the queue or clear the queue entirely if the user performs a specific action.
Use Notification component. Screen quadrant fixed positioning for the popup