Tribler / tribler

Privacy enhanced BitTorrent client with P2P content discovery
https://www.tribler.org
GNU General Public License v3.0
4.86k stars 451 forks source link

Add sorting to all tables #8267

Closed egbertbouman closed 1 week ago

egbertbouman commented 1 week ago

This PR adds sorting to all tables in the UI. I've included the tables in the debug panel, but disabled translating the header name.

Also fixes https://github.com/Tribler/tribler/issues/1261. Note that I'm only storing the sorting state for Download / Popular / Search tables. The sorting state is stored in local storage.

egbertbouman commented 1 week ago

validate