0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/client/controllers
Jason Williams c6d9fdfe06 Prevent stacking notifications during rapid toggle
No issue
-Call notifications.closePassive after the resolution of the
 promise that generates the notifications. Otherwise multiple
 promises can stack up after notifications have been cleared,
 which results in a bunch of stacked notifications.
-Remove some unnecessary propagation of rejected promises from
 action handlers that can result in unhandled reject errors.
2014-07-02 03:42:27 +00:00
..
editor Prevent stacking notifications during rapid toggle 2014-07-02 03:42:27 +00:00
modals Remove CSRF from client 2014-07-01 11:39:01 +02:00
posts Prevent stacking notifications during rapid toggle 2014-07-02 03:42:27 +00:00
settings Prevent stacking notifications during rapid toggle 2014-07-02 03:42:27 +00:00
application.js oAuth 2014-06-30 14:58:10 +02:00
debug.js Remove CSRF from client 2014-07-01 11:39:01 +02:00
error.js Add error template, route and controller 2014-06-24 23:33:02 +01:00
forgotten.js Made ember version of reset password work 2014-06-30 14:37:49 +01:00
post-settings-menu.js Fix promise rejection 2014-06-22 14:49:09 -04:00
post-tags-input.js Ensure incomplete tags aren't lost on save 2014-06-24 12:14:27 +02:00
posts.js Better handling of validation errors + more documentation 2014-06-30 22:35:03 -04:00
reset.js Made ember version of reset password work 2014-06-30 14:37:49 +01:00
settings.js Hide settings/apps unless apps:true is in config.js 2014-06-23 20:27:51 +01:00
setup.js Merge pull request #3149 from kevinansfield/persistent-notifications 2014-07-01 14:23:38 +01:00
signin.js Prevent stacking notifications during rapid toggle 2014-07-02 03:42:27 +00:00
signup.js Merge pull request #3149 from kevinansfield/persistent-notifications 2014-07-01 14:23:38 +01:00