Skip to content

LG-11584 Update Welcome template#9902

Merged
theabrad merged 10 commits intomainfrom
lg-11584-new-welcome-template
Jan 18, 2024
Merged

LG-11584 Update Welcome template#9902
theabrad merged 10 commits intomainfrom
lg-11584-new-welcome-template

Conversation

@soniaconnolly
Copy link
Contributor

@soniaconnolly soniaconnolly commented Jan 11, 2024

🎫 Ticket

LG-11584

🛠 Summary of changes

Update Welcome template to use GettingStarted 2-page design, with updated translations and "Take photos of your ID" for the first bullet point.

Code was resurrected from prior delete PR #9660.

📜 Testing Plan

  • Create account, start IdV
  • Compare Welcome page in en/es/fr with translations
  • Submit Welcome, confirm that you continue to Agreement (which is unchanged)

Note: Spanish translations use 'tu' (informal you) instead of 'su' (formal you). I assume the State Department translations will correct that as needed.

👀 Screenshots

After:
English Spanish French
Welcome en Welcome es Welcome fr

@soniaconnolly soniaconnolly requested review from a team and artfulaction January 11, 2024 17:38
Copy link
Contributor

@solipet solipet left a comment

Choose a reason for hiding this comment

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

ran in both main and the branch and confirmed the changes. I don't speak French or Spanish, but the translated pages appeared to be in those languages.

@theabrad theabrad merged commit 33594ec into main Jan 18, 2024
@theabrad theabrad deleted the lg-11584-new-welcome-template branch January 18, 2024 20:57
Comment on lines +47 to +57

<div class="margin-top-4">
<%= render(
SpinnerButtonComponent.new(
type: :submit,
big: true,
wide: true,
spin_on_click: false,
).with_content(t('doc_auth.buttons.continue')),
) %>
</div>
Copy link
Contributor

Choose a reason for hiding this comment

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

It seems like we shouldn't use a spinner button here if we don't intend for it to spin, but instead works as a normal submit button.

Suggested change
<div class="margin-top-4">
<%= render(
SpinnerButtonComponent.new(
type: :submit,
big: true,
wide: true,
spin_on_click: false,
).with_content(t('doc_auth.buttons.continue')),
) %>
</div>
<%= f.submit t('doc_auth.buttons.continue') %>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants