Commit graph

545 commits

Author SHA1 Message Date
tiddlygit-test
205049ebbc fix: log not shown in UI 2021-05-04 17:02:49 +08:00
tiddlygit-test
d5a9c1a6c6 fix: prevent infinite loop 2021-05-04 16:45:11 +08:00
tiddlygit-test
7c18e0a83b refactor: make major git operations run in a worker_threads 2021-05-04 15:22:35 +08:00
tiddlygit-test
5b4a9e0ec5 feat: set errors log 2021-05-04 14:37:36 +08:00
tiddlygit-test
80e64a6b29 refactor: return observable to inform main thread about wiki status 2021-05-04 14:26:44 +08:00
tiddlygit-test
48904d3b5c refactor: move import electron related paths to other file 2021-05-04 13:09:17 +08:00
tiddlygit-test
6ef3c76475 chore: remove download picture from url feature 2021-05-04 01:05:21 +08:00
tiddlygit-test
52af3603bd refactor: use threads-plugin to load wiki worker, and use ts in worker 2021-05-03 20:49:46 +08:00
tiddlygit-test
254a608546 refactor: not using electron-is-dev now, it will throw in nodejs 2021-05-03 19:40:26 +08:00
tiddlygit-test
b6eab47aa0 fix: packaged app can't open and can't find wiki folder 2021-05-03 02:43:03 +08:00
tiddlygit-test
c2d4fad4e1 refactor: things into git-sync-js 2021-05-03 01:58:46 +08:00
tiddlygit-test
c23e0e6717 fix: solve wiki creation errors 2021-05-01 20:09:29 +08:00
tiddlygit-test
ea7fb46337 fix: not properly log errors from services 2021-05-01 19:05:43 +08:00
tiddlygit-test
21c9894fb9 feat: allow workspace to set own userName 2021-05-01 17:36:18 +08:00
tiddlygit-test
27dc7eaa6f feat: reduce parameters need to pass when creating workspace 2021-05-01 17:31:04 +08:00
tiddlygit-test
0627493bc6 feat: show git creation message on UI 2021-05-01 16:19:58 +08:00
tiddlygit-test
8c61db30b3 fix: dev-wiki folder don't exist 2021-05-01 14:17:37 +08:00
tiddlygit-test
fd6cd754e1 feat: handle copy wiki error 2021-04-29 23:23:46 +08:00
tiddlygit-test
df1c19ad1f feat: handle revert error 2021-04-29 23:18:03 +08:00
tiddlygit-test
76b0cc2f6b feat: show error message in larger space 2021-04-29 23:12:55 +08:00
tiddlygit-test
8586e30411 feat: throw better error message on creation error 2021-04-29 23:12:40 +08:00
tiddlygit-test
180fec8396 feat: show error message 2021-04-29 22:46:57 +08:00
tiddlygit-test
3cb9668880 fix: type error 2021-04-29 22:39:04 +08:00
tiddlygit-test
eae68a734b lint: disable some rules and files 2021-04-29 22:14:33 +08:00
tiddlygit-test
66a1512c6c fix: type errors 2021-04-24 20:57:41 +08:00
tiddlygit-test
d646d3c372 style: eslint auto fix 2021-04-24 20:17:16 +08:00
tiddlygit-test
fbde09ad1f fix: type 2021-04-24 19:45:43 +08:00
tiddlygit-test
8339db631e fix: type errors 2021-04-24 19:42:47 +08:00
tiddlygit-test
b40d9ccb6a fix: await promise 2021-04-24 19:07:48 +08:00
tiddlygit-test
75793ebb85 fix: some console type not exist on test env 2021-04-24 18:52:12 +08:00
tiddlygit-test
7f756df4a7 refactor: make most of methods async so we don't need AsyncifyProxy 2021-04-23 22:57:33 +08:00
tiddlygit-test
7405e7a36f refactor: make most of methods async so we don't need AsyncifyProxy 2021-04-23 22:09:31 +08:00
tiddlygit-test
19a06ac559 refactor: move path constants to src/constants/paths, and rename services/constants to context 2021-04-23 21:31:50 +08:00
tiddlygit-test
9d9e4d55e9 feat: adapt Main x Synced 4 Workspace creation scenarios 2021-04-23 21:07:01 +08:00
tiddlygit-test
e43e4a7f16 test: add Opening Preferences Notifications 2021-04-23 00:50:53 +08:00
tiddlygit-test
441642fddb feat: test env use temp folder for wiki 2021-04-23 00:37:41 +08:00
tiddlygit-test
8ab78067b1 feat: provide secondary color for local wiki switch 2021-04-23 00:36:57 +08:00
tiddlygit-test
7216a9b3e6 feat: cleanup temp folder between tests 2021-04-19 01:45:46 +08:00
tiddlygit-test
09e7a09490 fix: electron won't quit in macos test env 2021-04-19 01:27:23 +08:00
tiddlygit-test
badf303396 fix: winston breaks cocumberjs 2021-04-19 00:56:32 +08:00
tiddlygit-test
690e7a68ec feat: add id to workspace avatar 2021-04-18 23:08:04 +08:00
tiddlygit-test
1aa7a9f47d fix: prevent mainBindings call twice 2021-04-18 23:07:27 +08:00
tiddlygit-test
edf59d35ce fix: bad style of done button 2021-04-18 22:49:50 +08:00
tiddlygit-test
050b29af7c fix: make form validator synced aware 2021-04-18 22:38:31 +08:00
tiddlygit-test
c488791877 feat: use observable preferences in Main 2021-04-18 22:16:18 +08:00
tiddlygit-test
895bf34001 feat: Avanta color on hover 2021-04-18 22:11:37 +08:00
tiddlygit-test
dc13c6cabf docs: add translation to initial user help tip 2021-04-18 22:07:24 +08:00
tiddlygit-test
d6f624db23 fix: css without px 2021-04-18 21:55:53 +08:00
tiddlygit-test
0d64a19ed3 fix: prevent bug blocking test 2021-04-18 21:47:27 +08:00
tiddlygit-test
7641376b89 chore: setup cucumber BBD environment 2021-04-18 21:47:05 +08:00