-
Notifications
You must be signed in to change notification settings - Fork 43
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
[Tornjak-frontend] Clean up error handling #50
Conversation
|
||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add comments to create section for all the error handling stuff
{this.props.globalErrorMessage} | ||
</pre> | ||
</div> | ||
<InlineNotification kind="error" title="Error" subtitle={this.props.globalErrorMessage} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably once this gets fleshed out to abstract into its own error class since it will need to be repeated elsewhere.
fdf6bab
to
f16a73a
Compare
Signed-off-by: Mariusz Sabath <mrsabath@gmail.com>
Signed-off-by: Aura6 <aura1391215@gmail.com>
5ba9235
to
284f9d4
Compare
Signed-off-by: Aura6 <aura1391215@gmail.com>
Signed-off-by: Aura6 <aura1391215@gmail.com>
Signed-off-by: Aura6 <aura1391215@gmail.com>
Signed-off-by: Aura6 <aura1391215@gmail.com>
Signed-off-by: Aura6 <aura1391215@gmail.com>
…e later Signed-off-by: Aura6 <aura1391215@gmail.com>
Signed-off-by: Aura6 <aura1391215@gmail.com>
Signed-off-by: Aura6 <aura1391215@gmail.com>
Signed-off-by: Mariusz Sabath <mrsabath@gmail.com>
Signed-off-by: Aura6 <aura1391215@gmail.com>
Signed-off-by: Aura6 <aura1391215@gmail.com>
Signed-off-by: Aura6 <aura1391215@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good!
Added 2 UI ways to show an error to the user and a set of functions to show debugs for developers.