Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Loader #11737

Merged
merged 5 commits into from
Jul 2, 2024
Merged

Remove Loader #11737

merged 5 commits into from
Jul 2, 2024

Conversation

Isabella-Mitchell
Copy link
Contributor

Resolves JIRA N/A

Overall changes

Removes Loader from code base to reduce tech debt + remove reference to it in Form screen

Code changes

  • A bullet point list of key code changes that have been made.

Testing

  1. List the steps used to test this PR.

Helpful Links

Add Links to useful resources related to this PR if applicable.

Coding Standards

Repository use guidelines

@@ -66,7 +65,7 @@ export default function FormScreen({
dangerouslySetInnerHTML={{ __html: privacyNotice }}
css={styles.privacyNotice}
/>
{!submitted ? <Submit /> : <Loader />}
{!submitted && <Submit />}
Copy link
Contributor

@amoore108 amoore108 Jun 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we keep the submit button on the screen even after the user has clicked it? Not sure if it would affect UX/a11y by removing it, although I guess they should be immediately taken to the 'uploading/error' screen anyway.

@Isabella-Mitchell Isabella-Mitchell marked this pull request as ready for review June 26, 2024 08:13
@amoore108 amoore108 merged commit 82bdc20 into latest Jul 2, 2024
11 checks passed
@amoore108 amoore108 deleted the remove-loader branch July 2, 2024 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants