Ghost/ghost/admin/app/components/posts-list
Simon Backx f4d75388fd
Added post bulk edit api (#16576)
fixes https://github.com/TryGhost/Team/issues/2919

This pull request implements a new feature that allows bulk editing of
posts by a filter. It adds a new `bulkEdit` endpoint to the posts API
and new `PostsService` methods to handle the bulk actions.

The posts list component is duplicated, so we can keep working in a
copied version without affecting the old version without a flag. It
temporarily adds a star icon to indicate featured posts in the posts
list.
2023-04-07 11:48:14 +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 Added post bulk edit api (#16576) 2023-04-07 11:48:14 +02:00
context-menu.js Added post bulk edit api (#16576) 2023-04-07 11:48:14 +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 Added post bulk edit api (#16576) 2023-04-07 11:48:14 +02: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 post bulk edit api (#16576) 2023-04-07 11:48:14 +02:00
list.js Added post bulk edit api (#16576) 2023-04-07 11:48:14 +02:00