1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
replace for in loops with _.forOwn More... about 8 years ago
replace for (itar) loops with lodash _.each More... about 8 years ago
use watch collection where possible More... about 8 years ago
reorder files and add electron packager scripts to package.json More... about 8 years ago
add all necessary app icons More... about 8 years ago
minor fix for tasks More... about 8 years ago
add all formats for app icon More... about 8 years ago
add new cool desktop app icon More... about 8 years ago
minor fix for edit on click duration More... about 8 years ago
add event handler for keypress only if task is focused More... about 8 years ago
fix escape key not working by using keydown instead of keypress More... about 8 years ago
minor improvement for task list directive More... about 8 years ago
cleanup More... about 8 years ago
only pass current task id instead of the whole task More... about 8 years ago
add notes submit on Ctrl + Enter for inline markdown More... about 8 years ago
show time spent today in daily summary task table and fix timeSpentOnDay for parent tasks More... about 8 years ago
fix shortcut syntax sometimes not work More... about 8 years ago
further improve edit on click More... about 8 years ago
only execute edit on click callbacks once (not for both handlers) More... about 8 years ago
fix bug when shift + * adds sub task instead of opening modal (when task is selected More... about 8 years ago
convert task durations to moment durations when getting them from $localStorage More... about 8 years ago
speed up duration filter More... about 8 years ago
add daily agenda and time tracking history as their own routes as the performance is to bad for tabs More... about 8 years ago
beautify time tracking history More... about 8 years ago
add full worklog list More... about 8 years ago
show or hide main window on global keyboard shortcut More... about 8 years ago
fix minor issue with idle dialog when no task is selected More... about 8 years ago
hide button required to submit form More... about 8 years ago
update electron More... about 8 years ago
fix time estimate not saving on enter press More... about 8 years ago