-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Add the ability to rearrange pinned items #1069
Comments
Describe the solution you'd like |
If it isn't too much to add in addition to the draging up and down to rearrange, access to a json file similar to what we have access to for the terminal options would be very useful as well. |
@yaichenbaum @duke7553 Can I create a custom control for this? Rearranging with drag is not easy with the navigation view control. It was designed for static navigation items and not meant for pinning stuff. |
@JaiganeshKumaran We plan on implementing some other changes to the sidebar #692. It's ok to use a different control such as a ListView as long as it can support the UI we are aiming for. |
List view has built-in rearrange feature so we only need to save the state. |
@JaiganeshKumaran Will it support a hierarchical menu? |
@yaichenbaum List view doesn't support that so we can use tree view instead which also supports reordering. |
This issue should be resolved with #5979. |
Is your feature request related to a problem? Please describe.
No. Currently, to change the order of pinned items shown on the sidebar, I need to manually edit the file or unpin all items and pin them again in the order I want. This is not convenient.
Describe the solution you'd like
The right-click context menu could have a move up and a move down option.
The text was updated successfully, but these errors were encountered: