Closed Shaxine closed 1 month ago
@ThomasLeconte to clarify, this PR fixes the following bugs:
Snackbar stacking logic when multiple snackbars from different locations (e.g. top right
, bottom left
) are shown:
Before fix:
After fix:
Placement of the snackbars when a dialog is shown at the same time:
Before fix:
After fix:
Let me know if you need anything else.
Oh my bad ! I thought it was a lib component but it's a test component 😅 Ok, nice work ! I will tell you when next release is available 😉
@Shaxine v1.5.2
is available !
This PR fixes the snackbar stacking logic when multiple snackbars from different locations (e.g. "top right", "bottom left") are shown. It also fixes the placement of the snackbars when a dialog is shown at the same time.