Skip to content

Commit

Permalink
Merge branch 'main' into feat-offer-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prachi00 authored Jul 8, 2022
2 parents e4d738a + 2ad962c commit 53ccabf
Show file tree
Hide file tree
Showing 3 changed files with 1,124 additions and 840 deletions.
30 changes: 24 additions & 6 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,21 @@ body:
label: What browsers are you seeing the problem on?
multiple: true
options:
- Firefox
- Chrome
- Firefox
- Safari
- Microsoft Edge
- Mobile iOS Safari
- Mobile Android Chrome
- Mobile iOS Safari
- Mobile Firefox
- type: dropdown
id: beta-yes-no
attributes:
label: At which address did you encounter bug?
multiple: true
options:
- beta.kodadot.xyz
- kodadot.xyz
- type: dropdown
id: logged-in
attributes:
Expand All @@ -56,13 +64,23 @@ body:
- "Yes"
- "No"
- type: dropdown
id: beta-yes-no
id: chain-selector
attributes:
label: At which address did you encounter bug?
label: Which wallet you are using?
multiple: true
options:
- beta.kodadot.xyz
- kodadot.xyz
- PolkadotJS
- Talisman
- SubWallet
- type: dropdown
id: wallet-selector
attributes:
label: At which chain did you encounter bug?
multiple: true
options:
- Basilisk
- MoonSama
- RMRK
- type: textarea
id: Screenshots
attributes:
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^2.0.6",
"@fortawesome/vue-fontawesome": "^2.0.8",
"@google/model-viewer": "^1.12.0",
"@keeex/qrcodejs-kx": "^1.0.2",
"@kodadot1/minimark": "^0.0.1-rc.7",
"@kodadot1/minimark": "^0.0.1-rc.8",
"@kodadot1/sub-api": "^0.0.1-rc.3",
"@kodadot1/vuex-options": "0.0.1-rc.10",
"@nuxtjs/apollo": "^4.0.1-rc.5",
Expand All @@ -83,7 +83,7 @@
"emoji-unicode": "^2.0.1",
"graphql": "^16.5.0",
"highlight.js": "^11.5.1",
"idb-keyval": "^6.1.0",
"idb-keyval": "^6.2.0",
"lazysizes": "^5.3.2",
"lodash": "^4.17.21",
"mingo": "^5.1.0",
Expand All @@ -95,51 +95,51 @@
"v-emoji-picker": "^2.3.3",
"vue": "^2.6.14",
"vue-apollo": "^3.1.0",
"vue-audio-visual": "^2.4.1",
"vue-audio-visual": "^2.5.0",
"vue-class-component": "^7.2.6",
"vue-clipboard2": "^0.3.3",
"vue-gtag": "^1.16.1",
"vue-infinite-loading": "^2.4.5",
"vue-markdown-render": "^1.1.3",
"vue-social-sharing": "^3.0.9",
"vue-tippy": "^4.13.0",
"vue-tippy": "^4.14.0",
"vuex": "^3.6.2",
"vuex-persist": "^3.1.3"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/helper-define-map": "^7.18.0",
"@babel/core": "^7.18.6",
"@babel/helper-define-map": "^7.18.6",
"@babel/helper-regex": "^7.10.5",
"@babel/plugin-proposal-optional-chaining": "^7.17.12",
"@babel/plugin-proposal-private-property-in-object": "^7.17.12",
"@babel/plugin-transform-runtime": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/plugin-proposal-optional-chaining": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@nuxt/bridge": "npm:@nuxt/bridge-edge@3.0.0-27470397.9ebea90",
"@nuxt/test-utils": "^0.2.2",
"@nuxt/types": "^2.15.8",
"@nuxtjs/pwa": "^3.3.5",
"@open-wc/webpack-import-meta-loader": "^0.4.7",
"@types/jest": "^27.5.2",
"@types/markdown-it": "^12.2.3",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"all-contributors-cli": "^6.20.0",
"consola": "^2.15.3",
"eslint": "^8.17.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint": "^8.19.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unicorn": "^42.0.0",
"eslint-plugin-vue": "^8.7.1",
"graphql-tag": "^2.12.6",
"husky": "^7.0.4",
"jsdom": "^19.0.0",
"lint-staged": "^12.5.0",
"netlify-lambda": "^2.0.15",
"prettier": "^2.6.2",
"prettier": "^2.7.1",
"raw-loader": "^4.0.2",
"sass": "^1.52.3",
"sass-loader": "^10.2",
"typescript": "^4.7.3",
"vitest": "^0.14.1",
"sass": "^1.53.0",
"sass-loader": "^10.3",
"typescript": "^4.7.4",
"vitest": "^0.17.1",
"vue-debounce-decorator": "^1.0.1"
}
}
Loading

0 comments on commit 53ccabf

Please sign in to comment.