HEnquist / camillagui

GNU General Public License v3.0
9 stars 2 forks source link

Use a table component for file lists #91

Open HEnquist opened 6 months ago

HEnquist commented 6 months ago

Replace the simple list in the file chooser popups with something better. This should enable filtering and sorting.

JWahle commented 6 months ago

Makes sense, I'll try an implementation, unless you did something here already.

HEnquist commented 6 months ago

I haven't done anything except for a quick search for table components for react, just to see if the idea had any future. I found a several but didn't look closely at any of them.

HEnquist commented 6 months ago

The motivation for this is that implementing things like sorting and filtering of lists feels like a waste of time if there is a nice component that can be imported. That should save quite some time, and could give a lot of other functionality for free such as pagination and free-text filters.