Commit graph

150 commits

Author SHA1 Message Date
DCsunset
efb92a41d2 docs: add details about sync 2020-10-29 21:12:34 +08:00
DCsunset
e8f26836b1 docs: update README 2020-10-29 21:03:10 +08:00
DCsunset
28540a51f4 fix(frontend): apply settings upon change 2020-10-29 21:01:02 +08:00
DCsunset
b62255f928 feat(backend): add sync at backend 2020-10-29 20:57:51 +08:00
DCsunset
98b4e8be81 feat(frontend): add sync in settings 2020-10-29 20:57:21 +08:00
DCsunset
066c92946f chore(deps): bump versions of deps 2020-10-29 08:42:36 +08:00
DCsunset
94e7fbef6f
Merge pull request #4 from DCsunset/dependabot/npm_and_yarn/frontend/node-fetch-2.6.1
chore(deps): bump node-fetch from 2.6.0 to 2.6.1 in /frontend
2020-09-13 10:41:24 +08:00
dependabot[bot]
3796ea06b2
chore(deps): bump node-fetch from 2.6.0 to 2.6.1 in /frontend
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-13 02:39:47 +00:00
DCsunset
abe548c4c2 docs: add screenshots 2020-08-05 11:30:51 +08:00
DCsunset
4efe9a2ff6 chore(backend): bump taskwarrior-lib to v0.4.2 2020-08-05 11:30:28 +08:00
DCsunset
ba67268b1b feat(frontend): add progress for projects 2020-08-05 10:37:27 +08:00
DCsunset
711bef5084 docs: update README 2020-07-18 01:32:40 -07:00
DCsunset
57f80e72fc feat(frontend): locally serve fonts and icons 2020-07-18 01:32:02 -07:00
DCsunset
a7ecf4945f
Merge pull request #1 from DCsunset/dependabot/npm_and_yarn/backend/lodash-4.17.19
chore(deps): bump lodash from 4.17.15 to 4.17.19 in /backend
2020-07-17 19:28:14 -07:00
DCsunset
f9237426cf
Merge pull request #2 from DCsunset/dependabot/npm_and_yarn/frontend/lodash-4.17.19
chore(deps): bump lodash from 4.17.15 to 4.17.19 in /frontend
2020-07-17 19:27:22 -07:00
DCsunset
e9b1835a8e docs: add badge for docker build 2020-07-17 19:24:18 -07:00
dependabot[bot]
3bd7520185
chore(deps): bump lodash from 4.17.15 to 4.17.19 in /frontend
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-18 02:16:41 +00:00
dependabot[bot]
a75db37588
chore(deps): bump lodash from 4.17.15 to 4.17.19 in /backend
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-18 02:14:55 +00:00
DCsunset
2c5765a3ac fix(docker): set production after build 2020-07-17 19:13:50 -07:00
DCsunset
8bec9b809c docs: add README 2020-07-17 02:24:08 -07:00
DCsunset
1e431728e2 fix(docker): remove debug code 2020-07-17 01:02:38 -07:00
DCsunset
38c41d0798 feat(backend): add building script and fix paths 2020-07-17 00:40:47 -07:00
DCsunset
380933e710 feat(docker): add docker build 2020-07-17 00:40:29 -07:00
DCsunset
83d6f1a13c feat(nginx): add config for nginx 2020-07-17 00:34:47 -07:00
DCsunset
706f633f78 chore: update gitignore 2020-07-17 00:34:32 -07:00
DCsunset
e03faebe19 feat(frontend): add icons and add config for PWA 2020-07-15 21:34:01 -07:00
DCsunset
92dd18fbe0 feat(frontend): add highlighting for tasks 2020-07-15 19:59:01 -07:00
DCsunset
099543c0e1 feat(frontend): add settings and auto refresh 2020-07-15 03:20:39 -07:00
DCsunset
e0c6f98cf9 feat(frontend): add confirmation before deleting and restoring 2020-07-14 22:10:15 -07:00
DCsunset
2da5ddd4ce feat(frontend): humanize date 2020-07-14 20:13:36 -07:00
DCsunset
f116a7e79d fix(frontend): fix type style 2020-07-14 20:01:10 -07:00
DCsunset
3bb7816c1e feat(frontend): add badges and period for recurring tasks 2020-07-14 06:59:59 -07:00
DCsunset
42cc3489a6 feat(frontend): add project view 2020-07-14 06:29:32 -07:00
DCsunset
fbab994c10 feat(frontend): add basic task view 2020-07-14 01:57:01 -07:00
DCsunset
1589762009 chore: add gitignore 2020-07-14 01:56:40 -07:00
DCsunset
b620d34be0 fix(backend): remove test data 2020-07-14 01:55:54 -07:00
DCsunset
2dcfca8107 feat(backend): enhance error handling and optimize routes 2020-07-14 01:54:56 -07:00
DCsunset
0b2efb515b feat(frontend): add snackbar and updateTasks 2020-07-14 01:50:16 -07:00
DCsunset
c82b1ef0ac feat(frontend): add tags and projects in store 2020-07-12 07:18:52 -07:00
DCsunset
e4b5a58518 feat(frontend): add basic UI 2020-07-07 06:38:08 -07:00
DCsunset
4cf86cdc72 feat(frontend): add basic layouts 2020-07-07 06:37:49 -07:00
DCsunset
35f43e17d9 test(backend): update test data 2020-07-07 06:37:17 -07:00
DCsunset
002725fd8f fix(frontend): refetch tasks after deletion 2020-07-07 02:39:43 -07:00
DCsunset
a3ab682575 feat(frontend): add vuex 2020-07-06 22:32:59 -07:00
DCsunset
2cae14a40c feat(frontend): add basic configurations 2020-07-06 22:32:27 -07:00
DCsunset
61be60c091 fix(backend): fix query parsing and deletion route 2020-07-06 22:30:38 -07:00
DCsunset
1a18ea3f8a test(backend): add test data 2020-07-06 22:29:58 -07:00
DCsunset
107a91d9d1 feat(frontend): add basic framework 2020-07-03 01:03:10 -07:00
DCsunset
5a92944a5d feat(backend): add basic backend server 2020-07-01 06:32:46 -07:00
DCsunset
2de2de0c60
Initial commit 2020-06-29 19:07:45 -07:00