Site health: Load the "Info" tab immediately and notify the user while gathering site data. Changes the Info tab to work similarly to the Status tab: it does separate request to fetch the directories sizes and doesn't "block" the loading of the page.

Props xkon, afercia, Clorith, azaozz.
See #46707.
Built from https://develop.svn.wordpress.org/trunk@45176


git-svn-id: http://core.svn.wordpress.org/trunk@44985 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2019-04-12 19:24:51 +00:00
parent 105277f93e
commit 30ccfd540f
11 changed files with 335 additions and 148 deletions
+7
View File
@@ -377,6 +377,13 @@
margin-right: 22px;
}
.health-check-wp-paths-sizes.spinner {
position: absolute;
visibility: visible;
float: none;
margin: 0 4px;
}
@media screen and (max-width: 782px) {
.health-check-body {
margin: 0 12px;
File diff suppressed because one or more lines are too long
+7
View File
@@ -377,6 +377,13 @@
margin-left: 22px;
}
.health-check-wp-paths-sizes.spinner {
position: absolute;
visibility: visible;
float: none;
margin: 0 4px;
}
@media screen and (max-width: 782px) {
.health-check-body {
margin: 0 12px;
+1 -1
View File
File diff suppressed because one or more lines are too long