mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-02 08:13:34 +03:00
c16d633d4b
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
9 lines
162 B
Handlebars
9 lines
162 B
Handlebars
{{#if hasBlock}}
|
|
{{yield}}
|
|
{{else}}
|
|
{{#if infinityModel.reachedInfinity}}
|
|
{{else}}
|
|
<div class="gh-loading-spinner"></div>
|
|
{{/if}}
|
|
{{/if}}
|