Commit graph

69 commits

Author SHA1 Message Date
Johannes Millan
dcd2a04b03 feat: make task list a little bit more compact 2018-04-06 18:55:29 +02:00
Johannes Millan
eb80f758a3 feat: remove old progress bar 2018-04-06 18:18:17 +02:00
Johannes Millan
a2d225c6db feat: don't transition task background color as it is bad for keyboard navigation experience 2018-04-05 01:24:59 +02:00
Johannes Millan
9e05a046fb feat: add a little bit of animation to the current task 2018-04-05 00:48:19 +02:00
Johannes Millan
b19531c117 feat: slightly improve delete btn 2018-04-04 23:29:51 +02:00
Johannes Millan
b019f0a782 feat: slightly improve show notes btn 2018-04-04 23:28:28 +02:00
Johannes Millan
2dbd64b7dc fix: update icon position 2018-04-03 21:42:52 +02:00
Johannes Millan
7a217de6e7 feat: add js based animation for slide up down 2018-04-02 17:59:21 +02:00
Johannes Millan
7a8a7bd0e8 feat: improve task list styling 2018-04-02 16:50:59 +02:00
Johannes Millan
dffe15d998 feat: add mark as done button again 2018-03-23 21:16:39 +01:00
Johannes Millan
6696c0bd97 feat: don't hide collapse/expand button as it is an important indicator 2018-03-23 21:15:34 +01:00
Johannes Millan
fbff86f466 refactor: task list styles 2018-03-23 21:08:13 +01:00
Johannes Millan
c8103c2ad1 feat: simply remove timer button for parent tasks if they have sub tasks 2018-03-23 20:32:20 +01:00
Johannes Millan
c55b65b2d5 feat: add possibility to hide task list controls 2018-03-23 19:14:04 +01:00
Johannes Millan
902fd7e788 feat: add dark theme for new task list styles 2018-03-23 18:48:00 +01:00
Johannes Millan
13cc5578f1 fix: original link icon wrongly aligned 2018-03-23 18:18:51 +01:00
Johannes Millan
4fcf15ebe8 feat: restyle task list 2018-03-23 18:01:35 +01:00
Johannes Millan
7b6ea97155 feat: add user select none to several ui items 2018-03-22 23:58:13 +01:00
Johannes Millan
46c79ebe6c feat: slightly improve task enter leave animations 2018-03-16 16:53:04 +01:00
Johannes Millan
6a5ba347c8 feat(taskList): move time and time button together 2018-03-16 11:31:29 +01:00
Johannes Millan
a6bd449354 fix: add strike-through again for done tasks 2018-03-14 21:50:37 +01:00
Johannes Millan
21db12ef49 feat(mobile): improve task list styles 2018-03-13 21:10:56 +01:00
Johannes Millan
2aed60ae5c fix: desktop styling for task list 2018-03-13 21:10:56 +01:00
Johannes Millan
954bbe5546 feat(mobile): improve ui for mobile 2018-03-11 18:09:28 +01:00
Johannes Millan
095f574e0b fix(taskList): parent task not startable after all sub tasks are deleted #17 2017-11-21 20:22:12 +01:00
Johannes Millan
c8d9c87ff1 feat(taskList): select currently edited task after editing title 2017-11-20 09:43:33 +01:00
Johannes Millan
07eff8d684 feat(taskList): cleanup 2017-11-12 23:29:18 +01:00
Johannes Millan
15870beab4 feat(taskList): limit drag and drop to handle 2017-11-12 23:12:35 +01:00
Johannes Millan
7bfc0f6844 feat(betterStorage): replace ngStorage with a custom empty wrapper 2017-11-12 21:10:47 +01:00
Johannes Millan
ef96bc53c9 refactor(taskList): improve keydown handler 2017-11-12 18:19:58 +01:00
Johannes Millan
0206c2ff01 feat(taskList): make tasks a little easier to distinguish by adding a stronger background color and borders 2017-10-30 17:09:44 +01:00
Johannes Millan
53a102508a refactor(styles): body dark theme selector to mixin 2017-10-30 16:41:35 +01:00
Johannes Millan
b32c635963 fix(taskList): fix focus task when there is no current task 2017-10-30 00:19:34 +01:00
Johannes Millan
c37a992734 feat(globalLinks): add reveal and remove animation and refactor animations to mixin 2017-10-29 23:50:04 +01:00
Johannes Millan
16773ce06b feat(taskList): refocus last task after notes were edited 2017-10-29 23:39:35 +01:00
Johannes Millan
4ce1a1a4a9 feat(taskList): toggle textarea on keyboard show 2017-10-29 23:27:25 +01:00
Johannes Millan
1e054a2ca9 fix(localLinksForTasks): add notification for dropping links 2017-10-29 01:17:17 +02:00
Johannes Millan
a5c0b0eb59 fix(localLinksForTasks): add functionality to drop links on tasks 2017-10-29 01:06:03 +02:00
Johannes Millan
31aae539d1 feat: improve task selection via keyboard 2017-10-28 18:52:02 +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
c8f7d47b6b feat: speed up animations 2017-10-28 14:51:44 +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
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
347c3411e6 replace curly braces with ng-bind where possible 2017-04-11 12:36:16 +02:00
Johannes Millan
3e157b85fe show assignee in task list 2017-03-13 13:43:42 +01:00