mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-30 06:40:50 +00:00
* updated parents and aliases to use the flowLaout in the build tag panel added shortcuts for adding and removing aliases and updated the alias ui to always show remove button and not cover alias aliases use flowlayout wrote test for buildTagPanel removeSelectedAlias parent tags now use flowlayout in build tag panel moved buttons for adding aliases and parents to be at the end of the flowLayout * added aliases and subtags to search results * aliases now use a table, removed unnecessary keyboard shortcuts * reverted subtags to regular list from flowlayout * chor remove redundant lambda * feat: added display names for tags * fix: aliases table enter/return and backspace work as expected, display names work as expected, adding aliases outputs them in order * format * fix: add parent button on build tag panel * fix: empty aliases where not being removed all the time * fix: alias name changes would be discarded when a new alias was created or an alias was removed * fix: removed display names, as they didn't display properly and should be added in a different PR * fix: mypy * fix: added missing session.expunge_all session.expunge_all() on line 621 was removed, added it back. * fix: parent_tags relationship in Tag class parent_tags primaryJoin and secondaryJoin where in the wrong order. They have been switched back to the proper order. * fix: pillow_jxl import was missing * fix: ruff * fix: type hint fixes * fix: fix the type hint fixes --------- Co-authored-by: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com>