Add Archive sidebar component (#10513)

* move archive to dedicated sidebar component

* fix unarchive dialog & notification

* update docs on viewing archived items

* remove commented code

* use radio btns, update options text & query string

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
This commit is contained in:
Azri Kahar
2021-12-17 06:30:00 +08:00
committed by GitHub
parent 5e7fa633b0
commit 4d97597e8f
10 changed files with 168 additions and 34 deletions

View File

@@ -128,6 +128,15 @@ options are available:
6. Enter a value in the field filter's input(s)
7. Remove unwanted filters by hovering over the field and clicking "X"
## Viewing Archived Items
**[Learn more about Archive](/configuration/data-model/#archive).**
1. Navigate to the [Content Module](/app/overview/#_1-module-bar)
2. Navigate to the collection of the items you want to view
3. Click "Archive" in the page sidebar
4. Choose the desired view: `Show Items` (default), `Show Archived Items`, or `Show Items + Archived Items`
## Bookmarking Item Presets
1. Navigate to the [Content Module](/app/overview/#_1-module-bar)

View File

@@ -57,7 +57,7 @@ icon) button located in the header.
1. Navigate to the [Content Module](/app/overview#1.-module-bar)
2. Navigate to the collection of the item you want to archive
3. Select the item(s) within the desired layout (eg: the checkbox on the table row)
4. Click the "Archive Item" (trash icon) button located in the header
4. Click the "Archive Item" (archive icon) button located in the header
5. Confirm the action within the dialog by clicking "Archive"
::: warning Requires Configuration