-
-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: customize sidebar navi #1336
feat: customize sidebar navi #1336
Conversation
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Language file analysis report:
|
Signed-off-by: Stefan Dej <meteyou@gmail.com>
Language file analysis report:
|
I'd like to use this feature to add Obico's web UI to mainsail and the mainsail UI to OrcaSlicer's device tab. |
With this PR, you can add custom links or sort/hide nav points (in the interface settings).
To add new nav points, you have to add a JSON file in
config/.theme/navi.json
with the following example config:per default, all nav points have 10 steps between each other positions. That means:
Thus it should be possible to integrate each custom nav point on each position by choosing one position value between them. You can also use custom icons. You only have to use the JS icon content of MDI (https://materialdesignicons.com/).
Signed-off-by: Stefan Dej meteyou@gmail.com