Ghost/ghost/admin
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
..
.github Updated links to use v2 docs (#1036) 2018-08-15 23:35:17 +02:00
app Fix broken docs link 2018-12-05 14:01:25 +07:00
config Dropped IE11 browser target for transpilation 2018-08-14 17:49:50 +01:00
lib Optimised gallery image upload previews (#1079) 2018-12-05 20:16:03 +00:00
mirage Fixed webhook modal title showing "New webhook" when editing a webhook 2018-11-12 16:31:47 +00:00
public/assets Added new theme directory links to Ghost Admin (#1078) 2018-12-04 18:04:52 +07:00
tests Removed outdated Ghost-Desktop client check (#1047) 2018-11-26 08:28:48 +00:00
.csscomb.json
.editorconfig
.ember-cli
.eslintrc.js
.gitignore Added gallery card to the editor 2018-08-30 17:48:20 +01:00
.travis.yml
.watchmanconfig
ember-cli-build.js 🐛 Koenig - Fixed Cmd+Backspace with special chars and Firefox triple-click behaviour 2018-07-17 18:13:05 +01:00
Gruntfile.js
LICENSE
package.json Version bump to 2.7.1 2018-12-05 14:28:11 +07:00
README.md
testem.js
yarn.lock UI refinements (#1075) 2018-11-26 14:25:47 +00:00

Ghost-Admin

Build Status Coverage Status

This is the home of Ember.js based admin client that ships with Ghost.

Do you want to set up a Ghost blog? Check the getting started guide

Do you want to modify or contribute to Ghost-Admin? Please read the working with Ghost-Admin section of our contributing guide for setup details and swing by our forum if you need any help 😄

Have a bug or issue?

Bugs and issues (even if they only affect the admin client) should be opened on the core Ghost repository.

Copyright & License

Copyright (c) 2013-2018 Ghost Foundation - Released under the MIT license. Ghost and the Ghost Logo are trademarks of Ghost Foundation Ltd. Please see our trademark policy for info on acceptable usage.