From b6d40016cdad6ff4b65e963d9eee71aa22bc1df5 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Fri, 8 Apr 2022 15:49:07 -0500 Subject: [PATCH] =?UTF-8?q?feat(editor):=20=F0=9F=92=84=20Improve=20onboar?= =?UTF-8?q?ding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/editor/GettingStartedModal.tsx | 95 +++++++++++++++---- 1 file changed, 75 insertions(+), 20 deletions(-) diff --git a/apps/builder/components/editor/GettingStartedModal.tsx b/apps/builder/components/editor/GettingStartedModal.tsx index eeeda2cae..812f7fb86 100644 --- a/apps/builder/components/editor/GettingStartedModal.tsx +++ b/apps/builder/components/editor/GettingStartedModal.tsx @@ -9,7 +9,6 @@ import { Heading, List, ListItem, - ListIcon, Text, Accordion, AccordionButton, @@ -17,8 +16,9 @@ import { AccordionItem, AccordionPanel, Box, + HStack, + Flex, } from '@chakra-ui/react' -import { CheckSquareIcon } from 'assets/icons' import { useRouter } from 'next/router' import { useEffect } from 'react' @@ -40,24 +40,79 @@ export const GettingStartedModal = () => { Editor basics - - - The left side bar contains blocks that you can drag and drop to - the board. - - - - You can group blocks together by dropping them below or above - each other - - - - Connect the groups together - - - - Preview your bot by clicking the preview button on the top right - + + + 1 + + + The left side bar contains blocks that you can drag and drop + to the board. + + + + + 2 + + + You can group blocks together by dropping them below or above + each other + + + + + 3 + + Connect the groups together + + + + 4 + + + Preview your bot by clicking the preview button on the top + right + +