Commit graph

141 commits

Author SHA1 Message Date
Johannes Millan
fbc61678e4 feat: always feature current task after starting it 2017-10-28 15:57:01 +02:00
Johannes Millan
0890ffe4da feat: add keyboard shortcut for starting/stopping task 2017-10-28 15:46:10 +02:00
Johannes Millan
809aa6df71 feat: add dark theme for expand/collapse button 2017-10-28 15:31:30 +02:00
Johannes Millan
49f3f785a8 fix: theme selection not working 2017-10-28 15:29:42 +02:00
Johannes Millan
060c62640c fix lint 2017-10-28 15:03:56 +02:00
Johannes Millan
c8f7d47b6b feat: speed up animations 2017-10-28 14:51:44 +02:00
Johannes Millan
74ae53f18d feat: make collapse notes button to collapse sub tasks and motes button 2017-10-28 14:48:00 +02:00
Johannes Millan
f696114ce3 feat: disallow collapsing when a sub task is the current task 2017-10-28 14:38:04 +02:00
Johannes Millan
e2737ada92 feat: improve keyboard task selection 2017-10-28 14:29:34 +02:00
Johannes Millan
7713ace051 feat: add collapse/expand sub tasks keyboard shortcut 2017-10-28 14:11:32 +02:00
Johannes Millan
3c5b9607b0 feat: expand and collapse sub tasks 2017-10-27 19:24:03 +02:00
Johannes Millan
5aa452419a feat: add collapse all notes button for work view 2017-10-27 18:28:22 +02:00
Johannes Millan
50bcd28899 feat: copy over time tracking data from parent task if the first sub task is created 2017-10-20 16:44:56 +02:00
Johannes Millan
1fbcf30dc4 #12 add quick fix for double http in urls 2017-10-20 16:25:11 +02:00
Johannes Millan
c5ab081b3a #11 fix deleteNullValueTasks not working 2017-10-04 10:22:36 +02:00
Johannes Millan
e8a9d38faf #9 fix issue when there is no theme initially defined 2017-08-16 12:43:55 +02:00
Johannes Millan
7bce569bad go to work view at start if there are already tasks defined 2017-08-01 22:02:41 +02:00
Johannes Millan
6b31c87eba fix day done animation 2017-05-11 13:19:24 +02:00
Johannes Millan
de1986fcf5 fix task selection not showing task text 2017-05-11 13:19:14 +02:00
Johannes Millan
cfa8ee4779 fix tasks view model not being updated after day is finished 2017-05-11 13:16:15 +02:00
Johannes Millan
d4aaf6c69c improve showing and hiding inline markdown performance by using ng-show instead of ng-if 2017-05-03 22:57:29 +02:00
Johannes Millan
3c7210f458 decouple edit-on-click directive from ngModel 2017-05-03 22:42:17 +02:00
Johannes Millan
728dcb9de8 decouple inline markdown from ngmodel 2017-05-03 22:37:48 +02:00
Johannes Millan
e8112a154c cleanup 2017-05-03 19:41:20 +02:00
Johannes Millan
b4616804d1 reload time tracking history when project changes 2017-05-03 16:55:25 +02:00
Johannes Millan
d8bccb3706 get rid of global watcher for settings ctrl 2017-05-03 16:48:55 +02:00
Johannes Millan
4ce72ab368 update backlog when project changes 2017-05-03 16:43:03 +02:00
Johannes Millan
cb5daf7379 fix watcher for backlog tasks 2017-05-03 16:35:51 +02:00
Johannes Millan
79fbba3b1b fix current task view model not updating 2017-05-03 16:29:22 +02:00
Johannes Millan
f81c58b17b update view model when task is added 2017-05-03 16:27:05 +02:00
Johannes Millan
cbac24a425 get donebacklog tasks on demand 2017-05-03 16:15:01 +02:00
Johannes Millan
fd4df31bee load backlog tasks on demand 2017-05-03 16:12:19 +02:00
Johannes Millan
9e2d48ed93 attempt to copy only needed properties from ls 2017-05-03 16:08:39 +02:00
Johannes Millan
d2e6490174 fix tasks not always showing up in autosuggestion by using curly braces again 2017-05-03 15:58:50 +02:00
Johannes Millan
5aeb0d0d23 add debounce and ng-if to inline markdown 2017-05-03 15:56:56 +02:00
Johannes Millan
1c395386fe add special icon for github tasks and vertically center it 2017-05-01 21:03:35 +02:00
Johannes Millan
e66f63bf17 move original link button to the left to have a better indication of jira/git tasks 2017-05-01 20:07:31 +02:00
Johannes Millan
cdb0969fa4 replace all curly braces with ng-bind to improve performance 2017-05-01 19:58:57 +02:00
Johannes Millan
8c4eff7a4e add missing help dialog for daily summary 2017-05-01 19:39:35 +02:00
Johannes Millan
66ad0e61d4 add finish work day button also for export tasks modal 2017-05-01 19:25:51 +02:00
Johannes Millan
90c1f218a3 add nice success animation at end of day 2017-05-01 19:10:27 +02:00
Johannes Millan
7ff30fd071 fix markdown edit showing false sometimes 2017-04-30 19:37:20 +02:00
Johannes Millan
fd1abd55f3 initially call Tasks.updateCurrent to trigger indicator update right away 2017-04-30 06:17:56 +02:00
Johannes Millan
7db8810d92 all indicator interfaces working fine 2017-04-30 06:09:44 +02:00
Johannes Millan
315cf3f025 prepare all interfaces and update task every interval 2017-04-30 05:13:59 +02:00
Johannes Millan
347c3411e6 replace curly braces with ng-bind where possible 2017-04-11 12:36:16 +02:00
Johannes Millan
2d54a47082 fix issues with jira tickets with sub tasks not updating their status 2017-03-23 17:03:19 +01:00
Johannes Millan
cf63fe17ea fix task reassignment for local subtasks of a jira ticket 2017-03-22 16:01:33 +01:00
Johannes Millan
9a65f51ea3 only show "is assigned to someone else" notification when a ticket is not done 2017-03-13 14:49:53 +01:00
Johannes Millan
3e157b85fe show assignee in task list 2017-03-13 13:43:42 +01:00