Feature Request: Compact Dashboard Notices #118
Closed
Labels
Milestone
Comments
Moving this to the Future Release milestone. |
Requested here: http://wordpress.org/support/topic/quick-cache-info |
Punting to Future Release milestone. |
raamdev
added a commit
to wpsharks/comet-cache-pro
that referenced
this issue
Mar 21, 2016
raamdev
added a commit
to wpsharks/comet-cache-pro
that referenced
this issue
Mar 21, 2016
raamdev
added a commit
to wpsharks/comet-cache-pro
that referenced
this issue
Mar 21, 2016
Compact Dashboard Notices were added via wpsharks/comet-cache-pro#227: |
Next Release Changelog:
|
Comet Cache v160416 has been released and includes changes from this GitHub Issue. See the v160416 announcement for further details. This issue will now be locked to further updates. If you have something to add related to this GitHub Issue, please open a new GitHub Issue and reference this one (#118). |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With the addition of purging post terms (#117), it is necessary to change the way Dashboard notices are displayed. When post terms are purged, it's possible that many cache files (one for each term associated with that post) will be cleared and having a long list of notices quickly crowds the Dashboard:
This should be changed so that the list of changes is hidden by default. Clicking "Show details" would toggle a DIV that displays a list of changes.
WP loads jQuery in the dashboard so we can depend on that. See
jQuery.toggle()
http://api.jquery.com/toggle/The text was updated successfully, but these errors were encountered: