Ghost/ghost/admin/app/mixins
Kevin Ansfield 02b57750cf Fix editor image perf and upload bug
no issue
- ~10x speedup in processing time taken on each keypress when there are many images/image upload components in the editor
  - edit DOM in memory before changing it in the page to avoid double-render
  - keep upload components around and re-assign them on re-render, adding or removing an image will still re-generate everything
- adds a throttle to the preview rendering so that renders don't get queued up
- fixes occasional bug where uploading an image didn't update the markdown correctly due to a timing issue
2016-05-08 12:55:56 +02:00
..
404-handler.js deps: ember-suave@2.0.1 2016-04-08 16:27:24 +01:00
active-link-wrapper.js Fix posts navigation slowdown when lots of posts are loaded 2016-01-04 16:55:36 +00:00
body-event-listener.js Remove $ from jshint's predef, always use Ember's $ 2015-12-01 20:52:25 +00:00
current-user-settings.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
dropdown-mixin.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
ed-editor-api.js Fix editor image perf and upload bug 2016-05-08 12:55:56 +02:00
ed-editor-scroll.js convert more action calls to the ember-invoke-action syntax 2016-04-28 10:34:36 -05:00
ed-editor-shortcuts.js Refactor modals 2016-01-12 20:53:08 +00:00
editor-base-controller.js Saves post title on focus blur if status is draft 2016-04-10 21:47:28 -04:00
editor-base-route.js Isolate all markdown editor behaviour into gh-editor component 2016-01-13 12:01:31 +00:00
infinite-scroll.js Load more posts after post deletion 2016-02-09 09:08:31 -07:00
pagination.js Improve PaginationRoute mixin 2016-04-19 10:53:45 +01:00
settings-menu-controller.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
settings-save.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
shortcuts-route.js Isolate all markdown editor behaviour into gh-editor component 2016-01-13 12:01:31 +00:00
shortcuts.js Isolate all markdown editor behaviour into gh-editor component 2016-01-13 12:01:31 +00:00
slug-url.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
style-body.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
text-input.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
validation-engine.js Don't share errors and hasValidated references between validator instances 2016-04-25 10:56:11 +01:00
validation-state.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00