Commit graph

1332 commits

Author SHA1 Message Date
林一二
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
林一二
3e8539ca29 fix: api.github.com cannot load 2021-08-08 14:23:19 +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
林一二
add58fc13b chore: add typescript-sort-keys plugin 2021-08-08 01:12:42 +08:00
林一二
83e11922ef fix: workspace name should have padding between edge 2021-08-08 00:56:05 +08:00
林一二
d08ee636bc v0.4.2-a6 2021-08-08 00:27:02 +08:00
林一二
787c1ab26a chore: upgrade locator 2021-08-08 00:23:41 +08:00
林一二
745ac8fce7 feat: upgrade hotzone 2021-08-08 00:20:20 +08:00
林一二
a2efb03ac4 feat: upgrade tiddlymap 2021-08-08 00:17:41 +08:00
林一二
763712790a feat: upgrade relink plugins 2021-08-08 00:16:46 +08:00
林一二
85aff5dede feat: upgrade tw5-appear
About https://github.com/tobibeer/tw5-appear/issues/5
2021-08-08 00:07:25 +08:00
林一二
2608106877 feat: add notification to tell user restart complete 2021-08-07 23:24:17 +08:00
林一二
c351f4519e v0.4.2-a5 2021-08-07 22:18:36 +08:00
林一二
25c41901e5 chore: upgrade tiddlywiki 2021-08-07 22:08:35 +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
林一二
c116ea40ea chore: upgrade deps 2021-08-07 21:06:59 +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
林一二
e8b36edd1c fix: Webpack has been initialized using a configuration object that does not match the API schema
An unhandled error has occurred inside Forge:
Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema.
 - configuration.plugins[6] should be one of these:
   object { apply, … } | function
   -> Plugin of type object or instanceof Function.
   Details:
    * configuration.plugins[6] should be an object:
      object { apply, … }
      -> Plugin instance.
    * configuration.plugins[6] should be an instance of function.
      -> Function acting as plugin.
ValidationError: Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema.
 - configuration.plugins[6] should be one of these:
   object { apply, … } | function
   -> Plugin of type object or instanceof Function.
   Details:
    * configuration.plugins[6] should be an object:
      object { apply, … }
      -> Plugin instance.
    * configuration.plugins[6] should be an instance of function.
      -> Function acting as plugin.

This is because there is an undefined in the plugins list

exports.renderer [
  DefinePlugin {
    definitions: { 'process.env.NODE_ENV': '"development"' }
  },
  CspHtmlWebpackPlugin {
    cspPluginPolicy: {
      'base-uri': [Array],
      'object-src': [Array],
      'script-src': [Array],
      'style-src': [Array],
      'frame-src': [Array],
      'worker-src': [Array]
    },
    opts: {
      enabled: true,
      hashingMethod: 'sha256',
      hashEnabled: [Object],
      nonceEnabled: [Object],
      processFn: [Function: defaultProcessFn]
    }
  },
  WebpackBarPlugin {
    profile: false,
    handler: [Function (anonymous)],
    modulesCount: 5000,
    dependenciesCount: 10000,
    showEntries: true,
    showModules: true,
    showDependencies: true,
    showActiveModules: true,
    percentBy: undefined,
    options: {
      name: 'webpack',
      color: 'green',
      reporters: [Array],
      reporter: null
    },
    reporters: [ FancyReporter {} ]
  },
  undefined
]
2021-08-07 19:57:26 +08:00
林一二
e583557eac v0.4.2-a4 2021-08-07 18:53:55 +08:00
林一二
8969658db2 lint: auto fix 2021-08-07 18:53:06 +08:00
林一二
7e615fe86c feat: add stats.json to out, and prepare report 2021-08-07 18:36:36 +08:00
林一二
55f0b7b6fc refactor: use afterPack.js to prepare worker dependencies 2021-08-07 18:23:41 +08:00
林一二
34af575f39 chore: disable BundleAnalyzerPlugin 2021-08-07 18:02:25 +08:00
林一二
3193e78379 fix: strangely, app won't build without this module installed 2021-08-07 13:34:00 +08:00
林一二
77b6e84378 refactor: remove unused deps, move things to devDepdency to reduce size 2021-08-07 13:20:27 +08:00
林一二
9a6e7f4557 fix: not ts import plugin @material-ui/icons
this fixes https://github.com/tiddly-gittly/TiddlyGit-Desktop/issues/88
2021-08-07 13:04:49 +08:00
林一二
b2185885af feat: add bundle analyzer 2021-08-07 12:24:15 +08:00
林一二
02a0c9aa08 v0.4.2-a3 2021-08-07 11:53:48 +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
林一二
d2fbb3ded1 v0.4.2-a2 2021-08-05 14:12:07 +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
b9f4b0ca70 Update package-lock.json 2021-08-04 01:34:49 +08:00
tiddlygit-test
744000560d v0.4.2-a1 2021-08-04 01:34:43 +08:00
tiddlygit-test
8acad93431 fix: wiki view loading timing 2021-08-04 01:29:28 +08:00
林一二
44e56246d9 feat: add progress bar
https://github.com/unjs/webpackbar
2021-07-29 20:30:34 +08:00
tiddlygit-test
e46c0b28d3 Update FileSystemMonitor.js 2021-07-29 00:23:15 +08:00