You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the web app can only show a very limited amount of information after a user does something. We should integrate like a notification center where we can push errors and success notifications too. For the most errors the only way to know that they exist is to take a look into the browsers console. It should be easy to implement that.
Important: many places in code that should throw an error in the UI are currently not handled and just have a Todo where they should be. So we should implement them.
The text was updated successfully, but these errors were encountered:
Currently, the web app can only show a very limited amount of information after a user does something. We should integrate like a notification center where we can push errors and success notifications too. For the most errors the only way to know that they exist is to take a look into the browsers console. It should be easy to implement that.
Important: many places in code that should throw an error in the UI are currently not handled and just have a
Todo
where they should be. So we should implement them.The text was updated successfully, but these errors were encountered: