hammady / wwpray

A website that shows the prayer times for a preconfigured list of masjids in a tabular format. Visitors can subscribe for email notifications.
https://wwpray.net
MIT License
1 stars 0 forks source link

Add a toast system to show notification messages #25

Closed fayez-nazzal closed 1 year ago

fayez-nazzal commented 1 year ago

Add a minimal toast system that allows showing notifications in the UI

  toast.success("Success!") // show success toast
  toast.error("Error!") // show error toast
  toast.info("Info") // show info toast
  toast.warn("Warning!") // show warning toast

  toast("Info") // another way to show an info toast

GIF

2023-10-15 08 20 29