mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-31 23:29:10 +00:00
* fix(ui): always reset tag search panel when opened * feat: return parent tags in tag search Known issue: this bypasses the tag_limit * refactor: use consistant `datetime` imports * refactor: sort by base tag name to improve performance * fix: escape `&` when displaying tag names * ui: show "create and add" tag with other results * fix: optimize and fix tag result sorting * feat(ui): allow tags in list to be selected and added by keyboard * ui: use `esc` to reset search focus and/or close modal * fix(ui): add pressed+focus styling to "create tag" button * ui: use `esc` key to close `PanelWidget` * ui: move disambiguation button to right side * ui: expand clickable area of "-" tag button, improve styling * ui: add "Ctrl+M" shortcut to open tag manager * fix(ui): show "add tags" window title when accessing from home