Add archiving to quick actions in list views
List views including the following pages: - `Your works/ Projects` - `Your works/ Groups` - `Explore/ Projects` - `Explore/ Groups` - `Admin area/ Projects` - `Admin area/ Groups` - `User profile/ Projects` - `User profile/ Groups` | Item | Archive | Unarchive | |------|---------|-----------| | Project | ![project_view](/uploads/f9a3207e39b90122d7f1616866a2e0ac/project_view.png) | ![project view - Unarchive.png](/uploads/64ace0dcf507da10b77e3755346b2ad6/project_view_-_Unarchive.png) | | Group | ![group_view](/uploads/38b35bec995142ca2db48e0fc0154b40/group_view.png) | ![group view - Unarchive.png](/uploads/71f1904fc77bced278acfd9678a30860/group_view_-_Unarchive.png) | **Design changes:** - Add `Archive` action to dropdown in `All` or `Active` tabs for users that have permission to do - This moves the item to the `Inactive` tab - Add `Unarchive` action to dropdown in `Inactive` tabs for users that have permission to do - This moves the item back to the `All` or `Active` tabs [Design file]() Note: We'll do this for pages that have been migrated to Vue, for other pages we will do this as part of the migration.
epic