From d034914bbc09da139e739cf5e46b666cc24c218e Mon Sep 17 00:00:00 2001 From: Natasha Pierre-Louis Date: Wed, 3 Jul 2024 22:37:45 -0600 Subject: [PATCH 1/6] Updated the focus on the drag list and UI updates --- README.md | 6 ++++ .../FormEdit/AddPatternDropdown.tsx | 20 ++++++------- .../FormEdit/components/PageEdit.tsx | 5 ++++ .../PreviewSequencePattern/DraggableList.tsx | 13 +++++---- .../FormEdit/formEditStyles.module.css | 29 ++++++++++++++++++- 5 files changed, 56 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index f8c1d17a..4cfc554c 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,12 @@ The platform is made up of the following high-level terms. ## Development +This project uses the version of NodeJS that is in the .nvmrc. To ensure you're using the correct node version, run: + +```bash +nvm install +``` + This project uses [pnpm workspaces](https://pnpm.io/workspaces). To work with this project, [install pnpm](https://pnpm.io/installation) and then the project dependencies: ```bash diff --git a/packages/design/src/FormManager/FormEdit/AddPatternDropdown.tsx b/packages/design/src/FormManager/FormEdit/AddPatternDropdown.tsx index d44bbbfa..e5c396e6 100644 --- a/packages/design/src/FormManager/FormEdit/AddPatternDropdown.tsx +++ b/packages/design/src/FormManager/FormEdit/AddPatternDropdown.tsx @@ -172,22 +172,22 @@ export const FieldsetAddPatternButton = ({ isOpen={isOpen} patternSelected={patternSelected} > - {' '}