Closed cdparra closed 7 years ago
Moved back to "in progress". PACE loader does not play well with WebSokets
Fixed by adding the following at the very beginning of appcivist_ui_core
window.paceOptions = {
ajax: false,
restartOnRequestAfter: false,
document: false, // disabled
eventLag: false, // disabled
elements : {
selectors: [".appmain"] // limiting selector to control to appmain
}
};
Design and implement a general "loading wheel" or similar pattern, covering the whole screen while important things load.
Expected behavior