-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
BETA - Update verbiage for success messages after onboarding #16343
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. |
e45e6a1
to
011e8bb
Compare
011e8bb
to
f098900
Compare
Builds ready [f098900]
Page Load Metrics (2431 ± 214 ms)
highlights:storybook
|
{t('betaTerms')} | ||
<Chip | ||
borderColor={COLORS.PRIMARY_DEFAULT} | ||
backgroundColor={COLORS.PRIMARY_DEFAULT} |
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.
After adding these colors, this Chip looks very similar to our Button components, but it doesn't share the Button behaviors. I think I kind of see why it works here because it also sends the user to the link when clicked on.
curious if you have any thoughts here regarding this Chip instance @georgewrmarshall
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.
Yeah I agree was hesitant about the tag UI for this exact reason. I've asked for some design input from @Akatori-Design in the Figma file
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.
@georgewrmarshall
What if we just use the standard tag style?
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'm fine with that! We have this component available for use! https://metamask.github.io/metamask-storybook/?path=/docs/ui-components-component-library-tag-tag-stories-js--default-story
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!
It seems that the changes to the Chip component are no longer needed, but maybe that will be useful in the future 🤷
Builds ready [7df2f60]
Page Load Metrics (2166 ± 104 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
highlights:storybook
|
7df2f60
to
f55dd80
Compare
Builds ready [f55dd80]
Page Load Metrics (2278 ± 124 ms)
highlights:storybook
|
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!
Explanation
Simply changes app name in onboarding if user is using BETA, as well as about/info page link:
More Information