mirror of
https://github.com/TryGhost/Ghost-Admin.git
synced 2023-12-14 02:33:04 +01:00
No description
7490d350ea
Issue #2846 -Implement custom RESTAdapter and serializer for settings data. -Convert theme selector to Ember.Select. -Finish upload modal and wire into settings page. |
||
---|---|---|
adapters | ||
assets | ||
components | ||
controllers | ||
fixtures | ||
helpers | ||
html | ||
initializers | ||
mixins | ||
models | ||
routes | ||
serializers | ||
templates | ||
transforms | ||
utils | ||
views | ||
.jshintrc | ||
app.js | ||
README.md | ||
router.js |
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