void icon indicating copy to clipboard operation
void copied to clipboard

Added displaying error messages in UI

Open w1gs opened this issue 1 year ago • 2 comments

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: CleanShot 2024-10-03 at 21 36 40@2x

CleanShot 2024-10-03 at 21 37 19@2x

CleanShot 2024-10-03 at 21 38 31@2x

CleanShot 2024-10-03 at 21 39 56@2x

CleanShot 2024-10-03 at 21 42 35@2x

w1gs avatar Oct 04 '24 01:10 w1gs

What autoformatter are you using?

andrewpareles avatar Oct 07 '24 03:10 andrewpareles

What autoformatter are you using?

I used prettier with the configuration mentioned in #72. I could revert it if needed.

w1gs avatar Oct 07 '24 14:10 w1gs

Will merge this shortly!

andrewpareles avatar Oct 17 '24 22:10 andrewpareles