mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-28 22:01:24 +00:00
* perf: remove unnecessary path conversions * perf: search_library if no limit set don't do extra count * perf: improve responsiveness of ui when rendering thumbnails * feat: infinite scrolling thumbnail grid * fix: update tests * perf: don't run update for thumb grid if rows haven't changed * fix: update blank thumbnails on initial page load * fix: do partial updates when selecting items * fix: remove badges on loading thumbnails * fix: move all extra item_thumbs off screen * load a few hidden rows when scrolling * cleanup * update imports * remove todo * support pagination * allow setting page_size to 0 for no limit * add ui setting for infinite scrolling * undo render thread affinity changes * always load a few off-screen rows