DalgoT4D / webapp

GNU Affero General Public License v3.0
5 stars 35 forks source link

Add generic sorting abilities to the list component #793

Closed Snehil-Shah closed 2 months ago

Snehil-Shah commented 2 months ago

Resolves #787

Summary

Test Plan

sort

Snehil-Shah commented 2 months ago

@mdshamoon are you referring to TableSortLabel? Because it still requires us to implement the sorting logic as it's just a UI component. I added it and it looks good:

sort_mui

This is the default sort icon. We can still use swapVert if we want to, although this looks better as it's dynamic...

Snehil-Shah commented 2 months ago

@mdshamoon done with the changes

Snehil-Shah commented 2 months ago

@mdshamoon Fixed them. There is still one test failing and I'm not sure if it's related to my PR. Can you check?