From 20a95c73f25c911c0eaa8c07a5db9a927939b2ac Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 22 Oct 2021 11:40:10 +0100 Subject: [PATCH] Catch and report API errors to user --- frontend/App.vue | 112 +++++++++++++++++++++++++++++++++++++---------- 1 file changed, 88 insertions(+), 24 deletions(-) diff --git a/frontend/App.vue b/frontend/App.vue index 26373c0..34ff321 100644 --- a/frontend/App.vue +++ b/frontend/App.vue @@ -1,6 +1,29 @@