Skip to content
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

Closed
JaiganeshKumaran opened this issue Jun 15, 2020 · 8 comments
Closed

Add the ability to rearrange pinned items #1069

JaiganeshKumaran opened this issue Jun 15, 2020 · 8 comments

Comments

@JaiganeshKumaran
Copy link
Contributor

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.

@Br0ckout
Copy link

Br0ckout commented Jun 17, 2020

Describe the solution you'd like
Click and drag would be a better solution to order them IMO, like how Finder works on MacOS.

@ldsands
Copy link

ldsands commented Jul 7, 2020

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.

@JaiganeshKumaran
Copy link
Contributor Author

@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.

@yaira2
Copy link
Member

yaira2 commented Sep 9, 2020

@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.

@JaiganeshKumaran
Copy link
Contributor Author

List view has built-in rearrange feature so we only need to save the state.

@yaira2
Copy link
Member

yaira2 commented Sep 9, 2020

@JaiganeshKumaran Will it support a hierarchical menu?

@JaiganeshKumaran
Copy link
Contributor Author

@yaichenbaum List view doesn't support that so we can use tree view instead which also supports reordering.

@yaira2
Copy link
Member

yaira2 commented Sep 20, 2021

This issue should be resolved with #5979.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants