index
:
timer
main
Configure and run timers.
Joris
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Update
/
Update.elm
Age
Commit message (
Expand
)
Author
2015-03-22
Do not add more than one space when editing name
Joris Guyonvarch
2015-03-22
Do not validate edition when clicking on an element that is currently being e...
Joris Guyonvarch
2015-03-22
Change from button element to div element to prevent space and enter trigger ...
Joris Guyonvarch
2015-03-22
Do not pause a timer when editing its name
Joris Guyonvarch
2015-03-22
Validating time edition before updating timer with any action
Joris Guyonvarch
2015-03-22
Editing name first draft
Joris Guyonvarch
2015-03-21
Adding a progress bar to the timer time
Joris Guyonvarch
2015-03-21
Do not update timer if no number are provided in all cases
Joris Guyonvarch
2015-03-21
Do not validate time edition if the user did not prodive any numbers, and sho...
Joris Guyonvarch
2015-03-21
Can remove numbers in timer edition
Joris Guyonvarch
2015-03-21
Number from the top row are accepted too
Joris Guyonvarch
2015-03-21
Cannot delete a timer if it is the last one
Joris Guyonvarch
2015-03-19
Fixing updates giving wrong states
Joris Guyonvarch
2015-03-19
Adding a Ringing state that animate the color, does not ring a sound for the ...
Joris Guyonvarch
2015-03-18
Finally use unter to update timer edition
Joris Guyonvarch
2015-03-18
Can edit the time, unfortunately the enter key is overriden so the '+' key of...
Joris Guyonvarch
2015-03-17
Adding an edition mode for a timer
Joris Guyonvarch
2015-03-16
Updating design
Joris Guyonvarch
2015-03-16
Adding a remove button to delete a timer
Joris Guyonvarch
2015-03-16
Initial commit, can create and name 5 minute timers, can toggle running state
Joris Guyonvarch