Commit graph

902 commits

Author SHA1 Message Date
林一二
ade3f0e3f6 feat: sort workspaces better to speed up booting 2021-12-19 22:55:30 +08:00
林一二
2905261b24 refactor: properly wait view ready then load the page 2021-12-19 22:41:45 +08:00
林一二
1329b52a3d feat: auto restart wiki and port+1 if there is port collision 2021-12-19 17:53:14 +08:00
林一二
aec89dda71 fix: only show update icon when is update 2021-12-18 23:54:12 +08:00
林一二
1265c9c240 docs: rename pause time, and display short text in sidebar 2021-12-18 23:09:09 +08:00
林一二
30f1afd880 feat: move notification control in preference to top, so quick select when need is possible 2021-12-18 23:01:03 +08:00
林一二
3dff3169cb feat: hide sidebar notification, because notification control is rarely used 2021-12-18 22:54:11 +08:00
林一二
dbf43e42ed feat: let update icon in sidebar always shown 2021-12-18 22:51:07 +08:00
林一二
20274e8651 feat: show version and error message 2021-12-18 22:18:42 +08:00
林一二
3b09d086f4 fix: type 2021-12-18 19:31:21 +08:00
林一二
55506c32e5 refactor: updater now use i18n message 2021-12-18 19:29:03 +08:00
林一二
02cbc58370 feat: check for update 2021-12-18 19:28:44 +08:00
林一二
3cc2289937 refactor: rename tiddlygit to tidgi in code 2021-12-18 13:16:26 +08:00
tiddlygit-test
392cdda964 feat: multiple load done event race the fast one to load 2021-12-13 00:42:56 +08:00
tiddlygit-test
fe49f4d95d feat: show 'Loading' when active workspace is loading 2021-12-13 00:18:51 +08:00
tiddlygit-test
cb9fdf822f fix: loading is web param 2021-12-13 00:17:19 +08:00
tiddlygit-test
336461f8be fix: cursor should in hover 2021-12-12 23:48:09 +08:00
林一二
734cd5b875 Update WorkspaceSelector.tsx 2021-12-12 22:01:33 +08:00
林一二
71f3fedef7 fix: debounced update ignore first updates of batch workspace update 2021-12-12 22:01:04 +08:00
林一二
49840e083d fix: clicking on workspace that is busy un hiberating prevent it from loading 2021-12-12 21:51:40 +08:00
林一二
09c5244aed fix: prevent crush when destroy browser view 2021-12-12 21:21:42 +08:00
林一二
8fc533d767 refactor: add more log and assertion 2021-12-12 20:51:04 +08:00
林一二
ba6bca1560 feat: try log 2021-12-12 20:49:38 +08:00
林一二
756621abe4 fix: inactive all other workspaces 2021-12-12 20:46:52 +08:00
林一二
f81595049e docs: better log 2021-12-12 18:22:05 +08:00
林一二
2fca56274b fix: switch workspace should not got to main tiddler 2021-12-12 17:50:38 +08:00
林一二
9c9cf8515f refactor: parallelly do setActiveWorkspaceView 2021-12-12 17:45:53 +08:00
林一二
a24816f293 refactor: better comment for hibernate 2021-12-12 17:26:56 +08:00
林一二
cc55165f5a refactor: didFailLoadTimes deleted, we retry unlimited, to prevent sometimes it just don't load 2021-12-12 17:04:37 +08:00
林一二
ef1c1a0b3a fix: track in-page navigation to update lastUrl 2021-12-12 16:57:51 +08:00
林一二
80eca01cf9 fix: save time getting view 2021-12-10 22:38:33 +08:00
tiddlygit-test
9d6abe49f8 Update index.ts 2021-12-10 00:31:05 +08:00
tiddlygit-test
e55ece3736 Revert "feat: use official tiddlywiki"
This reverts commit cbb2266163.
2021-12-10 00:27:44 +08:00
tiddlygit-test
76b91ff8ad feat: add more logs 2021-12-10 00:20:02 +08:00
tiddlygit-test
cbb2266163 feat: use official tiddlywiki 2021-12-10 00:19:55 +08:00
tiddlygit-test
85fdee5180 feat: add log to restart service 2021-12-09 22:03:21 +08:00
tiddlygit-test
01cb579e36 Update setupViewEventHandlers.ts 2021-12-02 01:50:09 +08:00
tiddlygit-test
3f1714bbdd fix: should update previous url before restart
fixes https://github.com/tiddly-gittly/TiddlyGit-Desktop/issues/148
2021-12-02 01:43:57 +08:00
tiddlygit-test
83c3ba3a97 fix: debounce setting file write
fixes https://github.com/tiddly-gittly/TiddlyGit-Desktop/issues/149
2021-12-02 01:33:11 +08:00
tiddlygit-test
65fe7db63b chore: unused code 2021-12-02 01:29:28 +08:00
tiddlygit-test
526a18bd87 feat: remember opened sub window width height 2021-12-02 01:28:15 +08:00
tiddlygit-test
b7908ee181 fix: open in new window create two window 2021-12-02 00:48:08 +08:00
tiddlygit-test
ecf33e8aaa fix: when open in new window, Unexpected token b in JSON at position 0
fixes https://github.com/tiddly-gittly/TiddlyGit-Desktop/issues/142
2021-12-01 23:44:00 +08:00
tiddlygit-test
127a57b05c feature: auto ignore ds store file
fixes https://github.com/tiddly-gittly/TiddlyGit-Desktop/issues/150
2021-12-01 23:27:22 +08:00
tiddlygit-test
04c73929be feat: reload server after sync
fixes https://github.com/tiddly-gittly/TiddlyGit-Desktop/issues/151
2021-12-01 23:05:57 +08:00
tiddlygit-test
84a793456f feat: reload server after sync 2021-12-01 23:04:32 +08:00
tiddlygit-test
020f48a512 Update main.ts 2021-11-10 00:52:10 +08:00
tiddlygit-test
dd515c80ca chore: disable useless csp 2021-11-09 00:48:31 +08:00
tiddlygit-test
96ec9b20ef fix: in win11 using localhost ad fallback for internalIpV4 2021-11-09 00:18:13 +08:00
tiddlygit-test
218584e49b refactor: switch language for wiki when create a new wiki 2021-11-07 01:03:33 +08:00