-
Notifications
You must be signed in to change notification settings - Fork 38
Long routes lead to lots of extra folders #21
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
An optional tree collapse can lighten the unnecessary hierarchy.
Routes at:
/organization/_apis/one
/organization/_apis/one/two/three
/organization/_apis/one/two/three/four
Currently
- /organization
- _apis
- one
- two
- three
- four
- three
- two
- one
- _apis
Collapsed
- /organization/../one
- two/three
- four
- two/three
I have a commit in a fork I'll link later as an option.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.