Ghost/ghost/admin/app/components/posts-list
Simon Backx 854f616f70
Added bulk edit pages API and admin UI (#16633)
refs https://github.com/TryGhost/Team/issues/2677

- This extends the bulk editing UI to pages.
- New endpoints for editing pages in bulk
- Support for type in bulk edit UI
- Fixed empty messages for lists
- Minor bugfixes (e.g. save button when adding tags became red because
task didn't return true)

---

This pull request adds support for bulk editing and deleting of pages in
the admin UI and the API. It refactors the context menu component and
the list templates to handle different types of content (posts or pages)
dynamically. It also updates the selection list utility and the no posts
box component to work with the new feature. It modifies the `posts.js`
and `pages.js` API files and the corresponding input and output
serializers and routes.
2023-04-14 12:16:15 +02:00
..
modals Added bulk edit pages API and admin UI (#16633) 2023-04-14 12:16:15 +02:00
content-filter.hbs Resolved power-select related deprecation warnings for loading components by string (#15466) 2022-09-24 17:00:05 +02:00
content-filter.js Moved posts list components 2022-09-08 09:42:07 +01:00
context-menu.hbs Hid post access context menu action when members are disabled 2023-04-13 17:54:01 +02:00
context-menu.js Added bulk edit pages API and admin UI (#16633) 2023-04-14 12:16:15 +02:00
list-item-old.hbs Added post bulk edit api (#16576) 2023-04-07 11:48:14 +02:00
list-item-old.js Added post bulk edit api (#16576) 2023-04-07 11:48:14 +02:00
list-item.hbs Updated featured status in post list 2023-04-13 14:59:59 +01:00
list-item.js Changed post and page rows go to editor plus code and styles cleanup 2022-11-08 14:29:11 +00:00
list.hbs Added bulk edit pages API and admin UI (#16633) 2023-04-14 12:16:15 +02:00
list.js Added post bulk edit api (#16576) 2023-04-07 11:48:14 +02:00