-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
finalize the buttons and add test cases
- Loading branch information
Showing
6 changed files
with
203 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Filter panel | ||
|
||
In this page we will go over how the filter panel works. | ||
|
||
## Table of contents | ||
|
||
- [Customizing the order of filters](#customizing-the-order-of-filters) | ||
- [How to move filters](#how-to-move-filters) | ||
- [How to save the order](#how-to-save-the-order) | ||
- [How to discard the saved order](#how-to-discard-the-saved-order) | ||
|
||
|
||
## Customizing the order of filters {id=customizing-the-order-of-filters} | ||
|
||
You can change the order of filters in the filter panel. This section goes over how you could move filters, save the customized order, and if needed, discard the customzed order. | ||
|
||
### How to move filters {id=how-to-move-filters} | ||
|
||
To move the filters, | ||
|
||
1. Left click on the grab ( :span::/span:{.fa-solid .fa-grip-vertical .help-page-icon} ) icon. | ||
2. While holding the left click, move your mouse to the desired location. | ||
3. Release the left click to finish the drag movement. | ||
|
||
Keep in mind that this order is not going to be persistent and will change back after refreshing the page. For saving the order, please refer to the [How to save the order](#how-to-save-the-order) section. | ||
|
||
### How to save the order {id=how-to-save-the-order} | ||
|
||
If you would like to save the order in your browser, | ||
|
||
1. Click on the menu icon (:span::/span:{.fa-solid .fa-bars .help-page-icon}) besides the "Refine search". | ||
|
||
2. In the opened menu, select the save (:span::/span:{.fa-solid .fa-check-to-slot .help-page-icon}) option. | ||
|
||
This will ensure your customized order is saved in your browser. If you would like to apply the default order instead please refer to the [How to discard the saved order](#how-to-discard-the-saved-order) section. | ||
|
||
### How to discard the saved order {id=how-to-discard-the-saved-order} | ||
|
||
To discard the saved order, | ||
|
||
1. Click on the menu icon ( :span::/span:{.fa-solid .fa-bars .help-page-icon} ) besides the "Refine search". | ||
|
||
2. In the opened menu, select the reset ( :span::/span:{.fa-solid .fa-undo .help-page-icon} ) option. | ||
f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters