index
:
timer
main
Configure and run timers.
Joris
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
View
/
Timer.elm
Age
Commit message (
Collapse
)
Author
2015-03-22
Change from button element to div element to prevent space and enter trigger ↵
Joris Guyonvarch
on name and time
2015-03-22
Editing name first draft
Joris Guyonvarch
2015-03-22
More coherent design with progress bar
Joris Guyonvarch
2015-03-21
Adding a progress bar to the timer time
Joris Guyonvarch
2015-03-21
Do not validate time edition if the user did not prodive any numbers, and ↵
Joris Guyonvarch
show the current time if there are no numbers
2015-03-21
Removing restart button
Joris Guyonvarch
2015-03-21
Cannot delete a timer if it is the last one
Joris Guyonvarch
2015-03-19
Adding a Ringing state that animate the color, does not ring a sound for the ↵
Joris Guyonvarch
moment
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 ↵
Joris Guyonvarch
of the numpad is used instead
2015-03-17
Adding an edition mode for a timer
Joris Guyonvarch
2015-03-16
Moving the add timer button to title bar
Joris Guyonvarch
2015-03-16
Adding a play / pause button
Joris Guyonvarch
2015-03-16
Updating design
Joris Guyonvarch
2015-03-16
Adding a restart button
Joris Guyonvarch
2015-03-16
Adding a stop button
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