Unifying the "we sent email" messages across all locations.
* Unifying both the message (with slight variation for current action) and the styles across dialog and main site. * Adding a throttling message to the signup page. * Adding a couple of page helper functions to take care of showing notifications. * Adding the ability to go "back" in all of the main site email sent notifications in case of error. * When going "back" after sent email, ensure the stored email is restored. close #579 close #577
Showing
- resources/static/css/style.css 8 additions, 2 deletionsresources/static/css/style.css
- resources/static/dialog/views/confirmemail.ejs 1 addition, 1 deletionresources/static/dialog/views/confirmemail.ejs
- resources/static/pages/forgot.js 10 additions, 4 deletionsresources/static/pages/forgot.js
- resources/static/pages/page_helpers.js 35 additions, 4 deletionsresources/static/pages/page_helpers.js
- resources/static/pages/signup.js 19 additions, 11 deletionsresources/static/pages/signup.js
- resources/static/test/qunit.html 2 additions, 0 deletionsresources/static/test/qunit.html
- resources/static/test/qunit/pages/forgot_unit_test.js 20 additions, 0 deletionsresources/static/test/qunit/pages/forgot_unit_test.js
- resources/static/test/qunit/pages/page_helpers_unit_test.js 48 additions, 0 deletionsresources/static/test/qunit/pages/page_helpers_unit_test.js
- resources/static/test/qunit/pages/signup_unit_test.js 27 additions, 0 deletionsresources/static/test/qunit/pages/signup_unit_test.js
- resources/views/forgot.ejs 18 additions, 5 deletionsresources/views/forgot.ejs
- resources/views/signup.ejs 25 additions, 2 deletionsresources/views/signup.ejs
Loading
Please register or sign in to comment