Ghost/ghost/admin
Kevin Ansfield 2d8b3039d1 🎨 Improved code injection loading behaviour on slow connections (#935)
closes https://github.com/TryGhost/Ghost/issues/9249
- in `{{gh-cm-editor}}` display a standard textarea in place of the CodeMirror editor whilst CodeMirror assets are loading in the background, textarea will be upgraded to a CodeMirror editor when loading finishes
- update styles so that the switch from plain textarea to CodeMirror is not too jarring
2018-01-02 18:29:03 +00:00
..
.github
app 🎨 Improved code injection loading behaviour on slow connections (#935) 2018-01-02 18:29:03 +00:00
config Removed defunct Ghost OAuth code (#848) 2017-09-04 21:17:04 +02:00
lib 🐛 Fixed editor and drag/drop image uploads in IE11 (#926) 2017-12-12 11:53:35 +00:00
mirage Avoid leaking state in Ember objects 2017-11-25 09:49:49 +00:00
public/assets
tests Remove unused {{gh-datetime-input}} and related helper 2017-11-30 17:06:48 +07:00
.csscomb.json
.editorconfig
.ember-cli
.eslintrc.js bump eslint-plugin-ember, enable default rules 2017-11-25 09:49:49 +00:00
.gitignore Bump dependencies (#887) 2017-10-12 17:42:10 +02:00
.travis.yml Bump dependencies (#887) 2017-10-12 17:42:10 +02:00
.watchmanconfig
bower.json New tags input, drop selectize & jquery-ui deps (#892) 2017-10-31 09:10:49 +00:00
ember-cli-build.js New tags input, drop selectize & jquery-ui deps (#892) 2017-10-31 09:10:49 +00:00
Gruntfile.js
LICENSE
package.json Update ember-simple-auth to v1.4.2 (#932) 2017-12-27 16:19:48 +00:00
README.md Add docs links to README.md 2017-10-11 10:17:38 +01:00
testem.js Bump dependencies (#929) 2017-12-13 12:27:15 +00:00
yarn.lock Update ember-simple-auth to v1.4.2 (#932) 2017-12-27 16:19:48 +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 Slack channel 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-2017 Ghost Foundation - Released under the MIT license.