Commit Graph

9 Commits

Author SHA1 Message Date
Carlos Valente 885d965db1 Fix/roll (#39)
* roll locks to first

in case there are events with overlapping time, roll will play the one that started first

* sanitize data entry

fixes issue where input field would not return seconds if not modified

* update chakra

* fix time input in chrome

fix issue in chrome where value of input does not contain seconds
2021-11-14 21:13:47 +01:00
Carlos Valente 26cb8a5bfc Feat/seconds (#38)
* change directory structure

move test file to __tests__ at the module directory

* test function

Add more tests to ensure the function remains safe

* fix coverage filter

* change directory structure

move to utilities folder

* refract formatDisplay with tst

* test millis

* test millis to seconds

* refract millis functions

* refractor timeStringToMillis

* create utility consts

* style component

* fixed bug with hidezero parameter

* fix issue with cancelling input edit

* style tweak
2021-11-13 22:39:57 +01:00
cv b252aa19b9 fix: simplify time input 2021-05-25 10:19:54 +02:00
cv d24fb406af major: event block redesign 2021-05-10 21:31:16 +02:00
cv e56841c8d1 millis + validation 2021-04-12 22:21:35 +02:00
cv 3db40be8a8 event API refract
using optimistic updates
2021-04-11 21:30:24 +02:00
cv 4ce9a40e64 edit mode 2021-04-10 23:34:18 +02:00
cv 5bb39b8f89 bugfix: event handler 2021-04-10 23:12:00 +02:00
cv 54d19d729b refract make reusable components 2021-04-10 22:21:01 +02:00