fpdcc / ccfp-asset-dashboard

CCFP Asset Dashboard
0 stars 1 forks source link

UI improvements #129

Closed smcalilly closed 2 years ago

smcalilly commented 2 years ago

Overview

This PR has a ton of UI changes for issue #125. There are a lot of CSS changes and UI element tweaks.

It also includes some React code changes for #120 and #96. The changes let a user select a row in the table which will open a popup for that row's geometry and allow the user to save that geometry. Similarly, a user can select a single geometry and save the geometry.

Demo

Screen Shot 2022-02-16 at 3 56 30 PM Screen Shot 2022-02-16 at 3 56 41 PM Screen Shot 2022-02-16 at 3 57 06 PM Screen Shot 2022-02-16 at 3 57 36 PM Screen Shot 2022-02-16 at 3 57 53 PM

Testing Instructions

If you are opening a PR for functionality that requires access to the remote GIS database from your review app, don't forget to attach the QuotaGuard Static add-on to your review app after it initializes:

# From your local command line
heroku addons:attach -a ${REVIEW_APP} quotaguardstatic

tk

smcalilly commented 2 years ago

closing this. my code got all messed up when i tried to rebase from the main branch, so i added the changes to a fresh branch with a new pr (#132)