Ghost/ghost/admin/app/templates
Kevin Ansfield b126f21539 🐛 fix Cmd-S save with cursor in slug field
closes https://github.com/TryGhost/Ghost/issues/8551
- move `updateSlug` logic from `gh-post-settings-menu` component to `editor-base-controller` mixin
- put `updateSlug` and `save` into a task group so that concurrent calls are queued - means that pressing Cmd-S with the cursor still in the slug field will first trigger the `updateSlug` call (triggered by the field blur) then trigger the `save` call (triggered by Cmd-S) when `updateSlug` has finished so there are no conflicts and you still see the "saved" notification
2017-06-13 16:04:09 +01:00
..
components Update dark mode 2017-06-12 21:50:17 +01:00
editor 🐛 fix Cmd-S save with cursor in slug field 2017-06-13 16:04:09 +01:00
settings welcome tour (#527) 2017-06-08 22:00:10 +07:00
setup 🐛 fix chrome autofill on setup/two (#670) 2017-04-25 09:45:23 +01:00
subscribers Style updates to new app frame for all other screens 2017-02-17 10:14:16 +00:00
team 🎨 give suspended user badge a little room (#732) 2017-06-13 09:54:05 +01:00
-contributors.hbs 🐛 fix broken assets (#616) 2017-04-05 14:08:15 +01:00
-user-list-item.hbs 🎨 No more icon font: {{inline-svg}} (#605) 2017-04-07 16:23:45 +01:00
about.hbs 🐛 fix broken assets (#616) 2017-04-05 14:08:15 +01:00
application.hbs 🐛 fix broken sidebar after successful import (#658) 2017-04-19 18:57:56 +02:00
error.hbs 🐛 fix broken assets (#616) 2017-04-05 14:08:15 +01:00
posts-loading.hbs 🎨 team + apps header consistency (#716) 2017-05-30 15:23:38 +02:00
posts.hbs 🎨 team + apps header consistency (#716) 2017-05-30 15:23:38 +02:00
publishbutton.html New publish menu 2017-03-11 19:23:44 +08:00
reset.hbs 🎨 No more icon font: {{inline-svg}} (#605) 2017-04-07 16:23:45 +01:00
setup.hbs 🎨 No more icon font: {{inline-svg}} (#605) 2017-04-07 16:23:45 +01:00
signin.hbs 🐛 fix styles for password forgot link (#734) 2017-06-13 10:01:20 +01:00
signup.hbs 💄 refactor setup screens to use ember-concurrency (#644) 2017-04-19 12:27:32 +02:00
subscribers.hbs 🎨 team + apps header consistency (#716) 2017-05-30 15:23:38 +02:00