-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
02838bf
commit 7d93fe6
Showing
9 changed files
with
55 additions
and
42 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 |
---|---|---|
|
@@ -13,4 +13,8 @@ article { | |
padding: none; | ||
margin: none; | ||
} | ||
article * { | ||
margin: auto; | ||
} | ||
</style> |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,15 @@ | ||
# Navigation settings | ||
|
||
You can modify the navigation bar in the left area of the settings page. It is composed of pages and dividers (visual elements). | ||
You can modify the navigation bar in the left area of the settings page. It is composed of pages and dividers (visual separator). | ||
|
||
## Adding a page | ||
In the settings, the navigation bar is displayed as a list of elements. Every one of them is composed of an icon, a name and an action. | ||
|
||
Click on `+ Add a status` at the bottom of the list. If you want, you can have the same page twice. | ||
- You can **drag the icon** to **update the order** of the navigation bar list. | ||
- You can **click on the name** and **select a page** to directly change the page. | ||
- You can **open the action menu** and **click on remove** the remove the current element from the list. | ||
|
||
## Updating order | ||
To **add a new page**, click on `+ Add a status` at the bottom of the list. Nothing prevents you from displaying the same page twice. | ||
|
||
You can simply drag and drop an element by its **icon** of the list to another position. | ||
When you are **done modifying**, click on the `save` button to update the navigation bar. | ||
|
||
## Changing an element | ||
|
||
To change an element, click on its name. A list should appear. You can then update the element by another. | ||
|
||
## Removing an element | ||
|
||
To remove an element, open the actions menu by clicking on the dots right next to the element name, and click on `remove`. | ||
|
||
## Saving modification | ||
|
||
You can find a `save` button at the bottom of the page. | ||
|
||
## Reseting | ||
|
||
You can reset to your previously saved version of the navigation bar by clicking on `Reset`. | ||
|
||
You can also reset to the default values by clicking on `Reset to default`. | ||
If you want to reset to your last saved modification, click on `reset`. You can also reset to the default values by clicking on `Reset to default`. |