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

[Feature] Tag tree for Nested Tags #1732

Open
coscosname opened this issue Sep 15, 2021 · 0 comments
Open

[Feature] Tag tree for Nested Tags #1732

coscosname opened this issue Sep 15, 2021 · 0 comments
Labels
ui Issues related to UI

Comments

@coscosname
Copy link
Contributor

coscosname commented Sep 15, 2021

Is your feature request related to a problem? Please describe.
When viewing new nested tags, you don't know what our tag structure looks like which can make it difficult to edit.

Describe the solution you'd like
I propose to add "tag tree" as another display mode on the /tags subpage and for the currently selected tag on the /tags/tag_id subpage.

An example of a tag tree /tags

.
├── tag1
│   ├── tag1.1
│   ├── tag1.2
│   │   └── tag1.2.1
│   │       └── tag1.2.1.1
│   └── tag1.3
├── tag2
│   ├── tag2.1
│   │   ├── tag2.1.1
│   │   └── tag2.1.2
│   └── tag2.2
└── tag3

Example of tag tree for /tags/tag2.1

.
├── tag2.1.1
└── tag2.1.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ui Issues related to UI
Projects
None yet
Development

No branches or pull requests

2 participants