From f48e014694ae8768ce237e43fee2a92b94a92bb7 Mon Sep 17 00:00:00 2001 From: Nithin David Thomas <1277421+nithindavid@users.noreply.github.com> Date: Thu, 21 Dec 2023 14:16:21 -0800 Subject: [PATCH] feat: Updates the design of the network connection warning snack bar (#8509) Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> --- .../components/NetworkNotification.vue | 78 ++++++++----------- .../i18n/locale/en/generalSettings.json | 2 +- 2 files changed, 32 insertions(+), 48 deletions(-) diff --git a/app/javascript/dashboard/components/NetworkNotification.vue b/app/javascript/dashboard/components/NetworkNotification.vue index 6d142b1cd..2f3b02826 100644 --- a/app/javascript/dashboard/components/NetworkNotification.vue +++ b/app/javascript/dashboard/components/NetworkNotification.vue @@ -1,24 +1,33 @@