-
Notifications
You must be signed in to change notification settings - Fork 20
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
Notification toasts are displayed on top of each other #83
Comments
Hey @Tbaut Let me know if I can help you with this. Thanks!! |
Sure, thanks :) |
Hey @Tbaut It is not possible to stack the chart with MUI Snackbar. Though they are working on it, once its done we will be able to do that Alternative of this we can use which most of the user used and it seems an alternative by looking at the number of downloads: The original issue of stacking is here Thanks!! |
Notistack is mentioned in the MUI doc yes: https://mui.com/material-ui/react-snackbar/#complementary-projects |
Hey @Tbaut I have created customized toast. Here is the sample. Let me know if it works for you. screen-recorder-tue-may-02-2023-17-59-29.webmIt uses MUI Alert where we have 4 options for toast colors. Please check here http://127.0.0.1:3333/create?network=rococo |
Please submit a pr, the URL you gave is local. |
Hey @Tbaut I have come with a solution where i have used old logic to generate the toast but using |
Description
When several notification toasts are displayed, they are overlaying each other
Steps To Reproduce
Add clear steps on how to reproduce the bug
Multix/ui/src/components/ToastBar.tsx
Lines 29 to 30 in 867fe5a
Bellow is a screenshot with a long error toast, and a "Tx broadcasted" toast on top of it.
Expected Behaviour
the toasts should ideally stack on top of each other.
Screenshots / Video
The text was updated successfully, but these errors were encountered: