Skip to content

Commit

Permalink
Merge pull request #5898 from kodadot/beta
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwao authored May 10, 2023
2 parents cfaecab + e296326 commit 6bbc9eb
Show file tree
Hide file tree
Showing 161 changed files with 2,910 additions and 4,262 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Bug Report
name: 🐞 Bug Report
description: Create a report to help us improve KodaDot
title: "Be descriptive and short"
labels: ["bug"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Basilisk Bug Report
name: 🐞🐍 Bug Report Basilisk
description: Create a report to help us improve KodaDot on Basilisk
title: "Be descriptive and short"
labels: ["🐍 - basilisk", "bug"]
labels: ["A-basilisk", "bug"]
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -50,6 +50,7 @@ body:
label: At which address did you encounter bug?
multiple: true
options:
- canary.kodadot.xyz
- beta.kodadot.xyz
- kodadot.xyz
- type: dropdown
Expand Down
113 changes: 113 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_minting.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
name: 🐞⛏️ Bug Report Minting
description: Create a report to help us improve minting on KodaDot
title: "Be descriptive and short"
labels: ["bug", "A-minting"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Tell us, what happened?
placeholder: Tell us what you've seen!

validations:
required: true
- type: textarea
id: reproduce
attributes:
label: Please reproduce in steps
description: Tells us steps how to reproduce the bug behaviour
placeholder: Go to ... Click on .... See error
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected Behavior
description: A clear and concise description of what you expected to happen.
placeholder: I've expected ...
validations:
required: true
- type: dropdown
id: browsers
attributes:
label: What browsers are you seeing the problem on?
multiple: true
options:
- Desktop Chrome
- Desktop Firefox
- Desktop Safari
- Mobile Android Chrome
- Mobile iOS Safari (WebKit)
- Mobile Firefox
- Other
- type: dropdown
id: beta-yes-no
attributes:
label: At which address did you encounter bug?
multiple: true
options:
- canary.kodadot.xyz
- beta.kodadot.xyz
- kodadot.xyz
- type: dropdown
id: logged-in
attributes:
label: Are you logged in?
multiple: false
options:
- "Yes"
- "No"
- type: dropdown
id: chain-selector
attributes:
label: Which wallet you are using?
multiple: true
options:
- PolkadotJS
- Talisman
- SubWallet
- Nova Wallet
- type: dropdown
id: wallet-selector
attributes:
label: At which chain did you encounter bug?
multiple: true
options:
- Basilisk
- Kusama
- MoonBeam
- RMRK2
- type: textarea
id: Screenshots
attributes:
label: Screenshots
description: Screenshot/Video is worth more than debug logs!
placeholder: Paste from your clipboard or upload screenshots/video
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell

- type: textarea
id: rewardaddress
attributes:
label: Payment link for reward
description: Whenever you will be actively participating to get your bug fixed, helping elaborating and testing to get bug mitigated, you are eliglible for recieving reward. Read more how to share your address for reciving rewards https://github.com/kodadot/nft-gallery/blob/main/CONTRIBUTING.md#sharing-your-address-to-receive-reward
value: "https://kodadot.xyz/transfer/?target=%3CMy_Kusama_Address_check_https://github.com/kodadot/nft-gallery/blob/main/CONTRIBUTING.md#creating-your-ksm-address%3E"
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
options:
- label: I agree to follow this project's Code of Conduct
required: true
102 changes: 102 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_moonbeam.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
name: 🐞🌔 Bug Report MoonBeam
description: Create a report to help us improve KodaDot on MoonBeam
title: "Be descriptive and short"
labels: ["A-moonbeam", "bug", "p2"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Tell us, what happened?
placeholder: Tell us what you seen!
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: Please reproduce in steps
description: Tells us steps how to reproduce the bug behaviour
placeholder: Go to ... Click on .... See error
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected Behavior
description: A clear and concise description of what you expected to happen.
placeholder: I have expected ...
validations:
required: true
- type: dropdown
id: browsers
attributes:
label: What browsers are you seeing the problem on?
multiple: true
options:
- Chrome
- Firefox
- Safari
- Microsoft Edge
- 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:
- rmrk2.kodadot.xyz
- canary.kodadot.xyz
- beta.kodadot.xyz
- kodadot.xyz
- type: dropdown
id: logged-in
attributes:
label: Are you logged in?
multiple: false
options:
- "Yes"
- "No"
- type: dropdown
id: wallet-selector
attributes:
label: Which wallet you are using?
multiple: true
options:
- PolkadotJS
- Talisman
- SubWallet
- type: textarea
id: Screenshots
attributes:
label: Screenshots
description: Screenshot/Video is worth more than debug logs!
placeholder: Paste from your clipboard or upload screenshots/video
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell

- type: textarea
id: rewardaddress
attributes:
label: Payment link for reward
description: Whenever you will be actively participating to get your bug fixed, helping elaborating and testing to get bug mitigated, you are eliglible for recieving reward. Read more how to share your address for reciving rewards https://github.com/kodadot/nft-gallery/blob/main/CONTRIBUTING.md#sharing-your-address-to-receive-reward
value: "https://kodadot.xyz/transfer/?target=%3CMy_Kusama_Address_check_https://github.com/kodadot/nft-gallery/blob/main/CONTRIBUTING.md#creating-your-ksm-address%3E"
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
options:
- label: I agree to follow this project's Code of Conduct
required: true
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: RMRK2 Bug Report
description: Create a report to help us improve RMRK2 in KodaDot
name: 🐞℞ Bug Report RMRK2
description: Create a report to help us improve KodaDot on RMRK2
title: "Be descriptive and short"
labels: ["rmrk2", "bug", "p2"]
labels: ["A-rmrk2", "bug", "p2"]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Feature Request / User Experience
name: 💎 Feature Request / User Experience
description: Suggest an idea for KodaDot to be better for your friends
title: "Be descriptive and short"
labels: ["enhancement"]
Expand Down
2 changes: 1 addition & 1 deletion .github/diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions QA.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,11 @@ Our hiring process prioritizes cultural fit and teamwork. We are interested in c
Upon joining our team, KodaDot offers competitive pay based on your location, skill set, experience, code quality, and availability. Annual compensation ranges between $40,000 to $160,000.

Are you ready to shape the future of the NFT space with KodaDot? Choose your path, and together, let's make an impact in the NFT gallery world!

## Reach out

For more information, feel free to get in touch with our Head of Operations, Damsky.

- https://t.me/helloitsdamsky
- cryptodamsky@protonmail.com
- Discord: damsky | KodaDot#0879
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ You'll find our goals for KodaDot upcoming future!
#### Feel free to donate to our [KodaDot_Guild_Rewards](https://beta.kodadot.xyz/transfer?target=G29NScLSew5zqwmJAPupvJWDCDkpxKUhDnMeVdD2BBcnHar&usdamount=1000&donation=true) which already funded over $200k ([~1740 $KSM](https://dotscanner.com/Kusama/account/G29NScLSew5zqwmJAPupvJWDCDkpxKUhDnMeVdD2BBcnHar)) to notable contributing members

# Stay Tuned for Updates!
- Follow us on [Twitter](https://twitter.com/KodaDot), [Instagram](https://instagram.com/kodadot.xyz), [Youtube](https://www.youtube.com/channel/UCEULduld5NrqOL49k1KVjoA), [SubStack](https://kodadot.substack.com/) and [Medium](https://medium.com/kodadot)
- Join our [Discord](https://discord.gg/u6ymnbz4PR)
- Love our merchandise designs and haven't been on our physical events? You can now order it to [your home at our K-shop](https://shop.kodadot.xyz) and support us!
- Follow us on [Twitter](https://twitter.com/KodaDot), [Youtube](https://www.youtube.com/channel/UCEULduld5NrqOL49k1KVjoA), [SubStack](https://kodadot.substack.com/) and [Medium](https://blog.kodadot.xyz), [Instagram](https://instagram.com/kodadot.xyz),
- Join our [Telegram KodaDot Ecosystem](https://t.me/kodadot_eco), [Discord](https://discord.gg/u6ymnbz4PR)
- [Pick your T-shirt in KodaDot Swag Shop](https://shop.kodadot.xyz), use voucher `readme100` to get 100% OFF, first 10 redemptions only.
18 changes: 18 additions & 0 deletions assets/unlockable-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions assets/unlockable.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 15 additions & 13 deletions components/collection/HeroButtons.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@

<div class="is-flex">
<NeoDropdown append-to-body>
<NeoButton icon="share-alt" class="square-32 mr-3" />
<NeoButton
icon="share-alt"
class="square-32 mr-3"
data-cy="share-button" />
<template #items>
<NeoDropdownItem
v-clipboard:copy="currentCollectionUrl"
Expand All @@ -55,26 +58,25 @@
</template>
</NeoDropdown>

<NeoDropdown append-to-body>
<NeoButton icon="ellipsis-vertical" class="square-32" />
<NeoDropdown v-if="!isOwner" append-to-body>
<NeoButton
icon="ellipsis-vertical"
class="square-32"
data-cy="more-actions-button" />

<template #items>
<div v-if="isOwner">
<!-- related: https://github.com/kodadot/nft-gallery/issues/5792 -->
<!-- <div v-if="isOwner">
<NeoDropdownItem>
{{ $i18n.t('moreActions.delete') }}
</NeoDropdownItem>
<NeoDropdownItem>
{{ $i18n.t('moreActions.customize') }}
</NeoDropdownItem>
</div>
<div v-else>
<NeoDropdownItem disabled>
{{ $i18n.t('moreActions.reportNFT') }}
</NeoDropdownItem>
</div> -->
<div>
<NeoDropdownItem disabled>
<div class="is-flex">
{{ $i18n.t('moreActions.download') }}
<b-icon icon="download" class="pl-3" />
</div>
{{ $i18n.t('moreActions.reportCollection') }}
</NeoDropdownItem>
</div>
</template>
Expand Down
2 changes: 1 addition & 1 deletion components/collection/activity/events/Events.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="column">
<span>{{ $t('activity.event.item') }}</span>
</div>
<div class="column">
<div class="column is-1">
<span>{{ $t('activity.event.event') }}</span>
</div>
<div class="column">
Expand Down
Loading

0 comments on commit 6bbc9eb

Please sign in to comment.