List view
All tables are currently unpaginated and don't have sorting / filtering logic. This should be fine at first, as there shouldn't be a lot of data for a given user, but long-term we want to have those features. This should mainly entail: 1. Convert table components to use a library with advanced features like react-table 2. change ledger queries to use `pagination` field Making this a milestone instead of an issue as it's probably too much work for a single story. In terms of priority, the votes table is probably the most necessary to paginate, as it's the most likely to have a lot of data
No due date