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

feat: move public spcp login form messaging #589

Merged
merged 3 commits into from
Nov 9, 2020

Conversation

karrui
Copy link
Contributor

@karrui karrui commented Nov 4, 2020

Problem

recording

In forms with long set of Instructions, SPCP login note is pushed all the way to the bottom and also exceeds the instructions container.

Related to #369

Solution

Features:

  • Move SPCP gated message to start page section
  • Move MyInfo error messaging to above instructions

Before & After Screenshots

BEFORE:

See above

AFTER:

SP Logins

localhost_5000_ (9)
localhost_5000_ (2)

CP Logins
localhost_5000_ (3)

MyInfo errors
localhost_5000_ (5)
localhost_5000_ (6)
localhost_5000_ (7)

@@ -12,6 +12,7 @@ angular.module('forms').component('startPageComponent', {
logoState: '@',
formTitle: '@',
authType: '<',
myInfoError: '<',
Copy link
Contributor

Choose a reason for hiding this comment

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

lol the capitalisation here gives me anxiety

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ptsd

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.

2 participants