0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client/routes
Jason Williams dd50cca97a Refactor notifications to prevent stacking.
Closes #3511, Closes #3512, Closes #3526
- show* methods now close existing passive notifications by
  default.  They also now take an optional options object where
  existing parameters such as "delayed" and "defaultErrorText"
  can be passed in as well as the new "doNotClosePassive" flag.
- Removed all explicit calls to notifications.closePassive except
  for the few places where it makes sense to call it separately.
2014-08-01 16:57:29 +00:00
..
editor Completed post & user list filer by role 2014-07-31 11:23:37 +01:00
posts Show posts authored by current user. 2014-07-31 17:23:08 -04:00
settings Completed post & user list filer by role 2014-07-31 11:23:37 +01:00
application.js Refactor notifications to prevent stacking. 2014-08-01 16:57:29 +00:00
content.js
debug.js updated Ember Simple Auth to latest version 2014-07-25 16:04:19 +02:00
error404.js
forgotten.js
posts.js Completed post & user list filer by role 2014-07-31 11:23:37 +01:00
reset.js Reset/Signin while signed in 2014-07-28 18:00:08 +02:00
settings.js updated Ember Simple Auth to latest version 2014-07-25 16:04:19 +02:00
setup.js updated Ember Simple Auth to latest version 2014-07-25 16:04:19 +02:00
signin.js Fixup signin and signout 2014-07-29 20:58:43 +00:00
signout.js Remove unnecessary hard refresh on signout. 2014-07-31 22:41:35 +00:00
signup.js Reset/Signin while signed in 2014-07-28 18:00:08 +02:00