aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/ui/toggle.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feature(web): Improve merging of tags by simple drag and drop #144 (#154)kamtschatka2024-05-181-0/+45
* 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 <simon.schatka@gmx.at>