0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core
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
..
client Prevent stacking notifications during rapid toggle 2014-07-02 03:42:27 +00:00
server Persistent notifications 2014-07-01 11:36:21 +02:00
shared Implement Mobile Editor 2014-06-24 18:33:43 -04:00
test Merge pull request #3149 from kevinansfield/persistent-notifications 2014-07-01 14:23:38 +01:00
bootstrap.js Improve error handling during bootstrap process 2014-06-19 12:59:16 +00:00
index.js Improve error handling during bootstrap process 2014-06-19 12:59:16 +00:00
server.js