Starting to add "this request is taking" too long screen in the dialog and main site.
* Moving /static/dialog/controllers/page.js to static/shared/modules/page_module.js * Adding /static/shared/modules/xhr_delay.js * Updating tests. * Updating compress script. * Update includes list. * Make the error/wait screens display using CSS transitions. issue #905
Showing
- resources/static/css/style.css 39 additions, 10 deletionsresources/static/css/style.css
- resources/static/dialog/controllers/actions.js 1 addition, 0 deletionsresources/static/dialog/controllers/actions.js
- resources/static/dialog/start.js 9 additions, 1 deletionresources/static/dialog/start.js
- resources/static/dialog/views/wait.ejs 1 addition, 1 deletionresources/static/dialog/views/wait.ejs
- resources/static/pages/page_helpers.js 1 addition, 4 deletionsresources/static/pages/page_helpers.js
- resources/static/pages/start.js 7 additions, 1 deletionresources/static/pages/start.js
- resources/static/shared/modules/page_module.js 19 additions, 4 deletionsresources/static/shared/modules/page_module.js
- resources/static/shared/modules/xhr_delay.js 33 additions, 0 deletionsresources/static/shared/modules/xhr_delay.js
- resources/static/shared/network.js 107 additions, 74 deletionsresources/static/shared/network.js
- resources/static/shared/wait-messages.js 6 additions, 0 deletionsresources/static/shared/wait-messages.js
- resources/static/test/index.html 109 additions, 105 deletionsresources/static/test/index.html
- resources/static/test/qunit/mocks/xhr.js 17 additions, 3 deletionsresources/static/test/qunit/mocks/xhr.js
- resources/static/test/qunit/resources/internal_api_unit_test.js 4 additions, 6 deletions...ces/static/test/qunit/resources/internal_api_unit_test.js
- resources/static/test/qunit/resources/state_machine_unit_test.js 1 addition, 1 deletion...es/static/test/qunit/resources/state_machine_unit_test.js
- resources/static/test/qunit/shared/network_unit_test.js 45 additions, 0 deletionsresources/static/test/qunit/shared/network_unit_test.js
- resources/static/test/qunit/shared/page_module_unit_test.js 14 additions, 2 deletionsresources/static/test/qunit/shared/page_module_unit_test.js
- resources/static/test/qunit/shared/xhr_delay_unit_test.js 40 additions, 0 deletionsresources/static/test/qunit/shared/xhr_delay_unit_test.js
- resources/static/test/qunit/testHelpers/helpers.js 20 additions, 16 deletionsresources/static/test/qunit/testHelpers/helpers.js
- resources/views/dialog_layout.ejs 49 additions, 47 deletionsresources/views/dialog_layout.ejs
- resources/views/layout.ejs 38 additions, 33 deletionsresources/views/layout.ejs
Loading
Please register or sign in to comment