ua-snap / nccwsc-projects

1 stars 0 forks source link

Adds unordered list to CASC pages for PIs on the project #208

Closed BobTorgerson closed 3 weeks ago

BobTorgerson commented 1 month ago

This PR creates an unordered list of the PIs on a project on the CASC page tables. The list has 0.5rem of spacing between each item but excludes that from the last item in each list since there is already space between the end of the project div and the next project div.

One commit in here reduces the allowed memory budget in production from 500Mb - 1Gb max, to 2b - 4Mb max. This only impacts building, but our memory budget was extremely high and we should probably have saner values here to ensure we are not packaging something extremely inefficient.

Closes #206

BobTorgerson commented 1 month ago

@brucecrevensten This is good to go! Please review at your next convenience.