-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve time input workflow #50
Comments
This is a good suggestion and I will make sure to prioritise it |
when entering single hour digits i guess you'll need to enter 0 first in that case. otherwise it will be impossible to figure out what is the minutes.. say entering 01:45:00 would be 0145enter. that would be ok. |
could the start time of a new event (push create event after) have start time already filled in with end time of prev event? |
The idea with a grapical time entry pop up was not wrong either. but should be a complement. https://github.com/loebi-ch/jquery-clock-timepicker |
actually the boxes to enter time this timepicker uses behave in quite a nice way. they autofill : and such. but the timepicker does not support seconds. but maybe its less work to expand the time picker for that than to invent an own wheel |
Several improvements as part of #88 Separators A single numeric value is considered to be minutes Two numeric fields (one separator) are read as mm:ss and more useful stuff, some keywords
I will leave the issue open to get some feedback |
This works now. (installed whats built now.)
only thing i could miss is if you want to enter a time fast and just hit the box and enter 12 for example. and hit enter. (to enter 12:00:00) but its entered as 00:00:12 can the input be right filled with 0 instead of left filled. also if you don't enter : maybe that can be filled in automatically?. so say you want to enter 15:45:00 just hit box. enter 1545 enter.
Originally posted by @xztraz in #46 (comment)
The text was updated successfully, but these errors were encountered: