Commit graph

156 commits

Author SHA1 Message Date
Johannes Millan
a75f9db98d fix(globalLinks): improve custom icon selection 2017-10-28 23:35:12 +02:00
Johannes Millan
1b7a1c9a87 fix(globalLinks): always selecting LINK type 2017-10-28 23:24:59 +02:00
Johannes Millan
7813356c3b feat(globalLinks): improve custom icon selection by filtering out unmatched results 2017-10-28 23:16:45 +02:00
Johannes Millan
16033f6f13 feat(globalLinks): polish ui 2017-10-28 23:02:45 +02:00
Johannes Millan
c1d5044156 feat(globalLinks): allow to select custom icons 2017-10-28 23:00:46 +02:00
Johannes Millan
79961fa043 cleanup 2017-10-28 22:23:28 +02:00
Johannes Millan
db715fb447 feat(globalLinks): polish ui 2017-10-28 22:20:19 +02:00
Johannes Millan
e7d5dd8255 feat(globalLinks): add dialog to edit and add new globalLinks 2017-10-28 22:05:43 +02:00
Johannes Millan
0158a47a2d feat(globalLinks): refactor globalLink.name to globalLink.title 2017-10-28 21:41:35 +02:00
Johannes Millan
bde1578fc5 feat(globalLinks): remove dropping of text for now 2017-10-28 21:31:35 +02:00
Johannes Millan
28a4013d34 feat(globalLinks): polish ui 2017-10-28 21:30:36 +02:00
Johannes Millan
9802aee377 feat(globalLinks): add dropping of links 2017-10-28 19:58:25 +02:00
Johannes Millan
2c33e611e7 feat(globalLinks): connect to ls and add basic drag and drop for files 2017-10-28 19:35:22 +02:00
Johannes Millan
31aae539d1 feat: improve task selection via keyboard 2017-10-28 18:52:02 +02:00
Johannes Millan
2bf311f70d fix: overflowing tasks for sub task list and don't hide icons any more 2017-10-28 18:38:41 +02:00
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