mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-12 16:14:25 +03:00
8c3970c9ba
closes #2906 - add a utility function to add classnames to targets, retrofitted from clientold to accommodate `Ember.run.bind` - create a content-preview view that tracks its scrolling - add a scroll handler to the existing PostsListView - The `posts/post` template now takes its HTML from the post model instead of using the editor's markdown component |
||
---|---|---|
.. | ||
adapters | ||
assets | ||
components | ||
controllers | ||
fixtures | ||
helpers | ||
initializers | ||
mixins | ||
models | ||
routes | ||
serializers | ||
templates | ||
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