Skip to content

Notification system #3

Description

@Mondei1

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions