tnc-ca-geo / animl-frontend

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

Upgrade dead deps #183

Open nathanielrindlaub opened 5 months ago

nathanielrindlaub commented 5 months ago
nathanielrindlaub commented 4 months ago

react-day-picker is worth evaluating. That's what shadcn uses under the hood.

nathanielrindlaub commented 4 months ago

From original date-picker ticket (#121):

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).