From 82a1ad891daaf8d523da80db1ff3df3939a1fe15 Mon Sep 17 00:00:00 2001 From: Pranav Raj S Date: Wed, 24 Feb 2021 11:16:38 +0530 Subject: [PATCH] feat: Add a view to assist user while onboarding (#1826) Co-authored-by: Nithin David --- .../widgets/conversation/EmptyState.vue | 61 ++++--- .../widgets/conversation/OnboardingView.vue | 157 ++++++++++++++++++ .../i18n/locale/en/conversation.json | 24 +++ 3 files changed, 223 insertions(+), 19 deletions(-) create mode 100644 app/javascript/dashboard/components/widgets/conversation/OnboardingView.vue diff --git a/app/javascript/dashboard/components/widgets/conversation/EmptyState.vue b/app/javascript/dashboard/components/widgets/conversation/EmptyState.vue index 958e1b9da..1aaf66c14 100644 --- a/app/javascript/dashboard/components/widgets/conversation/EmptyState.vue +++ b/app/javascript/dashboard/components/widgets/conversation/EmptyState.vue @@ -1,28 +1,31 @@