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
|
25f7b11638
|
chore: not install registry-js on mac
|
2023-12-31 16:24:30 +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
|
9e73bbf96d
|
v0.8.1-prerelease13
|
2023-12-30 19:03:35 +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
|
80510ce5e9
|
v0.8.1-prerelease12
|
2023-12-30 02:53:14 +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
|
072526fc20
|
v0.8.1-prerelease11
|
2023-12-30 02:47:37 +08:00 |
|
lin onetwo
|
00983e38fe
|
fix: --no-frozen-lockfile for .pnpmfile.cjs
|
2023-12-30 02:47:25 +08:00 |
|
lin onetwo
|
665aef19c1
|
v0.8.1-prerelease10
|
2023-12-30 02:43:20 +08:00 |
|
lin onetwo
|
02ea731e30
|
fix: os is not working, disable registry-js use .pnpmfile.cjs
fixes https://github.com/desktop/registry-js/issues/274
|
2023-12-30 02:43:07 +08:00 |
|
lin onetwo
|
75789b5301
|
chore: disable @reforged/maker-appimage due to error
|
2023-12-30 02:39:28 +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
|
478863cef8
|
fix: registry-js should only build on win32, v0.8.1-prerelease9
|
2023-12-30 01:34:55 +08:00 |
|
lin onetwo
|
3fd8a2a220
|
v0.8.1-prerelease8
|
2023-12-30 01:19:19 +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
|
936e0689c9
|
v0.8.1-prerelease7
|
2023-12-30 00:14:28 +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
|
b1cb63fd4f
|
Update package.json
|
2023-12-29 23:13:19 +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
|
8ed62695a9
|
chore: unused deps used by noflo before
|
2023-12-29 22:07:37 +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
|
67a68727d3
|
chore: unused deps
|
2023-12-29 21:07:36 +08:00 |
|
linonetwo
|
8b3974b899
|
chore: upgrade deps
|
2023-12-29 21:07:30 +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 |
|