-
Notifications
You must be signed in to change notification settings - Fork 17
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
Feature Request: Compact Dashboard Notices #118
Comments
Moving this to the Future Release milestone. |
Requested here: http://wordpress.org/support/topic/quick-cache-info |
Punting to Future Release milestone. |
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). |
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: