Commit graph

737 commits

Author SHA1 Message Date
tiddlygit-test
42cb690abd fix: try to fix sometimes new size is not correct
this fixes https://github.com/tiddly-gittly/TiddlyGit-Desktop/issues/97
2021-08-13 01:25:39 +08:00
tiddlygit-test
f06b3ef0c7 feat: allow clear input 2021-08-12 02:18:36 +08:00
tiddlygit-test
4734a04bb0 fix: can't delete input 2021-08-12 02:12:58 +08:00
tiddlygit-test
7ed289989e Update index.ts 2021-08-12 00:29:33 +08:00
tiddlygit-test
057a428a2f fix: add AlwaysOnTop toggler to view menu 2021-08-12 00:24:40 +08:00
tiddlygit-test
473ea84457 fix: sometimes event.target.value can be undefined
this fixes https://github.com/tiddly-gittly/TiddlyGit-Desktop/issues/95
2021-08-11 23:57:30 +08:00
林一二
2fa184423e fix: git not found in dev 2021-08-08 17:29:06 +08:00
林一二
288f186401 fix: retry time runout 2021-08-08 17:21:34 +08:00
林一二
9d1ec46bc5 fix: don't throw error to cause crash 2021-08-08 16:40:44 +08:00
林一二
f73645a352 feat: make getModifiedFileList async 2021-08-08 16:00:51 +08:00
林一二
4ec209096a fix: object can not be cloned (due to callback bind to wrong this, and pass to the ipc proxy )
(lint previous commit)
2021-08-08 16:00:41 +08:00
林一二
ae0c69e96a fix: object can not be cloned (due to callback bind to wrong this, and pass to the ipc proxy ) 2021-08-08 15:06:29 +08:00
林一二
b729c5cba7 fix: clearBrowsingDataWithConfirm not working 2021-08-08 14:22:46 +08:00
林一二
ee41eab49a fix: workspace list move to center 2021-08-08 01:34:37 +08:00
林一二
f3870043fd lint: fix warnings 2021-08-08 01:32:29 +08:00
林一二
fb6dbdd0bf lint: auto fix of typescript-sort-keys 2021-08-08 01:22:18 +08:00
林一二
83e11922ef fix: workspace name should have padding between edge 2021-08-08 00:56:05 +08:00
林一二
2608106877 feat: add notification to tell user restart complete 2021-08-07 23:24:17 +08:00
林一二
af1bb54868 refactor: use try catch around all webContent.load(url) 2021-08-07 22:00:19 +08:00
林一二
fd72bf5a57 fix: menu label is null when i18n failed to load by other bugs
this fixes https://github.com/tiddly-gittly/TiddlyGit-Desktop/issues/75
2021-08-07 21:28:00 +08:00
林一二
43d8e49c3b fix: logic error 2021-08-07 21:05:24 +08:00
林一二
41f064fa9c fix: template literal type is not working properly 2021-08-07 20:44:49 +08:00
林一二
8969658db2 lint: auto fix 2021-08-07 18:53:06 +08:00
林一二
77b6e84378 refactor: remove unused deps, move things to devDepdency to reduce size 2021-08-07 13:20:27 +08:00
林一二
2bba4ac83f fix: catch loadURL so it won't throw error while we still have retry times 2021-08-07 11:52:52 +08:00
林一二
04c3273e6c fix: update isLoading to false when load succeed 2021-08-07 10:44:51 +08:00
林一二
f0810fc85f refactor: remove unused chat.google.com 2021-08-07 10:41:08 +08:00
林一二
1d3d998e3a docs: add back listener of updateCanGoBack 2021-08-07 10:40:43 +08:00
林一二
8b87723e68 fix: prevent accessing object that may destroyed after await 2021-08-05 13:30:57 +08:00
林一二
c6858c2757 fix: Object has been destroyed after await
This fixes https://github.com/tiddly-gittly/TiddlyGit-Desktop/issues/94
2021-08-05 13:27:16 +08:00
林一二
93755a9884 fix: retry before set didFailedMessage 2021-08-05 13:21:06 +08:00
林一二
0383449943 fix: nodejs wiki start slow on system startup, which cause -102 ERR_CONNECTION_REFUSED even if wiki said it is booted, we have to retry several times 2021-08-05 13:13:51 +08:00
林一二
6ad7e2d9a7 fix: let main wiki start first, and let other wiki sync one by one, to prevent high CPU usage 2021-08-05 13:13:44 +08:00
tiddlygit-test
8acad93431 fix: wiki view loading timing 2021-08-04 01:29:28 +08:00
林一二
f2382ce8a9 fix: don't try reload view immediately after start wiki 2021-07-28 13:14:34 +08:00
林一二
facc06faea fix: all sync watcher should be non-blocking 2021-07-28 13:14:03 +08:00
林一二
6bcb0181b1 refactor: await fs.unlink 2021-07-28 12:31:30 +08:00
tiddlygit-test
4b57e3440b feat: add timestamp to log 2021-07-28 02:40:16 +08:00
tiddlygit-test
3f882d22d7 fix: sync in non-blocking way 2021-07-28 02:36:03 +08:00
tiddlygit-test
7fbdcab499 fix: setWikiStartLock 2021-07-28 02:15:59 +08:00
tiddlygit-test
ac797cdb8e fix: make sync to cloud non-blocking 2021-07-28 01:50:22 +08:00
tiddlygit-test
b05c38b72d fix: assign LOCAL_GIT_DIRECTORY to point to actural git folder in packaged electron
https://github.com/desktop/dugite/issues/96
2021-07-25 15:32:28 +08:00
tiddlygit-test
7c30ef4ca0 fix: createSubWiki wrong arg order 2021-07-25 00:13:35 +08:00
tiddlygit-test
691e61b4ad fix: disable watch-fs, because it delete $:/FileSystemPath every time 2021-07-24 21:31:19 +08:00
tiddlygit-test
b79d93a03c refactor: shared init process to separate file, and add log to it 2021-07-24 19:57:32 +08:00
tiddlygit-test
dcb7b4fda1 fix: do more init work using initializeWorkspaceView when create workspace 2021-07-24 19:35:30 +08:00
tiddlygit-test
ccfd82e797 fix: getAllMetaData is async, should await it 2021-07-24 19:34:03 +08:00
tiddlygit-test
c21c2ee5f3 Revert "fix: set isLoading: false after booted"
This reverts commit 42ae2a61de.
2021-07-24 19:21:13 +08:00
tiddlygit-test
3a0e96f9eb refactor: move authInfo check to initializeWorkspaceView 2021-07-24 19:10:49 +08:00
tiddlygit-test
42ae2a61de fix: set isLoading: false after booted 2021-07-24 19:04:18 +08:00