You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #1903 I removed unneeded refreshes as much as possible in favor of observeChanges set for all modals, it should be enough if the modal content is replaced with some added/removed HTML nodes (as attribute changes are currently not observed by Fomantic-UI)
in demos/collection/card-deck.php demo I cannot reproduce it - can you?
please also make sure you load the latest js files, press ctrl+f5 in your browser or clear cache
ideally find some demo on which you can reproduce, or please put together a minimalistic code to reproduce, I can then fix quickly
several months ago I fixed all CDN problems by versioning the JS files together with the atk4/ui - please always link the files to the atk4/ui/public dir and never copy them somewhere else, no manual replacing should be done
refreshing cache
currently we do not serve the static files thru PHP/VirtualPage and the cache control from atk4/ui side is limitted
webserver configured to allow caching and requring the client to check with modified date or hash tag solves this issue, but a lot of webservers are configured to send files with headers with more aggressive caching... I am aware of this problem, to be fixed someday...
The text was updated successfully, but these errors were encountered: