From 3e142a6df473594e7f2c3ffed5a6f95c3d852e8c Mon Sep 17 00:00:00 2001 From: laurakalbag Date: Wed, 1 Nov 2023 15:53:58 +0000 Subject: [PATCH] =?UTF-8?q?Refine=20layout=20based=20on=20Nick=E2=80=99s?= =?UTF-8?q?=20feedback?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/WelcomeArea.tsx | 177 +++++++++++++++++++++++--------------------- 1 file changed, 93 insertions(+), 84 deletions(-) diff --git a/src/WelcomeArea.tsx b/src/WelcomeArea.tsx index dc704a7e..27e17a5f 100644 --- a/src/WelcomeArea.tsx +++ b/src/WelcomeArea.tsx @@ -130,94 +130,103 @@ export const WelcomeArea = () => { )} {state.matches('welcomeArea') && ( <> - - - Stately Visualizer - - Build state machine diagrams using XState.{' '} - - - For the best experience,{' '} - + + + <Heading size="lg">Stately Visualizer</Heading> + + + Build state machine diagrams using XState. + + + + This legacy visualizer is deprecated and is no longer + maintained. + + + For the best experience,{' '} + + use our new Stately editor + {' '} + to build and visualize state machines with drag-and-drop, AI + assistance, exporting to XState V5, and more. + + + Full parity between the new Stately editor and this + visualizer is coming soon. + + {' '} + Read our docs for more information on the differences + between the legacy visualizer and new visualizer. + + + + + + + + - use our Stately visualizer - {' '} - to build and visualize state machines. You can create with - drag-and-drop, generate machines from text descriptions, - export to XState V5, and more. - - - - - - XState Legacy Visualizer - - - This legacy visualizer is deprecated and is no longer - maintained. We recommend migrating your state machines to use - the{' '} - + + - - + + + Learn how to build machines + + + +