You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When notifications are removed, the messages snap to their new locations, in a jarring manner! It should be smooth. Refer: svelte animate directive to smoothly translate the existing ones to their new places.
There can be an accompanying progress-bar at the bottom, if removeAfter is specified.
User should be able to dismiss a notification by swiping away the notification.
Notification should take two position, one for big devices & the other for mobile devices. So we can specify top-right-position for big device & bottom-center-position for the mobile device.
N.B. Last 3 can be achieved by custom component or by using getNotificationContext, but having them integrated can sell the project better.
I love what this project has done, thank you for taking your time to make it happen.
I have a few suggestions that would be a worthy addition to 1.0.0 release.
Recommendations:
N.B. Last 3 can be achieved by custom component or by using getNotificationContext, but having them integrated can sell the project better.
Final Refererence: React Toastify
The text was updated successfully, but these errors were encountered: