Skip to content

Updating references to MetaMask support#10563

Merged
ryanml merged 3 commits intodevelopfrom
fix-10188
Mar 3, 2021
Merged

Updating references to MetaMask support#10563
ryanml merged 3 commits intodevelopfrom
fix-10188

Conversation

@ryanml
Copy link
Copy Markdown
Contributor

@ryanml ryanml commented Mar 2, 2021

Fixes: #10188

Also removes the UniqueImage component, as it was no longer being used. It was part of the scope of the support email replacement.

Screen Shot 2021-03-02 at 2 44 30 PM

Screen Shot 2021-03-02 at 1 57 32 PM

@ryanml ryanml requested a review from a team as a code owner March 2, 2021 22:48
@ryanml ryanml self-assigned this Mar 2, 2021
@ryanml ryanml requested a review from danjm March 2, 2021 22:48
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 2, 2021

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.

<h1 className="error-page__header">{t('errorPageTitle')}</h1>
<h2 className="error-page__subheader">
{isPopup ? t('errorPagePopupMessage') : t('errorPageMessage')}
{t(messageKey, [this.renderHelpLink()])}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

[REQ] I don't see the harm in rendering the tag inline here instead of extracting to a render function. We won't have this option of separating out parts of our JSX without creating intermediary components in files that follow our new paradigms (functional components).

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Makes sense, force of habit was at work here :)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Done

</div>
<div className="end-of-flow__text-3">
{`• ${t('endOfFlowMessage7')}`}
{t('endOfFlowMessage7', [this.renderHelpLink()])}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Same req here.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Fixed

@metamaskbot
Copy link
Copy Markdown
Collaborator

Builds ready [8e8391b]
Page Load Metrics (736 ± 28 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint52836774
domContentLoaded6378277355828
load6418287365828
domInteractive6368277345828

@ryanml ryanml dismissed a stale review via dcd9add March 3, 2021 00:07
@ryanml ryanml requested a review from Gudahtt March 3, 2021 00:08
Copy link
Copy Markdown
Member

@Gudahtt Gudahtt left a comment

Choose a reason for hiding this comment

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

LGTM!

@metamaskbot
Copy link
Copy Markdown
Collaborator

Builds ready [dcd9add]
Page Load Metrics (547 ± 21 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint44715784
domContentLoaded3645795464421
load3665805474421
domInteractive3645795454421

Copy link
Copy Markdown
Contributor

@brad-decker brad-decker left a comment

Choose a reason for hiding this comment

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

LGTM!

@ryanml ryanml merged commit a8b1653 into develop Mar 3, 2021
@ryanml ryanml deleted the fix-10188 branch March 3, 2021 17:15
@github-actions github-actions bot locked and limited conversation to collaborators Mar 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove references to old support email

4 participants