Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit 44fbf4a

Browse files
committed
More popup tweaks
1 parent c2dadb1 commit 44fbf4a

File tree

5 files changed

+16
-11
lines changed

5 files changed

+16
-11
lines changed

shells/chrome/popups/development.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@
88
</style>
99
<p>
1010
<b>This page is using the development build of React. &#x1f6a7;</b>
11-
<br />
12-
Open the developer tools, and the React tab will appear to the right.
1311
</p>
14-
<hr />
1512
<p>
1613
Note that the development build is not suitable for production.
1714
<br />
1815
Make sure to <a href="https://facebook.github.io/react/docs/optimizing-performance.html#use-the-production-build">use the production build</a> before deployment.
1916
</p>
17+
<hr />
18+
<p>
19+
Open the developer tools, and the React tab will appear to the right.
20+
</p>

shells/chrome/popups/not-detected.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
<b>React was not detected on this page.</b>
1111
<br />
1212
If this seems wrong, follow the <a href="https://github.com/facebook/react-devtools/blob/master/README.md#the-react-tab-doesnt-show-up">troubleshooting instructions</a>.
13-
</p>
13+
</p>

shells/chrome/popups/outdated.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,20 @@
22
<style>
33
html, body {
44
font-size: 14px;
5-
min-width: 370px;
5+
min-width: 430px;
66
min-height: 117px;
77
}
88
</style>
99
<p>
1010
<b>This page is using an outdated version of React. &#8987;</b>
1111
</p>
12-
<hr />
1312
<p>
1413
We recommend updating React to ensure that you receive important bugfixes and performance improvements.
1514
<br />
1615
<br />
1716
You can find the upgrade instructions on the <a href="https://facebook.github.io/react/blog/">React blog</a>.
1817
</p>
18+
<hr />
19+
<p>
20+
Open the developer tools, and the React tab will appear to the right.
21+
</p>

shells/chrome/popups/production.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
<b>This page is using the production build of React. &#x2705;</b>
1111
<br />
1212
Open the developer tools, and the React tab will appear to the right.
13-
</p>
13+
</p>

shells/chrome/popups/unminified.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@
88
</style>
99
<p>
1010
<b>This page is using an unminified build of React. &#x1f6a7;</b>
11-
<br />
12-
Open the developer tools, and the React tab will appear to the right.
1311
</p>
14-
<hr />
1512
<p>
1613
The React build on this page appears to be unminified.
1714
<br />
1815
This makes its size larger, and causes React to run slower.
1916
<br />
2017
<br />
2118
Make sure to <a href="https://facebook.github.io/react/docs/optimizing-performance.html#use-the-production-build">set up minification</a> before deployment.
22-
</p>
19+
</p>
20+
<hr />
21+
<p>
22+
Open the developer tools, and the React tab will appear to the right.
23+
</p>

0 commit comments

Comments
 (0)