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 |  |  |
| Group |  |  |
**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