-
Notifications
You must be signed in to change notification settings - Fork 63
src: Update Registration step based on mocks (HMS-9409) #3462
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
Conversation
f6ebd3e
to
7a3fa76
Compare
Draft waiting for copy update. |
78d98d4
to
fde170f
Compare
fde170f
to
bd3b87f
Compare
This PR is stale because it had no activity for the past 30 days. Remove the "Stale" label or add a comment, otherwise this PR will be closed in 7 days. |
254ba62
to
477053a
Compare
Codecov Report❌ Patch coverage is
@@ Coverage Diff @@
## main #3462 +/- ##
==========================================
- Coverage 83.99% 83.58% -0.42%
==========================================
Files 214 214
Lines 24902 24827 -75
Branches 2641 2623 -18
==========================================
- Hits 20917 20752 -165
- Misses 3957 4047 +90
Partials 28 28
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
I've updated this to reflect the final mocks. "Register now" option should be fully up to date, I'll update "register later" in #3423, double check the Satellite registration and this step should be done I think... |
/retest |
/jira-epic HMS-9385 |
/retest |
477053a
to
a7622c8
Compare
Also happy to squash the commits, wanted to split the original work from the final revamp points. |
The test failure is not relevant to this PR and should be fixed in #3669 |
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.
6f72c17
to
68eb603
Compare
This updates the Registration step to reflect final mocks. Registration options were moved outside of from the expendable, copy was updated and spacing was revisited to align with the final mocks.
68eb603
to
b0c10af
Compare
Great point! I've added a prop to disable the button when there's no activation key selected. I've also squashed the commits so the PR is a bit neater. |
I swear my reading comprehension isn't usually this bad - the button is now disabled with no activation key, I could also hide the button completely. I usually lean towards enabling/disabling interactive parts of the form so they don't "jump" at the user out of nowhere, but that's just subjective feeling so happy to do whatever works better 😅 |
No disabling it is probably better for these exact reasons. Also easier to test! |
This moves registration options outside of the "Show additional connection options" expandable, making them always visible.
It also adds back the step description and updates the organization ID clipboard copy based on recent mocks.
The "Register now" part of Registration step should reflect final mocks.
Related to HMS-8823
JIRA: HMS-9409