0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00
ghost/core/client
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
..
app Fix editor image perf and upload bug 2016-05-08 12:55:56 +02:00
config deps: ember-simple-auth@1.1.0-beta.4 2016-04-28 08:34:26 -05:00
lib
public/assets Move user/cover image files used in admin team area into the client folder 2016-01-14 16:26:48 +00:00
tests Use a custom transform to simplify navigation settings 2016-04-26 12:32:29 +01:00
.ember-cli
.gitignore
.jscsrc
.jshintrc
.watchmanconfig
bower.json deps: ember@2.5.1 2016-04-28 07:15:15 -05:00
ember-cli-build.js Drop XRegExp dependency 2016-03-30 19:45:20 +01:00
package.json deps: ember-simple-auth@1.1.0-beta.5 2016-05-05 12:55:42 +02:00
testem.js deps: ember-cli@2.4.0 2016-03-01 12:49:28 +00:00