67P / kredits-web

Kredits Web UI
https://kredits.kosmos.org
6 stars 2 forks source link

Add time input to contribution form #146

Closed raucao closed 4 years ago

raucao commented 4 years ago

After adding it as a separate field, I figured out that we should use the same picker, because otherwise we'd have to keep the date in sync depending on the time zone. Zones are too messy in that regard, and the date is already normalized to UTC before creating the contribution record.

Edit: I forgot to split out the commit that adds proper labels to the same form, instead of relying on placeholders only (which is bad for accessibility as well as usability).

closes #141

raucao commented 4 years ago

Added the missing import and fixed another issue. All ready to merge afaics.