-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Currently we have that fullscreen error which takes obviously the entire screen to display one error. We need to change that.
Describe the solution you'd like
We should implement a small notification system to display errors, simple messages and progress. The types are:
- Message
- Error
- Info
- Warning
- Yes/No(/Later) question
- Progress bar
As additional arguments:
permanent: booleanThe notification stands till the user clicked on in otherwise it's to find in the Notify Center (or other name)default: falsesound: booleanPlays a sound on pop-up.default: truevisableFor: numberSeconds how long the message appears till it goes to the Notify Center.default: 4
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request