From a8658725927b20cfefbb200ea4d31311bd68282d Mon Sep 17 00:00:00 2001 From: ethangardner Date: Wed, 19 Jun 2024 10:54:49 -0400 Subject: [PATCH] format code with prettier --- .../src/FormManager/FormDelete/index.tsx | 11 ++- packages/design/src/FormManager/index.tsx | 83 +++++++++++++++---- 2 files changed, 75 insertions(+), 19 deletions(-) diff --git a/packages/design/src/FormManager/FormDelete/index.tsx b/packages/design/src/FormManager/FormDelete/index.tsx index f4890e07..970cbc7b 100644 --- a/packages/design/src/FormManager/FormDelete/index.tsx +++ b/packages/design/src/FormManager/FormDelete/index.tsx @@ -23,13 +23,20 @@ export default function FormDelete({ return (

Delete form

-

Are you sure you want to delete the form: {result.data.summary.title}?

+

+ Are you sure you want to delete the form:{' '} + {result.data.summary.title}? +

-
{JSON.stringify(form, null, 4)}
+
+
+          {JSON.stringify(form, null, 4)}
+        
+
); } diff --git a/packages/design/src/FormManager/index.tsx b/packages/design/src/FormManager/index.tsx index 7b92bbdd..db0fc78a 100644 --- a/packages/design/src/FormManager/index.tsx +++ b/packages/design/src/FormManager/index.tsx @@ -189,28 +189,64 @@ export default function FormManager({ context }: FormManagerProps) {

Coming Soon.. -

-

Form Approval and Settings

+

+ Form Approval and Settings +

- Work in Progress - Hello, DOJ Pardon Office! - + Work in Progress - Hello, DOJ Pardon Office! + +

-

On this page, you can add additional settings to your form, gather and review feedback by colleagues and share the form for supervisor review.

-

Unprioritized Upcoming Feature List:

+

+ On this page, you can add additional settings to your + form, gather and review feedback by colleagues and + share the form for supervisor review. +

+

+ Unprioritized Upcoming Feature List: +

@@ -244,19 +280,32 @@ export default function FormManager({ context }: FormManagerProps) { close={AppRoutes.MyForms.getUrl()} preview={AppRoutes.Preview.getUrl(formId)} > -

Coming Soon.. -

Publish

-

On this page, you can review the pdf preview of your created form and publish it. The exact contents of this page are subject to change following additional user research.

-

Unprioritized Upcoming Feature List:

+

+ On this page, you can review the pdf preview of your + created form and publish it. The exact contents of + this page are subject to change following additional + user research. +

+

+ Unprioritized Upcoming Feature List: +

  • A scrollable pdf view
  • A publish option for the page