shamoh / timout

Your agile time management application - The Pomodoro Technique
http://timout.kramolis.cz/
61 stars 18 forks source link

list previous pomodoros #3

Open O-Jordan opened 12 years ago

O-Jordan commented 12 years ago

keep a running list of the pomodoros completed in a session

nice to have: list sessions with all completed or interrupted pomodoros

O-Jordan commented 12 years ago

I don't know how to formally submit a patch but here's what I came up with

diff --git a/war/js/timout.js b/war/js/timout.js index 9af43e1..f61c700 100644 --- a/war/js/timout.js +++ b/war/js/timout.js @@ -136,9 +136,11 @@ $(document).ready(function(){ for (_i = 0, _len = inputMessages.length; _i < _len; _i++) { inputMessage = inputMessages[_i]; if (inputMessage == name) {

shamoh commented 12 years ago

Thanks for patch.

And I add - show timeline statistics from stored history.