neuroglancerhub / ng_workspaces

5 stars 5 forks source link

Add alert message system #27

Closed neomorphic closed 4 years ago

neomorphic commented 4 years ago

Messages can be added to the state from anywhere in the application and they will be displayed at the top / center of the screen. There are options to set the severity/type, duration, and message. An example of how to use it has been included in the About component.

neomorphic commented 4 years ago

Also of note, only the most recent alert is displayed, automatically closing the previous alert, even if it was intended to be dismissed by the user. This is a limitation, by design, of the component from material-ui