Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notification system #3

Open
Mondei1 opened this issue Dec 8, 2018 · 0 comments
Open

Notification system #3

Mondei1 opened this issue Dec 8, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Mondei1
Copy link
Member

Mondei1 commented Dec 8, 2018

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: boolean The notification stands till the user clicked on in otherwise it's to find in the Notify Center (or other name) default: false
  • sound: boolean Plays a sound on pop-up. default: true
  • visableFor: number Seconds how long the message appears till it goes to the Notify Center. default: 4
@Mondei1 Mondei1 added the enhancement New feature or request label Dec 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants