Open codymikol opened 1 week ago
When entering a time into timely I'd like it to interpret three different formats
30 == 30 Minutes 1:30 == 1 Minute 30 Seconds :30 == 30 seconds
30
30 Minutes
1:30
1 Minute 30 Seconds
:30
30 seconds
I don't mind doing the legwork on this, just wanted to get a greenlight before working on a PR
Nice project you've made. Volt is an interesting framework. :smile:
i'll try to add it today
hmm but its rare that users would just add seconds :thinking:
for 1:30 you could just do 1.5 , for 30 secs, 0.5
When entering a time into timely I'd like it to interpret three different formats
30
==30 Minutes
1:30
==1 Minute 30 Seconds
:30
==30 seconds
I don't mind doing the legwork on this, just wanted to get a greenlight before working on a PR
Nice project you've made. Volt is an interesting framework. :smile: