mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-29 06:10:51 +00:00
* [feat] can now add a new tag from the tag library panel * [feat] can remove tags from the tag library panel [fix] library panel updates tag list when a new tag is create * [test] added test for library->remove_tag * [fix] type error * removed redundant lambda Co-authored-by: VasigaranAndAngel <72515046+VasigaranAndAngel@users.noreply.github.com> * fix: tags with a reserved id could be edited or removed, now they cannot. * fix: when a tag is removed or edited the preivew panel will update to reflect the changes Co-authored-by: Sean Krueger <skrueger2270@gmail.com> * fix: mypy check * fix: aliases and subtags not being removed from DB when tag they reference was removed. * feat: added a confirmation message box when removing tags. * fix: mypy --------- Co-authored-by: VasigaranAndAngel <72515046+VasigaranAndAngel@users.noreply.github.com> Co-authored-by: Sean Krueger <skrueger2270@gmail.com>