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
toast.promise(saveSettings(settings),{loading: 'Saving...',success: 'Settings saved!',error: 'Could not save.',});
Expectations:
Add a similar promise feature
Stack toasts one after another horizontally, currently skeleton just throws all toast at same place on top of each other. Click short toast in the demo multiple times you won’t realise new toasts are appearing as they are just stacked on bottom of existing toast.
The text was updated successfully, but these errors were encountered:
I really like the overall appearance of https://svelte-french-toast.com/
They also have these promise feature:
Expectations:
The text was updated successfully, but these errors were encountered: