dyedurham / SbManager

Installable web ui for managing Azure/Windows Service Bus
Apache License 2.0
31 stars 16 forks source link

Display error panel instead of silently logging #96

Closed 0xced closed 6 years ago

0xced commented 6 years ago

Pull request #89 changed error handling from alert() to log() because using window.alert for errors stops the refresh on monitoring displays.

Unfortunately, this is a nightmare from a user experience point of view on non-monitoring displays because in case of error, the "Loading…" screen stays forever.

This pull request addresses this issue by displaying an error panel in case of error.

jonyeezs commented 6 years ago

Awesome pick up btw!