This website requires JavaScript.
Explore
Help
Sign In
OpenSourceArk
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
3e172eb8db
Ghost
/
ghost
/
admin
/
app
/
templates
/
posts.hbs
6 lines
86 B
Handlebars
Raw
Normal View
History
Unescape
Escape
WIP: New content (#528) * Initial style updates * First pass content management design overhaul
2017-02-15 15:43:49 +03:00
<section class="gh-canvas">
clean up content screen prototype refs https://github.com/TryGhost/Ghost/issues/7860 - load 30 posts per page - clean up unnecessary styles, match class name to component name - start moving towards desired content/styles end goal
2017-02-03 17:00:42 +03:00
{{
partial
"posts-header"
}}
Refactor modals refs #5798, closes #5018 - adds new `gh-fullscreen-modal` component - modals are now specified in-context so that they can have deeper interaction with their surrounding components/controller/route, i.e. a modal component can be a thin confirm/deny wrapper over the underlying controller action keeping all context-sensitive logic in one place - adds spin-buttons to all modals with async behaviour - adds/improves behaviour of inline-validation in modals - improves re-authenticate modal to properly handle validation and authentication errors
2015-11-18 13:50:48 +03:00
New content screen prototype (#503) refs https://github.com/TryGhost/Ghost/issues/7860 - remove preview pane from content screen - add basic post status filters - replace custom infinite scroll with ember-infinity and increase trigger threshold for improved scroll behaviour Commits: * basic content list + filter using existing infinite scroll and pagination * swap our custom pagination + infinite loader for `ember-infinity` * minor cleanups * reset scroll position when changing filter * fix tests * remove client-side sorting step as we no longer have a live collection * remove unused `mobile-index-route` * add acceptance tests for content screen filters
2017-01-25 23:05:28 +03:00
{{
outlet
}}
</section>
Reference in New Issue
Copy Permalink