We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16d049e commit 25c0e6aCopy full SHA for 25c0e6a
add-on/src/popup/browser-action/operations.js
@@ -16,7 +16,7 @@ module.exports = function operations ({
16
onToggleRedirect
17
}) {
18
const activeQuickUpload = active && isIpfsOnline && isApiAvailable
19
- const activeWebUI = active && isIpfsOnline && ipfsNodeType === 'external'
+ const activeWebUI = active && isIpfsOnline // (js-ipfs >=0.34.0-rc.0 is ok) && ipfsNodeType === 'external'
20
const activeGatewaySwitch = active && ipfsNodeType === 'external'
21
22
return html`
package.json
@@ -111,7 +111,7 @@
111
"drag-and-drop-files": "0.0.1",
112
"file-type": "10.7.0",
113
"filesize": "3.6.1",
114
- "ipfs": "0.33.1",
+ "ipfs": "0.34.0",
115
"ipfs-css": "0.12.0",
116
"ipfs-http-client": "28.1.1",
117
"ipfs-http-response": "0.2.1",
0 commit comments