connors511 / dinto-issues

Public issue tracker for https://din.to
0 stars 0 forks source link

Create event clock is stupid #81

Open klstilling opened 7 years ago

klstilling commented 7 years ago

It would be very nice if the clock had a sane default state, like the current time, or the time from the current 'at' state so you don't have to actively set it when you are in a hurry.

Also, it would be nice if it wrapped around, so that scrolling beyond 23 would go to 0->1->2... The same goes for the minutes wheel.

connors511 commented 7 years ago

I totally agree, but the current date/time picker is the best library I've found and I haven't had the time to create something from scratch.

klstilling commented 7 years ago

@connors511 after spending half an hour on searches, I must admit that finding a decent time picker library is hard. Roll your own ;)

connors511 commented 7 years ago

For reference @klstilling linked https://puranjayjain.github.io/md-date-time-picker/ and https://domon.me/vue-clock-picker/ as possible inspiration for DYI. Will revisit this later.

connors511 commented 7 years ago

Related to #29