Commit graph

1640 commits

Author SHA1 Message Date
linonetwo
61920d9e60 fix: try to fix page bounce 2023-12-31 22:48:59 +08:00
linonetwo
6ab3cdb73e fix: remove some early call to realignActiveWorkspace to prevent hideActiveWorkspaceView: no mainBrowserViewWebContent, skip main window browserView.
They seem to fix some old bugs, hope it is solved by electron itself...
2023-12-31 20:19:31 +08:00
linonetwo
6912884da8 fix: border radius of page workspace 2023-12-31 19:45:58 +08:00
linonetwo
5f41b77da9 refactor: move sync logic to sync service 2023-12-31 19:42:25 +08:00
linonetwo
8bf3fcdc1d refactor: update syncWikiIfNeeded to use syncOrForcePull 2023-12-31 18:38:05 +08:00
linonetwo
87957c3581 feat: add force pull method from git-sync-js 2023-12-31 18:03:28 +08:00
linonetwo
3deaa14b7a fix: delay 500ms for window menu, which won't be use in start, but will require CPU resources. And if not in settimeout, getting service itself from ioc container will cause infinite loop. Causing RangeError: Maximum call stack size exceededException in PromiseRejectCallback 2023-12-31 16:24:14 +08:00
linonetwo
5093da125f fix: when delete workspace, move to trash instead of remove 2023-12-31 15:59:43 +08:00
lin onetwo
0258c8a498 fix: secondary window not loading if not active 2023-12-30 19:00:45 +08:00
lin onetwo
32485a1bee refactor: move some private method out 2023-12-30 18:48:15 +08:00
lin onetwo
9b6d9a83d7 fix: printPDF and download 2023-12-30 17:13:34 +08:00
lin onetwo
9c4aa82c8f fix: import html will delete existed folder, and no Chinese error message
fixes #488
2023-12-30 15:24:10 +08:00
lin onetwo
3aa18be2c5 fix: zx script on windows can't find adb, and output messy
fixes #469
2023-12-30 14:39:27 +08:00
lin onetwo
eff4cd5a2a fix: hideMenubar preference not working
fixes #448
2023-12-30 13:25:40 +08:00
lin onetwo
b5ec5c19f2 fix: TS2307: Cannot find module 'registry-js' or its corresponding type declarations. 2023-12-30 02:53:05 +08:00
lin onetwo
9802f23d22 fix: error setting default userName on Guide page
fixes #452
2023-12-30 02:36:30 +08:00
lin onetwo
5fdfee2868 chore: upgrade deps 2023-12-30 02:24:44 +08:00
lin onetwo
811485bea2 fix: make registry-js optional, which breaks mac and linux build 2023-12-30 01:18:40 +08:00
linonetwo
f535304f27 fix: rename tiddler won't delete tiddler in ipc, because bag is undefine sometimes 2023-12-29 23:56:46 +08:00
linonetwo
8a5e5a0725 refactor: merge two did-navigate-in-page and add some logs 2023-12-29 23:53:07 +08:00
linonetwo
5446c0f305 refactor: rename nativeService.open -> openURI 2023-12-29 23:09:57 +08:00
linonetwo
cbfc068ff4 feat: use getTiddlerFilePath -> openPath 2023-12-29 23:00:26 +08:00
linonetwo
cb66c9361e fix: not calling callback in sync adaptor will cause it waiting forever 2023-12-29 22:31:32 +08:00
linonetwo
9bb25e0e25 fix: workspace icon default image not loading 2023-12-29 22:21:26 +08:00
linonetwo
cf87bf7bef feat: open developer tool detach to prevent overlap 2023-12-29 21:54:22 +08:00
linonetwo
fb6e895710 fix: type error of tw 2023-12-29 21:42:47 +08:00
linonetwo
47417c0faa fix: mui type error 2023-12-29 21:07:49 +08:00
linonetwo
d054faebd9 feat: margin to help list divider 2023-12-29 19:53:38 +08:00
linonetwo
d2f1140da3 fix: no need to move down view to fit title bar in current electron vers… 2023-12-29 19:52:27 +08:00
linonetwo
927b762182 fix: no need to move down view to fit title bar in current electron version 2023-12-29 19:51:30 +08:00
linonetwo
0bf0188f61 fix: only open multiple window when have this config 2023-12-29 19:43:45 +08:00
linonetwo
5aa3cefaf8 fix: scroll will stop halfway. 2023-12-29 05:27:12 -06:00
linonetwo
0ea84d9c44 feat: auto open clone repo tab after login, by update windowMeta after reload 2023-12-29 05:27:12 -06:00
linonetwo
9f8b24354f feat: use oauth url to sign in github and get token 2023-12-29 05:27:12 -06:00
linonetwo
98bc7f1f6c refactor: replace authing with oidc-client-ts 2023-12-29 05:27:12 -06:00
lin onetwo
58f469d910 fix: secondary window too small, was in mobile mode 2023-12-28 02:06:59 +08:00
lin onetwo
097ba5536c fix: add StoryList to TiddlersToNotSave, so two window won't show samething 2023-12-28 02:05:42 +08:00
lin onetwo
4d9a38bc4d fix: old logic about main window now accept secondary window 2023-12-28 01:51:48 +08:00
lin onetwo
d89d00d4cd fix: initializeWorkspaceViewHandlersAndLoad not exposed in window 2023-12-28 01:36:01 +08:00
lin onetwo
0156e80bbd feat: menu item to open new window 2023-12-28 01:20:48 +08:00
lin onetwo
300ae255eb refactor: method that create view for any window 2023-12-28 01:20:37 +08:00
lin onetwo
f890ee824b feat: tags for help pages 2023-12-27 21:59:56 +08:00
lin onetwo
b06fd5e5b4 feat: better doc sites list 2023-12-27 21:47:59 +08:00
linonetwo
75e3b996f2 feat: translate help page buttons 2023-12-26 21:44:21 +08:00
linonetwo
717fa07575 feat: add new help page showing learning resources 2023-12-25 22:44:48 +08:00
linonetwo
38d86f96ea feat: allow open any new page on the side 2023-12-25 22:44:10 +08:00
lin onetwo
89f861bf32 fix: tiddlers that shadows $:/core/templates are not copy here, because they prevents wiki start. 2023-12-25 04:07:13 +08:00
lin onetwo
ee43ba492a fix: build-in plubin build 2023-12-25 03:56:42 +08:00
lin onetwo
f90be5c4ac fix: catch error on wikiOperationInBrowser 2023-12-24 01:07:32 +08:00
lin onetwo
fa4eec616f refactor: remove noflo related deps 2023-12-23 18:30:28 +08:00