62
.github/issue_template.md
vendored
62
.github/issue_template.md
vendored
@@ -1,50 +1,86 @@
|
||||
<!--
|
||||
|
||||
For general support, howto, coding and bundling questions, please use the Substrate & Polkadot StackExchange at https://substrate.stackexchange.com/ and get other ecosystem developers involved. This issues in this repository are meant for the tracking of feature requests and bug reports.
|
||||
For general support, howto, coding and bundling questions, please
|
||||
use the Substrate & Polkadot StackExchange at
|
||||
|
||||
While all issues are looked at non-bug and non-features would take quite a bit longer to get to and may yield less than satisfactory responses in this format.
|
||||
https://substrate.stackexchange.com/
|
||||
|
||||
Additionally, please ensure you have done a search on the existing and closed issues before logging a new request. This saves time on all sides.
|
||||
and get other ecosystem developers involved. This issues in this
|
||||
repository are meant for the tracking of feature requests and bug
|
||||
reports.
|
||||
|
||||
While all issues are looked at non-bug and non-features would take
|
||||
quite a bit longer to get to and may yield less than satisfactory
|
||||
responses in this format.
|
||||
|
||||
Additionally, please ensure you have done a search on the existing
|
||||
and closed issues before logging a new request. This saves time on
|
||||
all sides.
|
||||
|
||||
-->
|
||||
|
||||
|
||||
* **I'm submitting a ...**
|
||||
|
||||
<!--- Try and classify your actual report -->
|
||||
<!---
|
||||
|
||||
REQUIRED:
|
||||
|
||||
Classify the type of report your are submitting
|
||||
|
||||
-->
|
||||
|
||||
- [ ] Bug report
|
||||
- [ ] Feature request
|
||||
- [ ] Support request (please bear the comments above in mind)
|
||||
- [ ] Support request
|
||||
- [ ] Other
|
||||
|
||||
|
||||
* **What is the current behavior and expected behavior?**
|
||||
|
||||
<!--- If you're describing a bug, tell us what should happen -->
|
||||
<!--- If you're suggesting a change/improvement, tell us how it should work -->
|
||||
<!---
|
||||
|
||||
REQUIRED:
|
||||
|
||||
If you're describing a bug, tell us what should happen. If you're
|
||||
suggesting a change/improvement, tell us how it should work.
|
||||
|
||||
-->
|
||||
|
||||
|
||||
* **What is the motivation for changing the behavior?**
|
||||
|
||||
<!--- Not obligatory, but suggest a motivation for the request -->
|
||||
<!--- or ideas how to implement the addition or change -->
|
||||
<!---
|
||||
|
||||
OPTIONAL:
|
||||
|
||||
Suggest a motivation for the request or ideas how to implement the
|
||||
addition or change
|
||||
|
||||
-->
|
||||
|
||||
|
||||
* **Please tell us about your environment:**
|
||||
|
||||
<!--- Include as many relevant details about the environment you experienced the issue in -->
|
||||
<!--- Also ensure that you have tested against the latest stable releases if a bug -->
|
||||
<!---
|
||||
|
||||
REQUIRED:
|
||||
|
||||
Include as many relevant details about the environment in which you
|
||||
experienced the issue. Also ensure that you have tested against the
|
||||
latest stable releases if you believe this to be a bug
|
||||
|
||||
-->
|
||||
|
||||
- Version:
|
||||
- Environment:
|
||||
|
||||
- [ ] Node.js
|
||||
- [ ] Browser
|
||||
- [ ] Other (limited support for other environments available)
|
||||
- [ ] Other (limited support for other environments)
|
||||
|
||||
- Language:
|
||||
|
||||
- [ ] JavaScript
|
||||
- [ ] TypeScript
|
||||
- [ ] TypeScript (include tsc --version)
|
||||
- [ ] Other
|
||||
|
||||
16
package.json
16
package.json
@@ -34,19 +34,19 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.18.6",
|
||||
"@polkadot/dev": "^0.67.46",
|
||||
"@polkadot/dev": "^0.67.55",
|
||||
"@types/jest": "^28.1.4",
|
||||
"i18next-scanner": "^3.3.0",
|
||||
"sinon-chrome": "^3.0.1"
|
||||
},
|
||||
"resolutions": {
|
||||
"@polkadot/api": "^8.11.1",
|
||||
"@polkadot/keyring": "^9.7.1",
|
||||
"@polkadot/networks": "^9.7.1",
|
||||
"@polkadot/types": "^8.11.1",
|
||||
"@polkadot/util": "^9.7.1",
|
||||
"@polkadot/util-crypto": "^9.7.1",
|
||||
"@polkadot/x-fetch": "^9.7.1",
|
||||
"@polkadot/api": "^8.11.3",
|
||||
"@polkadot/keyring": "^9.7.2",
|
||||
"@polkadot/networks": "^9.7.2",
|
||||
"@polkadot/types": "^8.11.3",
|
||||
"@polkadot/util": "^9.7.2",
|
||||
"@polkadot/util-crypto": "^9.7.2",
|
||||
"@polkadot/x-fetch": "^9.7.2",
|
||||
"babel-core": "^7.0.0-bridge.0",
|
||||
"safe-buffer": "^5.2.1",
|
||||
"typescript": "^4.7.4"
|
||||
|
||||
@@ -21,19 +21,19 @@
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.18.6",
|
||||
"@polkadot/api": "^8.11.1",
|
||||
"@polkadot/api": "^8.11.3",
|
||||
"@polkadot/extension-chains": "^0.44.2-9-x",
|
||||
"@polkadot/extension-dapp": "^0.44.2-9-x",
|
||||
"@polkadot/extension-inject": "^0.44.2-9-x",
|
||||
"@polkadot/keyring": "^9.7.1",
|
||||
"@polkadot/networks": "^9.7.1",
|
||||
"@polkadot/phishing": "^0.16.1",
|
||||
"@polkadot/rpc-provider": "^8.11.1",
|
||||
"@polkadot/types": "^8.11.1",
|
||||
"@polkadot/ui-keyring": "^2.7.1",
|
||||
"@polkadot/ui-settings": "^2.7.1",
|
||||
"@polkadot/util": "^9.7.1",
|
||||
"@polkadot/util-crypto": "^9.7.1",
|
||||
"@polkadot/keyring": "^9.7.2",
|
||||
"@polkadot/networks": "^9.7.2",
|
||||
"@polkadot/phishing": "^0.16.2",
|
||||
"@polkadot/rpc-provider": "^8.11.3",
|
||||
"@polkadot/types": "^8.11.3",
|
||||
"@polkadot/ui-keyring": "^2.7.2",
|
||||
"@polkadot/ui-settings": "^2.7.2",
|
||||
"@polkadot/util": "^9.7.2",
|
||||
"@polkadot/util-crypto": "^9.7.2",
|
||||
"eventemitter3": "^4.0.7",
|
||||
"rxjs": "^7.5.5"
|
||||
},
|
||||
|
||||
@@ -22,9 +22,9 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.18.6",
|
||||
"@polkadot/extension-inject": "^0.44.2-9-x",
|
||||
"@polkadot/networks": "^9.7.1",
|
||||
"@polkadot/util": "^9.7.1",
|
||||
"@polkadot/util-crypto": "^9.7.1"
|
||||
"@polkadot/networks": "^9.7.2",
|
||||
"@polkadot/util": "^9.7.2",
|
||||
"@polkadot/util-crypto": "^9.7.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/api": "*",
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
"@babel/runtime": "^7.18.6",
|
||||
"@metamask/detect-provider": "^1.2.0",
|
||||
"@polkadot/extension-inject": "^0.44.2-9-x",
|
||||
"@polkadot/types": "^8.11.1",
|
||||
"@polkadot/util": "^9.7.1",
|
||||
"@polkadot/types": "^8.11.3",
|
||||
"@polkadot/util": "^9.7.2",
|
||||
"web3": "^1.7.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.18.6",
|
||||
"@polkadot/extension-inject": "^0.44.2-9-x",
|
||||
"@polkadot/util": "^9.7.1",
|
||||
"@polkadot/util-crypto": "^9.7.1"
|
||||
"@polkadot/util": "^9.7.2",
|
||||
"@polkadot/util-crypto": "^9.7.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/api": "*",
|
||||
|
||||
@@ -18,14 +18,14 @@
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.18.6",
|
||||
"@polkadot/rpc-provider": "^8.11.1",
|
||||
"@polkadot/types": "^8.11.1",
|
||||
"@polkadot/util": "^9.7.1",
|
||||
"@polkadot/util-crypto": "^9.7.1",
|
||||
"@polkadot/x-global": "^9.7.1"
|
||||
"@polkadot/rpc-provider": "^8.11.3",
|
||||
"@polkadot/types": "^8.11.3",
|
||||
"@polkadot/util": "^9.7.2",
|
||||
"@polkadot/util-crypto": "^9.7.2",
|
||||
"@polkadot/x-global": "^9.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/chrome": "^0.0.191",
|
||||
"@types/chrome": "^0.0.193",
|
||||
"@types/firefox-webext-browser": "^94.0.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -21,28 +21,28 @@
|
||||
"@fortawesome/free-brands-svg-icons": "^6.1.1",
|
||||
"@fortawesome/free-regular-svg-icons": "^6.1.1",
|
||||
"@fortawesome/free-solid-svg-icons": "^6.1.1",
|
||||
"@fortawesome/react-fontawesome": "^0.1.19",
|
||||
"@fortawesome/react-fontawesome": "^0.2.0",
|
||||
"@polkadot/extension-base": "^0.44.2-9-x",
|
||||
"@polkadot/extension-chains": "^0.44.2-9-x",
|
||||
"@polkadot/extension-dapp": "^0.44.2-9-x",
|
||||
"@polkadot/extension-inject": "^0.44.2-9-x",
|
||||
"@polkadot/hw-ledger": "^9.7.1",
|
||||
"@polkadot/keyring": "^9.7.1",
|
||||
"@polkadot/networks": "^9.7.1",
|
||||
"@polkadot/react-identicon": "^2.7.1",
|
||||
"@polkadot/react-qr": "^2.7.1",
|
||||
"@polkadot/types": "^8.11.1",
|
||||
"@polkadot/types-augment": "^8.11.1",
|
||||
"@polkadot/ui-keyring": "^2.7.1",
|
||||
"@polkadot/ui-settings": "^2.7.1",
|
||||
"@polkadot/util": "^9.7.1",
|
||||
"@polkadot/util-crypto": "^9.7.1",
|
||||
"@polkadot/hw-ledger": "^9.7.2",
|
||||
"@polkadot/keyring": "^9.7.2",
|
||||
"@polkadot/networks": "^9.7.2",
|
||||
"@polkadot/react-identicon": "^2.7.2",
|
||||
"@polkadot/react-qr": "^2.7.2",
|
||||
"@polkadot/types": "^8.11.3",
|
||||
"@polkadot/types-augment": "^8.11.3",
|
||||
"@polkadot/ui-keyring": "^2.7.2",
|
||||
"@polkadot/ui-settings": "^2.7.2",
|
||||
"@polkadot/util": "^9.7.2",
|
||||
"@polkadot/util-crypto": "^9.7.2",
|
||||
"file-saver": "^2.0.5",
|
||||
"i18next": "^21.8.11",
|
||||
"i18next": "^21.8.13",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-dropzone": "^11.7.1",
|
||||
"react-i18next": "^11.17.4",
|
||||
"react-i18next": "^11.18.0",
|
||||
"react-is": "^18.2.0",
|
||||
"react-router": "^5.3.3",
|
||||
"react-router-dom": "^5.3.3",
|
||||
@@ -54,7 +54,7 @@
|
||||
"@types/enzyme-adapter-react-16": "^1.0.6",
|
||||
"@types/file-saver": "^2.0.5",
|
||||
"@types/react-copy-to-clipboard": "^5.0.2",
|
||||
"@types/react-dom": "^18.0.5",
|
||||
"@types/react-dom": "^18.0.6",
|
||||
"@types/react-router": "^5.1.18",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"@types/sinon-chrome": "^2.2.11",
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
// Copyright 2019-2022 @polkadot/extension-ui authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import { Theme } from './components/themes';
|
||||
import type { Theme } from './components/themes';
|
||||
|
||||
export { Theme };
|
||||
export type { Theme };
|
||||
|
||||
export interface ThemeProps {
|
||||
theme: Theme;
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"@polkadot/extension-ui": "^0.44.2-9-x"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/dev": "^0.67.46",
|
||||
"@polkadot/dev": "^0.67.55",
|
||||
"babel-loader": "^8.2.5",
|
||||
"browser-resolve": "^2.0.0",
|
||||
"buffer": "^6.0.3",
|
||||
|
||||
Reference in New Issue
Block a user