void
void copied to clipboard
Added displaying error messages in UI
This PR adds error messages in the extension UI. This should make it easier for new users to understand why a request has failed. This should also handle aborting correctly so if there are any errors, the UI features that depend on aborted connections (like resetting the state of the send button from the 'stop' state) also get updated.
Examples:
What autoformatter are you using?
What autoformatter are you using?
I used prettier with the configuration mentioned in #72. I could revert it if needed.
Will merge this shortly!