index
:
timer
main
Configure and run timers.
Joris
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2015-05-10
Migrationg to Elm 0.15
Joris Guyonvarch
2015-03-22
If no edition is given and the enter key is pressed, exit the edition mode
Joris Guyonvarch
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 ↵
Joris Guyonvarch
edited
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
Do not pause a timer when editing its name
Joris Guyonvarch
2015-03-22
Remove click away that quit edition
Joris Guyonvarch
2015-03-22
Validating time edition before updating timer with any action
Joris Guyonvarch
2015-03-22
Better support from keyboard thanks to event.which on key press
Joris Guyonvarch
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 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 ↵
Joris Guyonvarch
show the current time if there are no numbers
2015-03-21
Can remove numbers in timer edition
Joris Guyonvarch
2015-03-21
Simplifying header bar style
Joris Guyonvarch
2015-03-21
Number from the top row are accepted too
Joris Guyonvarch
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
Playing an ugly sound when a timer is ringing
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
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
Initial time is 999 ms more than it has to be in order to see for 999 ms the ↵
Joris Guyonvarch
initial time
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