From 12707ddbbcbd94ec4e5d223c9d3007bf5fb93ce2 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 10 Nov 2023 12:27:31 -0800 Subject: [PATCH] Updated styling with icon --- .../common/toasts/toasts.component.html | 58 ++++++++++--------- 1 file changed, 32 insertions(+), 26 deletions(-) diff --git a/src-ui/src/app/components/common/toasts/toasts.component.html b/src-ui/src/app/components/common/toasts/toasts.component.html index 82adc6d25..2372911ae 100644 --- a/src-ui/src/app/components/common/toasts/toasts.component.html +++ b/src-ui/src/app/components/common/toasts/toasts.component.html @@ -5,33 +5,39 @@ [class.mb-2]="true" (shown)="onShow(toast)" (hidden)="toastService.closeToast(toast)"> - + {{ toast.delayRemaining / 1000 | number: '1.0-0' }} seconds -
-

{{toast.content}}

- -
-
-
-
-
URL
-
{{ toast.error.url }}
-
Status
-
{{ toast.error.status }} {{ toast.error.statusText }}
-
Error
-
{{ getErrorText(toast.error) }}
-
-
-
- +
+ + + + +
+

{{toast.content}}

+
+
+
+
URL
+
{{ toast.error.url }}
+
Status
+
{{ toast.error.status }} {{ toast.error.statusText }}
+
Error
+
{{ getErrorText(toast.error) }}
+
+
+
+ +
+
-
+
+

- -

+ +