Ghost/core/client
Matt Enlow 6b13ea349b Better editor entry
Ref #2308

- Double clicking a PostItemView on the content screen will open that post
  in the editor.
- Added `'ctrl+e, command+e': 'openEditor'` shortcut will open editor as well
2014-06-23 10:15:06 -06:00
..
adapters Merge pull request #2967 from szelpe/settings-apps 2014-06-22 09:04:14 +01:00
assets Use loader.js from bower. 2014-06-08 19:39:45 -04:00
components Focus title in editor when opening page. 2014-06-23 16:28:34 +02:00
controllers Fix warning about transitionTo being deprecated 2014-06-23 12:14:41 +01:00
fixtures Merge pull request #2967 from szelpe/settings-apps 2014-06-22 09:04:14 +01:00
helpers Reach Editor parity with Ember 2014-06-13 18:12:03 -04:00
html Temporary HTML for the User Management screen & Setup screen 2014-06-18 14:00:47 +01:00
initializers Implement Shortcuts in Ember 2014-06-19 15:07:42 -06:00
mixins Merge pull request #3024 from morficus/nprogress-loading-indicator 2014-06-23 16:11:31 +01:00
models Merge pull request #2967 from szelpe/settings-apps 2014-06-22 09:04:14 +01:00
routes Better editor entry 2014-06-23 10:15:06 -06:00
serializers Convert general settings page to ember data 2014-06-20 04:38:41 +00:00
templates Merge pull request #3039 from halfdan/3038-focus-title 2014-06-23 16:13:27 +01:00
transforms Changed ember models to use moment for dates 2014-06-05 10:30:28 -06:00
utils Fix word count in ember. 2014-06-22 19:33:44 +00:00
validators Add Validations Layer and Post Validations 2014-06-21 00:12:55 -04:00
views Better editor entry 2014-06-23 10:15:06 -06:00
.jshintrc Re-implementing the loading indicator for the Ember admin 2014-06-23 10:01:33 -04:00
app.js Ember Data with Posts 2014-05-29 07:42:51 -05:00
README.md Adding READMEs to clarify the 2 client folders 2014-05-07 22:51:51 +01:00
router.js Refactored Editor Routing 2014-06-11 12:18:44 -06:00

What's this?

This is the shiny new Ghost admin UI built in Ember.js. It gets served if you visit the URL /ghost/ember/.

We're currently in the process of building this awesome new UI to replace the old one which was written in backbone, lives in the /clientold/ folder and is still served when you visit the URL /ghost/.

In short, we currently have 2 admins:

  • Old, Backbone Admin UI lives in /clientold/ and is served from /ghost/
  • New, Ember Admin UI lives in /client/ and is served from /ghost/ember/

For more information, please read the Ember admin wiki page