Adding a new "delay" screen so we do not overwrite already shown wait messages.
* Add new delay screen. * Add new tests to check for delay screen. * Simplify display logic of the error message. close #915
Showing
- resources/static/css/style.css 10 additions, 4 deletionsresources/static/css/style.css
- resources/static/dialog/css/popup.css 10 additions, 27 deletionsresources/static/dialog/css/popup.css
- resources/static/shared/modules/page_module.js 20 additions, 17 deletionsresources/static/shared/modules/page_module.js
- resources/static/shared/modules/xhr_delay.js 3 additions, 8 deletionsresources/static/shared/modules/xhr_delay.js
- resources/static/shared/screens.js 2 additions, 1 deletionresources/static/shared/screens.js
- resources/static/test/qunit/shared/modules/page_module_unit_test.js 13 additions, 39 deletions...static/test/qunit/shared/modules/page_module_unit_test.js
- resources/static/test/qunit/shared/modules/xhr_delay_unit_test.js 6 additions, 6 deletions...s/static/test/qunit/shared/modules/xhr_delay_unit_test.js
- resources/static/test/qunit/testHelpers/helpers.js 8 additions, 0 deletionsresources/static/test/qunit/testHelpers/helpers.js
- resources/views/dialog.ejs 7 additions, 1 deletionresources/views/dialog.ejs
- resources/views/layout.ejs 2 additions, 1 deletionresources/views/layout.ejs
- resources/views/test.ejs 4 additions, 0 deletionsresources/views/test.ejs
Loading
Please register or sign in to comment