mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-31 23:29:10 +00:00
* feat: Delete all unlinked entries at once (#617) This technically removes the usefulness progress indicator, but brief testing on my end had it delete ~8000 entries in less time than it took me to see if the progress indicator was properly indeterminate or not * fix(fmt): remove unused import * fix: wasn't able to delete more than 32766 entries * chose: ruff check --fix * fix: address review comment --------- Co-authored-by: Tobias Berger <toby@tobot.dev>