-
Notifications
You must be signed in to change notification settings - Fork 45
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
Allow to reload extension from within error modal #1860
Conversation
Deployed to Cloudflare Pages
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1860 +/- ##
=======================================
Coverage 81.29% 81.30%
=======================================
Files 192 193 +1
Lines 5084 5097 +13
Branches 936 941 +5
=======================================
+ Hits 4133 4144 +11
- Misses 951 953 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
c8edcd2
to
f85c2d6
Compare
/> | ||
</Box> | ||
{runtimeIs === 'extension' && ( | ||
<Box align={isMobile ? 'stretch' : 'end'} margin={{ bottom: isMobile ? 'xlarge' : 'large' }}> |
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.
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.
will ask Don tomorrow if we want to move this button up
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.
06b1468
to
03d6ebd
Compare
Fixes #1853
Don is fine with ext layout variant.