0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/client/app/helpers
Kevin Ansfield 49414d0843 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
..
gh-count-characters.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
gh-count-down-characters.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
gh-count-words.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
gh-format-html.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
gh-format-markdown.js Fix editor image perf and upload bug 2016-05-08 12:55:56 +02:00
gh-format-timeago.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
gh-path.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
gh-user-can-admin.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
highlighted-text.js replace gh-selectize with power-select in gh-search-input 2016-04-19 10:55:10 -05:00
is-equal.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
is-not.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00