Closed mtiller closed 2 years ago
Note, this PR includes a .vscode/settings.json
file to prevent format on save. I'd say this should be disabled until a .prettierrc
file is put in place (or, if another formatter is being used, it is explicitly declared in the workspace settings). This will prevent formatting changes from getting submitted in PRs.
Thanks for this @mtiller ! I'll make a new beta release this evening 😄
feat(ui): Improve toast error messages
This just modified the error handling on several axios calls to extract the underlying error embedded in the HTTP response so it is visible to the user. The function for doing this already existed but was never used (and had a typo in the name which I've also corrected here).