From a3b171f58d99e1c2a161fbfdf7660c162b82f554 Mon Sep 17 00:00:00 2001 From: Pujit Mehrotra Date: Fri, 6 Dec 2024 11:15:46 -0500 Subject: [PATCH] refactor(web): add container for loading & error states --- web/components/Loading/Error.vue | 55 +++++++++++++++++++++++++++ web/components/Notifications/List.vue | 24 +++--------- 2 files changed, 60 insertions(+), 19 deletions(-) create mode 100644 web/components/Loading/Error.vue diff --git a/web/components/Loading/Error.vue b/web/components/Loading/Error.vue new file mode 100644 index 000000000..ff79ab312 --- /dev/null +++ b/web/components/Loading/Error.vue @@ -0,0 +1,55 @@ + + diff --git a/web/components/Notifications/List.vue b/web/components/Notifications/List.vue index 857db57f2..013a7b162 100644 --- a/web/components/Notifications/List.vue +++ b/web/components/Notifications/List.vue @@ -1,5 +1,5 @@