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

Refactor date picker component #121

Closed nathanielrindlaub closed 6 months ago

nathanielrindlaub commented 1 year ago

I don't love that react-dates forces you to use moment and that it has somewhat poor support for imperatively setting the timezone.

Perhaps use React Aria useDatePicker.

Alternatively, check out community date picker builds w/ Radix (https://github.com/radix-ui/primitives/issues/1503).

nathanielrindlaub commented 1 year ago

Another reason to do this: it's blocking React updates (See #73)

nathanielrindlaub commented 6 months ago

Duplicate of #183