mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-07-27 15:49:55 +02:00
6b646f8955
* fix(ui): don't update preview for non-selected badge toggles * ui: optimize badge updating NOTE: In theory this approach opens the doors for a visual state mismatch between the tags shown and the tags on the actual entry. The performance increase comes from the fact that `get_entry_full()` isn't called, which is the real bottleneck here. * perf: optimize query methods