Commit graph

454 commits

Author SHA1 Message Date
Johannes Millan
e8e9c737e4 fix: only check for tasks updates if jira is enabled 2018-03-22 23:35:35 +01:00
Johannes Millan
d43150d5cc feat: show optional time worked without break 2018-03-22 23:29:27 +01:00
Johannes Millan
49f4bde59d feat: add idle time tracking for extension 2018-03-22 22:34:38 +01:00
Johannes Millan
c6038ce319 refactor: move extension interface to its own service 2018-03-22 22:06:29 +01:00
Johannes Millan
193198a30c cleanup 2018-03-22 21:45:39 +01:00
Johannes Millan
31b0bc1c43 fix: jira requests being made event though the configuration is invalid 2018-03-22 21:21:47 +01:00
Johannes Millan
627a43384b feat: beautify settings and fix clickable area for extendable 2018-03-22 20:50:27 +01:00
Johannes Millan
3fa0d8e9d4 feat: update chrome extension link 2018-03-22 20:45:59 +01:00
Johannes Millan
def56f2fe6 feat: beautification 2018-03-21 22:44:19 +01:00
Johannes Millan
1b21001fe5 feat: beautification 2018-03-21 22:37:56 +01:00
Johannes Millan
c77125987b cleanup 2018-03-21 22:24:51 +01:00
Johannes Millan
d55781925e feat: stop pomodoro timer if button is disabled 2018-03-21 21:38:09 +01:00
Johannes Millan
445054b3d5 refactor: remove goToWorkViewIfTasks completely 2018-03-21 21:32:08 +01:00
Johannes Millan
04a93257f2 feat: improve pomodoro messages 2018-03-21 21:30:43 +01:00
Johannes Millan
d8430089ec feat: styling adjustments for settings 2018-03-21 02:18:35 +01:00
Johannes Millan
277ef517b9 feat: smoth out help icon animation 2018-03-21 02:09:38 +01:00
Johannes Millan
0c1c6088e1 feat: make settings a bit more compact 2018-03-21 02:03:04 +01:00
Johannes Millan
06da8b9077 fix: dark theme being unset after toggling theme settings 2018-03-20 21:48:36 +01:00
Johannes Millan
67fb8bf0d0 fix: jira issue urls being wrong sometimes 2018-03-20 21:42:08 +01:00
Johannes Millan
f4b08997f0 feat: give pomodoro settings their own panel 2018-03-20 20:41:19 +01:00
Johannes Millan
a0b2c900ab feat: make all settings expandables 2018-03-20 20:41:06 +01:00
Johannes Millan
93d194ed93 feat: organize jira options better 2018-03-19 22:44:31 +01:00
Johannes Millan
093a1b5bfb 1.9.4 2018-03-18 21:01:54 +01:00
Johannes Millan
9b3359c75c fix: only show download extension button for web version and if the extension is not installed already 2018-03-18 20:18:14 +01:00
Johannes Millan
6444a40d6d fix: only show download extension button for web version 2018-03-18 20:16:39 +01:00
Johannes Millan
1a6aab32b2 feat: only show import error, when an error occured 2018-03-18 20:09:26 +01:00
Johannes Millan
e7c75ac587 fix(chromeExtension): jira set status modal 2018-03-18 19:38:56 +01:00
Johannes Millan
de93daa2b8 feat(chromeExtension): update jira settings to reflect on the extension being available 2018-03-18 18:14:53 +01:00
Johannes Millan
18118ba9a5 feat(chromeExtension): improve help section 2018-03-18 18:14:22 +01:00
Johannes Millan
64eef309ca feat(chromeExtension): add IS_EXTENSION checks for task jira actions 2018-03-18 01:29:42 +01:00
Johannes Millan
54e1877ee4 feat(chromeExtension): wait for extension to be ready before sending jira events 2018-03-17 23:21:36 +01:00
Johannes Millan
5d3651fa11 feat(chromeExtension): remove APP_READY and timeouts 2018-03-17 23:12:35 +01:00
Johannes Millan
348ecb1748 feat(chromeExtension): basic communication interface for jira ready 2018-03-17 22:25:57 +01:00
Johannes Millan
93f411f0cd refactor: cleanup 2018-03-17 22:25:32 +01:00
Johannes Millan
0a7c802d57 refactor(chromeExtension): daily planner pre check 2018-03-17 19:25:54 +01:00
Johannes Millan
1cf304d313 feat(chromeExtension): add basic jira interface 2018-03-17 19:09:57 +01:00
Johannes Millan
de3164e462 feat(chromeExtension): basic initialization of extension interface 2018-03-17 19:09:26 +01:00
Johannes Millan
5b8d1d403f refactor: fix code formatting 2018-03-17 18:34:09 +01:00
Johannes Millan
076525db3d feat(gDriveSync): also set expires at for electron flow 2018-03-16 17:48:13 +01:00
Johannes Millan
46c79ebe6c feat: slightly improve task enter leave animations 2018-03-16 16:53:04 +01:00
Johannes Millan
565250f27d feat: add nice little animation to the task title edit form 2018-03-16 16:41:10 +01:00
Johannes Millan
fba83faa16 feat: add transition to inline-markdown 2018-03-16 16:31:44 +01:00
Johannes Millan
caca38a9a0 feat: improve slide animation 2018-03-16 15:55:40 +01:00
Johannes Millan
3e4d4e9e0d feat: sync to google drive before closing app 2018-03-16 13:10:59 +01:00
Johannes Millan
4b6b37a4d3 feat: sync before finishing day 2018-03-16 11:41:43 +01:00
Johannes Millan
6a5ba347c8 feat(taskList): move time and time button together 2018-03-16 11:31:29 +01:00
Johannes Millan
a543829152 fix: only select next task if current task was marked as done 2018-03-16 11:25:20 +01:00
Johannes Millan
df1437c3fd feat: make daily summary much more lucid 2018-03-16 11:21:49 +01:00
Johannes Millan
cb819ade27 test: remove failing empty test 2018-03-14 22:46:03 +01:00
Johannes Millan
f0107b17bc refactor: move unload actions to app 2018-03-14 22:25:34 +01:00