Commit graph

82 commits

Author SHA1 Message Date
Johannes Millan
cf0a68915a feat: allow directly editing other task titles and inputs on click 2018-04-08 15:17:42 +02:00
Johannes Millan
d87d075eaa feat: use contenteditable for edit-on-click 2018-04-07 18:01:23 +02:00
Johannes Millan
9103e5c2ce feat: improve task deletion toast 2018-04-07 16:53:28 +02:00
Johannes Millan
5540461df4 feat: improve outlines 2018-04-07 02:56:52 +02:00
Johannes Millan
41456f00dc fix: several issues with the new task wrapper 2018-04-07 02:10:02 +02:00
Johannes Millan
7799a43796 feat: make nested lists look better 2018-04-07 01:53:20 +02:00
Johannes Millan
389dc6fa2b feat: use css animation again as cleanup styles is not playing nicely with the sortable lists 2018-04-07 01:52:51 +02:00
Johannes Millan
08cd00db34 cleanup 2018-04-07 01:24:24 +02:00
Johannes Millan
54b33404ed feat: speed up task enter/leave animations by using js 2018-04-07 01:23:26 +02:00
Johannes Millan
f5e9faf207 cleanup 2018-04-07 00:38:46 +02:00
Johannes Millan
9bda05e37a feat: minor tweaks for task list 2018-04-06 19:32:21 +02:00
Johannes Millan
85c02bf6a8 feat: put loading bar just on the edge of the task 2018-04-06 19:09:06 +02:00
Johannes Millan
c2ecc9970d feat: replace md-progress with custom solution and make it a little bit more recognizable 2018-04-06 18:55:52 +02:00
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