From f24f72faab4238da8ef1c362e10c5961aaa024d9 Mon Sep 17 00:00:00 2001 From: mayying Date: Wed, 12 Jul 2023 17:38:33 +0800 Subject: [PATCH 01/10] feat: presub-change-icon-to-help (#6532) feat/presub-change-icon-to-help --- .../components/FormIssueFeedback/FormIssueFeedbackButton.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/features/public-form/components/FormIssueFeedback/FormIssueFeedbackButton.tsx b/frontend/src/features/public-form/components/FormIssueFeedback/FormIssueFeedbackButton.tsx index ed608c7666..ac4d16c17d 100644 --- a/frontend/src/features/public-form/components/FormIssueFeedback/FormIssueFeedbackButton.tsx +++ b/frontend/src/features/public-form/components/FormIssueFeedback/FormIssueFeedbackButton.tsx @@ -1,4 +1,4 @@ -import { BiMessage } from 'react-icons/bi' +import { BiQuestionMark } from 'react-icons/bi' import { Flex, useDisclosure } from '@chakra-ui/react' import { noPrintCss } from '~utils/noPrintCss' @@ -26,7 +26,7 @@ export const FormIssueFeedbackButton = (): JSX.Element | null => { variant="outline" cursor="pointer" aria-label="issue feedback" - icon={} + icon={} onClick={onOpen} /> From b1f40ca73af8e33bad8e23b7b0b14b783282653f Mon Sep 17 00:00:00 2001 From: mayying Date: Thu, 13 Jul 2023 09:11:27 +0800 Subject: [PATCH 02/10] fix: presub remove additional underscore (#6533) --- src/app/views/templates/issue-reported-notification.view.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/views/templates/issue-reported-notification.view.html b/src/app/views/templates/issue-reported-notification.view.html index a527e92257..6451c8c005 100644 --- a/src/app/views/templates/issue-reported-notification.view.html +++ b/src/app/views/templates/issue-reported-notification.view.html @@ -9,8 +9,8 @@ might be facing urgent issues relating to form submission.

- Login to Forms and view issues - reported in your results page. + Login to Forms and view issues reported + in your results page.

Regards,
<%= appName %> team

From 0409f5050af0c24367b3d53e97d76395d59800c4 Mon Sep 17 00:00:00 2001 From: mayying Date: Mon, 17 Jul 2023 13:28:05 +0800 Subject: [PATCH 03/10] feat: add description to form issue modal (#6536) * feat: add description to form issue modal * update based on figma change * Remove fullstop as requested --- .../FormIssueFeedbackModal.tsx | 25 ++++++++++--------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/frontend/src/features/public-form/components/FormIssueFeedback/FormIssueFeedbackModal.tsx b/frontend/src/features/public-form/components/FormIssueFeedback/FormIssueFeedbackModal.tsx index 31b269cb67..e4c9849e43 100644 --- a/frontend/src/features/public-form/components/FormIssueFeedback/FormIssueFeedbackModal.tsx +++ b/frontend/src/features/public-form/components/FormIssueFeedback/FormIssueFeedbackModal.tsx @@ -98,17 +98,23 @@ export const FormIssueFeedbackModal = ({ pr="4rem" > - Have trouble filling out this form? + Report an issue + + Fill this in only{' '} + + if you are experiencing issues and are unable to submit this + form + + . If you would like to provide feedback, you can do so after + submitting the form. + - - Please describe the issue you encountered. + + Please describe the issue you encountered