civic-v2
civic-v2 copied to clipboard
integrate network error alert service into more API calls
Currently our forms use the NetworkErrorService to display any errors resulting from an API call. Many of our API calls outside the forms do not, so when API calls to render pages fail, it's not clear to the user what happened (e.g. #455). The NetworkErrorService displays a prominent banner and can also display server error details to help reporting & fixing bugs.