2022-08-25 18:25:59 +03:00
|
|
|
<section class="gh-canvas">
|
2022-10-04 08:35:29 +03:00
|
|
|
<GhCanvasHeader class="gh-canvas-header sticky break tablet post-header">
|
2021-03-09 14:38:43 +03:00
|
|
|
<GhCustomViewTitle @title="Pages" @query={{reset-query-params "posts"}} />
|
2019-06-18 13:47:21 +03:00
|
|
|
|
2021-03-09 14:38:43 +03:00
|
|
|
<section class="view-actions">
|
2022-09-08 11:42:07 +03:00
|
|
|
<PostsList::ContentFilter
|
2021-03-09 14:38:43 +03:00
|
|
|
@currentUser={{this.session.user}}
|
|
|
|
@selectedType={{this.selectedType}}
|
|
|
|
@availableTypes={{this.availableTypes}}
|
2022-10-07 20:39:34 +03:00
|
|
|
@onTypeChange={{optional null}}
|
2021-03-09 14:38:43 +03:00
|
|
|
@selectedVisibility={{this.selectedVisibility}}
|
|
|
|
@availableVisibilities={{this.availableVisibilities}}
|
2022-10-07 20:39:34 +03:00
|
|
|
@onVisibilityChange={{optional null}}
|
2021-03-09 14:38:43 +03:00
|
|
|
@selectedAuthor={{this.selectedAuthor}}
|
|
|
|
@availableAuthors={{this.availableAuthors}}
|
2022-10-07 20:39:34 +03:00
|
|
|
@onAuthorChange={{optional null}}
|
2021-03-09 14:38:43 +03:00
|
|
|
@selectedTag={{this.selectedTag}}
|
|
|
|
@availableTags={{this.availableTags}}
|
2022-10-07 20:39:34 +03:00
|
|
|
@onTagChange={{optional null}}
|
2021-03-09 14:38:43 +03:00
|
|
|
@selectedOrder={{this.selectedOrder}}
|
|
|
|
@availableOrders={{this.availableOrders}}
|
2022-10-07 20:39:34 +03:00
|
|
|
@onOrderChange={{optional null}}
|
2021-03-09 14:38:43 +03:00
|
|
|
/>
|
|
|
|
|
|
|
|
<LinkTo @route="editor.new" @model="page" class="gh-btn gh-btn-primary view-actions-top-row" data-test-new-page-button={{true}}><span>New page</span></LinkTo>
|
|
|
|
</section>
|
|
|
|
</GhCanvasHeader>
|
2019-02-22 06:17:33 +03:00
|
|
|
|
|
|
|
<div class="gh-content">
|
2020-01-16 18:14:03 +03:00
|
|
|
<GhLoadingList />
|
2019-02-22 06:17:33 +03:00
|
|
|
</div>
|
|
|
|
</section>
|