aboutsummaryrefslogtreecommitdiff
path: root/src/app/toast.js
AgeCommit message (Collapse)Author
2022-03-10fixed toast errors having no background color0neGal
2022-02-08two toasts can now be added at the same time0neGal
There used to be an error where if you spawned two toasts simultaneously they'll get the same ID, this fixes that by upping the ID by one if the ID is already taken.
2022-02-08added toasts0neGal
No functional toasts yet, just the code for them, I'll add the actual toasts later...