From d673e88baaec6668fae5991a394428462fcc65b8 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Wed, 12 Mar 2025 18:17:36 +0530 Subject: [PATCH] fix: show all steps completed in banner --- .../src/components/GettingStartedBanner.vue | 29 +++++++++++++++++-- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/GettingStartedBanner.vue b/frontend/src/components/GettingStartedBanner.vue index a5aaa263..b520d0a0 100644 --- a/frontend/src/components/GettingStartedBanner.vue +++ b/frontend/src/components/GettingStartedBanner.vue @@ -3,8 +3,8 @@ v-if="!isSidebarCollapsed" class="m-2 flex flex-col gap-3 shadow-sm rounded-lg py-2.5 px-3 bg-surface-white text-base" > -
- +
+
{{ __('Gettings started') }} @@ -14,7 +14,26 @@
+
+
+
+ +
+ {{ __('You are all set!') }} +
+
+ +
+
+ {{ __('All steps are completed successfully!') }} +
+