The tab has been renamed from 'Table View' -> 'Table of Networks'
Accordingly, the pathname has been updated from /table-view to /network-of-tables. A URL redirect has been added in for the old URL
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).
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'
/table-view
to/network-of-tables
. A URL redirect has been added in for the old URLThe 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:
After:
@meganrm @nathanmwilliams