-
-
Notifications
You must be signed in to change notification settings - Fork 725
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
1766 registration scroll #3791
1766 registration scroll #3791
Conversation
nice, thanks for the PR! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
codeclimate warnings should be easy to fix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great, @jazzdragon! 🙂 I just left a comment about some minor details.
= t(".registration_about_us") | ||
%input#collapsible-registration-checklist.collapsible-checkbox{:type => "checkbox"} | ||
%label.lbl-toggle{:for => "collapsible-registration-checklist"} | ||
%h5= t(".registration_checklist")+":" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, a collapsed heading "You'll need:" doesn't look right... What do you think of changing the base translation to something similar to "What do I get?" in the second column, such as "What do I need?". To make it simple, it can be the same for both mobile and desktop.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll do this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
%input#collapsible-registration-outcome.collapsible-checkbox{:type => "checkbox"} | ||
%label.lbl-toggle{:for => "collapsible-registration-outcome"} | ||
%h5 | ||
= t(".registration_outcome_headline") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Having this in a different line adds a space before the text, so the text is no longer aligned with the heading of the first set.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, there is the space in the html, on my test it looks aligned anyway.
I'll make this a single line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
moving to in dev. |
@jazzdragon do you think you will pick this up again at some point? |
I can finish this, just a few things to fix. |
This is how it looks, I think it's good! I am going to follow @kristinalim recommendation and change the label to "What do I need?" |
…t looks better when collapsed
58282db
to
a370216
Compare
ok, I've merged master into this branch, addressed Kristinas feedback, fixed rubocop issues and tested locally. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! I don't think we need to wait for Kristina. You addressed all her concerns.
Strong testing game 💪 |
What? Why?
Closes #1766
Add collapsible snippets of information in the registration introduction modal so the action button is visible on smaller screens without scrolling.
What should we test?
Release notes
Changelog Category: Added