Add Notification System #86
danpastori
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Right now when events happen there is no way to notify the user. We need to add a simple notification system where an action can dispatch an event that let's the user know what happened in the system.
What We Need To create
A Notification Banner
This should show when the action is completed.

A Simple Reusable System
We should be able to reuse this for 3 types of notifications
Event Dispatch:
type
: success, failure, warning (determines the icon)title
: The top headingmessage
: This will be the message to display to the user.Example
Beta Was this translation helpful? Give feedback.
All reactions