This commit is contained in:
2019-04-08 21:15:14 +00:00
parent fda9dcddda
commit b758cdad9a
4 changed files with 37 additions and 14 deletions

View File

@@ -28,6 +28,7 @@ ISSUE: need to display multiple types of messages, best way to do that??
- Application errors
- Make them show with the server error box, rejig it as a generic error box
- App errors don't need to survive page reload or api call, if they are that serious then they would be notifications instead
- clearing server errors does not necessarily clear message box errors?
- Notifications, stuff that you want to know is there and can go and look at but isn't urgent enough to put in the users face
- Used for notification system, non-urgent system messages, direct messages from users etc, anything that isn't immediately important
- This seems like an application wide thing so maybe a bell icon that takes to another area of the program, or opens a div at the top or bottom of the page??