0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client
Hannah Wolfe e0587ed79b Merge pull request #3054 from jaswilli/issue-3036-settings
Enable validation for settings/general screen
2014-06-24 23:00:56 +01:00
..
adapters Merge pull request #2967 from szelpe/settings-apps 2014-06-22 09:04:14 +01:00
assets Remove ember-hacks.css file 2014-06-24 14:49:37 +01:00
components Merge pull request #3045 from ErisDS/issue-2956 2014-06-24 00:00:59 +01:00
controllers Enable validation for settings/general screen 2014-06-24 13:32:47 +00:00
fixtures Merge pull request #2967 from szelpe/settings-apps 2014-06-22 09:04:14 +01:00
helpers Implements character count helper. 2014-06-23 20:02:09 +00:00
html Temporary HTML for the User Management screen & Setup screen 2014-06-18 14:00:47 +01:00
initializers Close notifications on transition or user action. 2014-06-24 13:51:47 +02:00
mixins Enable validation for settings/general screen 2014-06-24 13:32:47 +00:00
models Enable validation for settings/general screen 2014-06-24 13:32:47 +00:00
routes Close notifications on transition or user action. 2014-06-24 13:51:47 +02:00
serializers Convert general settings page to ember data 2014-06-20 04:38:41 +00:00
templates Prevent notifications from being too tall and unclosable 2014-06-24 13:30:33 +01:00
transforms
utils Close notifications on transition or user action. 2014-06-24 13:51:47 +02:00
validators Enable validation for settings/general screen 2014-06-24 13:32:47 +00:00
views Fixes incomplete tags showing when switching to edit a different post 2014-06-24 15:09:11 +02:00
.jshintrc Re-implementing the loading indicator for the Ember admin 2014-06-23 10:01:33 -04:00
app.js
README.md
router.js Close notifications on transition or user action. 2014-06-24 13:51:47 +02: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