From 1b17068948673d690c4b34d31f177af6aef40958 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Mon, 11 Dec 2023 17:52:58 +0530 Subject: [PATCH] feat: add steps --- .../v3/views/auth/start/FounderNote.vue | 5 +- .../v3/views/auth/start/SetupCompany.vue | 1 + .../v3/views/auth/start/SetupProfile.vue | 1 + .../auth/start/components/ModalLayout.vue | 58 ++++++++++++++++++- .../views/auth/start/components/ModalStep.vue | 6 ++ 5 files changed, 67 insertions(+), 4 deletions(-) diff --git a/app/javascript/v3/views/auth/start/FounderNote.vue b/app/javascript/v3/views/auth/start/FounderNote.vue index 548201e81..6630ecfb7 100644 --- a/app/javascript/v3/views/auth/start/FounderNote.vue +++ b/app/javascript/v3/views/auth/start/FounderNote.vue @@ -1,5 +1,8 @@