-
-
Notifications
You must be signed in to change notification settings - Fork 425
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
Improve merging of tags by simple drag and drop #144
Comments
I like the idea :) I'll guess it's time for me to learn how make things draggable :D |
I have spent quite some time looking at react-beautiful-dnd and hello-pangea, but seems like they only allows dragging in horizontal or vertical lists, so that does not work for the tags as they are in both directions (gave me some weird hover effects) |
Added drag&drop functionality Allowing sorting the tags by name, as this is more intuitive
minor renamings removed some unnecessary code
extracted out the drag and drop functionality to be more encapsulated and reusable
improved the usage sorter to additionally compare by name if the usage is the same
replaced checkboxes with toggles floating on the right
minor renamings removed some unnecessary code
extracted out the drag and drop functionality to be more encapsulated and reusable
improved the usage sorter to additionally compare by name if the usage is the same
replaced checkboxes with toggles floating on the right
) * Improve merging of tags by simple drag and drop #144 Added drag&drop functionality Allowing sorting the tags by name, as this is more intuitive * Improve merging of tags by simple drag and drop #144 minor renamings removed some unnecessary code * Improve merging of tags by simple drag and drop #144 extracted out the drag and drop functionality to be more encapsulated and reusable * Improve merging of tags by simple drag and drop #144 improved the usage sorter to additionally compare by name if the usage is the same * Improve merging of tags by simple drag and drop #144 replaced checkboxes with toggles floating on the right --------- Co-authored-by: kamtschatka <[email protected]>
@kamtschatka implemented it in #154! |
Currently merging of tags requires a lot of clicking, which can get tiresome, when you have to merge a lot (i guess the most common reason is, because inference creates a lot of tags)
I think a good way to allow merging in a fast way, would be drag and drop on the "Tags" page.
You see a list of all the tags and if you want to merge one with the other, you simple drag the one you want to get rid of onto the one that should stay and it gets merged right away.
The text was updated successfully, but these errors were encountered: