mirror of
https://github.com/transmission/transmission.git
synced 2026-04-02 08:33:11 +01:00
* add clusterize * fix include clusterize css * fix scroll jumping on very large list * fix rapid fire of rpc calls when inspector is visible * ensure detailed torrent data is fetched on selection changes too * stop dispatching selection changed event on refilter * remove duplicate event listener for torrent row clicks * fix scroll into view and remove unnecessary stuff * fix missing context menu * fix missing row click * set last torrent clicked id on right click * remove unused variable * Reduce clusterize row render count * Remove excessive context_menu * Tidy up a bit * Restore unnecessary changes * Apply prettier fix