-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Upgrading the Import Account modal #17763
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
36be5bc
to
2846570
Compare
87a1638
to
e791d40
Compare
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## develop #17763 +/- ##
===========================================
+ Coverage 62.96% 63.03% +0.07%
===========================================
Files 909 910 +1
Lines 35419 35391 -28
Branches 8964 8964
===========================================
+ Hits 22300 22308 +8
+ Misses 13119 13083 -36
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
Looking really good. Left a couple of UI suggestions
ui/pages/create-account/import-account/import-account.stories.js
Outdated
Show resolved
Hide resolved
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 looking great! I've made a few suggestions in #17905 - it requires a rebase of develop
on this PR to see the changes effectively
ui/pages/create-account/import-account/import-account.stories.js
Outdated
Show resolved
Hide resolved
082b4f4
to
9804d14
Compare
9804d14
to
c2925f3
Compare
c2925f3
to
abbfb03
Compare
Builds ready [abbfb03]
Page Load Metrics (1598 ± 52 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
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 looking fantastic! Left some small suggestions. Also not sure about the invisible character but would like to get further opinions
@@ -103,7 +103,6 @@ export const FormTextField = ({ | |||
/> | |||
{helpText && ( | |||
<HelpText | |||
error={error} |
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.
Oh thank you! Have a PR here for this #17939
ee95fc8
to
4ff6bfc
Compare
Builds ready [7d70de3]
Page Load Metrics (1581 ± 45 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
const dispatch = useDispatch(); | ||
|
||
return ( | ||
<Box display={DISPLAY.FLEX}> |
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.
<Box display={DISPLAY.FLEX}> | |
<Box display={DISPLAY.FLEX} gap={4}> |
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 fixed this in a previous commit, I'm not sure how it came back 🤔
Builds ready [104d553]
Page Load Metrics (1598 ± 59 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
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.
LGTM! 🚀
When fixing these issues, I also tried to accomplish the following:
Fixes #16895 and #17719.
New error messages are in
messages.json
and are:Also helps with expectations around this multi-minute freeze when importing a JSON file #10113