Commit graph

185 commits

Author SHA1 Message Date
Johannes Millan
41fb16493f feat(backup): prepare automatic backups 2017-10-30 00:26:08 +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
1ac4404fcb feat(globalLinks): improve edit dialog 2017-10-30 00:16:05 +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
8b384352e9 fix(keyboardShortcuts): use keydown instead of keypress 2017-10-29 23:20:05 +01:00
Johannes Millan
4fce312ff6 fix lint 2017-10-29 20:10:39 +01:00
Johannes Millan
c6d172cd1c feat(welcomeDialog): add info for help to welcome dialog 2017-10-29 20:07:33 +01:00
Johannes Millan
d01276a3ee feat(globalLinks): add missing tabindex to dialog 2017-10-29 19:39:15 +01:00
Johannes Millan
97d224b7e2 feat(globalLinks): add default icon for commands 2017-10-29 19:32:06 +01:00
Johannes Millan
866ee7c854 feat(help): add doc for global links 2017-10-29 19:12:12 +01:00
Johannes Millan
08b1554d61 feat(doneBacklog): add restoring tasks to todays list 2017-10-29 18:42:59 +01:00
Johannes Millan
83d5c662cf feat(keyboardControls): add shortcuts for routes/states 2017-10-29 18:31:57 +01:00
Johannes Millan
9c00cbf124 feat(globalLinkList): add command type for global links 2017-10-29 18:16:44 +01:00
Johannes Millan
f0f2307b4d feat(globalLinkList): improve animation for edit and delete buttons 2017-10-29 17:53:22 +01:00
Johannes Millan
45a85a12c7 feat(globalLinkList): improve edit global link dialog type selection 2017-10-29 17:42:35 +01:00
Johannes Millan
7a68dfc424 feat(globalLinkList): remove classes for dragover again as there are not working nicely 2017-10-29 17:38:47 +01:00
Johannes Millan
8a6b90250e feat(globalLinkList): add styles for dragover 2017-10-29 17:36:02 +01:00
Johannes Millan
2a8bc1ade2 feat(globalLinkList): improve edit global link dialog to allow adding to tasks from there 2017-10-29 17:12:40 +01:00
Johannes Millan
2905592b96 feat(globalLinkList): rework link handling to be more consistent 2017-10-29 16:49:26 +01:00
Johannes Millan
be31102f46 feat(globalLinkList): open dialog on copy text 2017-10-29 16:33:44 +01:00
Johannes Millan
4accbf4baf refactor(globalLinkList): move drag handler to own method 2017-10-29 03:00:54 +01:00
Johannes Millan
51f012a1b7 feat(globalLinkList): polish ui 2017-10-29 02:36:46 +01:00
Johannes Millan
89ca1be7b0 feat: improve task list help 2017-10-29 01:46:39 +02:00
Johannes Millan
61f16e1ab0 fix: deprecated and aria warnings 2017-10-29 01:38:24 +02: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
57154a53a5 fix(globalLinks): polish ui 2017-10-28 23:47:30 +02:00
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