tnc-ca-geo / animl-frontend

A frontend web app for viewing & labeling camera trap data by The Nature Conservancy.
https://animl.camera
Other
16 stars 0 forks source link

Fix datepicker in add deployment form #106

Closed nathanielrindlaub closed 1 year ago

nathanielrindlaub commented 1 year ago

The date picker falls below the input field, which pushes it off of the screen, and the Yup validation needs re-working (it's nearly impossible to type in a date in the input field without it getting auto-corrected to "invalid date")

nathanielrindlaub commented 1 year ago

The save/cancel buttons were also pushed way down off the modal box on Kelly's computer... look into this

nathanielrindlaub commented 1 year ago

Fixed the date picker, but the save/cancel button issue is a larger problem w/ using the modals. I think the longer term fix is to abandon the modals for content-heavy tasks like managing the cameras and give the cameras their own panel instead.