Ghost/ghost/admin/lib/koenig-editor/addon
Kevin Ansfield 2639ff62e6 Optimised gallery image upload previews (#1079)
no issue
- use `URL.createObjectURL(file)` to get a blob url rather than using `FileReader.readAsDataURL` which generates a very large data attribute
- speeds up the display of previews and associated browser hangs when an upload finishes, especially noticeable with large images and fast connections where multiple uploads finish around the same time
2018-12-05 20:16:03 +00:00
..
components Optimised gallery image upload previews (#1079) 2018-12-05 20:16:03 +00:00
helpers Fix linting 2018-08-15 16:52:06 +01:00
options Added gallery card to the editor 2018-08-30 17:48:20 +01:00
templates/components Added image validation error message to gallery card (#1048) 2018-11-26 10:31:02 +00:00
utils Koenig - Added reading time and word count display 2018-07-20 15:53:21 +01:00