groundgamela / mutual-aid-networks

Find Mutual Aid Networks and other community self-support projects near you.
https://www.mutualaidhub.org
2 stars 10 forks source link

feat: Add Food Resources to table tab #112

Closed kel29 closed 4 years ago

kel29 commented 4 years ago

This PR adds a food resources table to the tables tab, addressing a part of https://github.com/townhallproject/mutual-aid-networks/issues/104.

The tab has been renamed from 'Table View' -> 'Table of Networks'

The table tab now has a header for each table. When on mobile, the tables run edge to edge of the screen width. If the screen width is greater than mobile/tablet size, the tables now conform their size to the page container width.

The rows per page of each table has also been decrease to now show up to ten entries per page (previously was 20).

Before:

tableBefore1

After:

tableAfter

@meganrm @nathanmwilliams