bmbruno / spark-server-lite

MIT License
0 stars 0 forks source link

Feature: create Toast notification system #12

Closed bmbruno closed 1 year ago

bmbruno commented 1 year ago

Create toast notification system with timer as a parameter. Something like:

showToast(title, content, time, type);

bmbruno commented 1 year ago

Toast notifications finished in commit 823f2df.