-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
UX: Clear cache options display on dashboard #25
Comments
Clear your browser cache, pretty sure that's all it is. // Djamil Legato // From iPhone //
|
Nope, I just re-checked in another browser after I re-cleared the cache (and all private data) and it does the same. |
It's definitely a css issue, do you have css pipelining on? I think this will effect admin also. We probably need to disable that in the administrator. Clearing Assets Only cache would resolve that. |
I checked and CSS pipeline is off (I guess it is the default setting). |
i was able to confirm that css pipelining would cause this issue, and actually have already pushed a fix into develop branch that would resolve that. And yes it probably is varnish cache as that is quite aggressive and doesn't really know when CSS or JS files have changed unless you explicitly clear it or tell it something is updated. You might want to try enabling the |
Ok, thanks a lot! |
Did that resolve your issue? If so can you close this? |
Closing due to inactivity, please reopen if this remains an issue. |
Since adding the options to clear the cache in v0.2.0 they all display on top of the dashboard instead of a proper drop-down menu (broken?).
NB: I manually upgraded later to latest Grav (0.9.35) since the upgrade button didn't work in the newer admin either (may be another issue): display glitch still here
The text was updated successfully, but these errors were encountered: