-
-
Notifications
You must be signed in to change notification settings - Fork 365
Statemine Integration for KodaDot #1556
Conversation
|
A reviewer left a comment: Browser metadata |
HEY! That's me. |
Should be fixed in 92bdea8 |
|
/giphy whats happening here |
|
@vikiival π |
# Conflicts: # nuxt.config.js
|
/giphy merging from mobile while driving |
roiLeo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well we got big update over here!
Some things I noted:
<div class="box">oncomponnents/unique/could be added to layout instead of adding it on each file- Are mixins required? Will it interfere with the rendering? Does it increase loading onn some component?
- One Landing component for multiple entry point? I thought the design would change from selected parachain
| <div class="columns"> | ||
| <div class="column is-6 is-offset-3"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing layout on this file
| > | ||
| <Identity :address="props.row.From" inline noOverflow /> | ||
| </nuxt-link> | ||
| </router-link> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| </router-link> | |
| </nuxt-link> |
| v-slot="props" | ||
| > | ||
| <nuxt-link | ||
| <router-link |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <router-link | |
| <nuxt-link |
| buy: any[], | ||
| list: any[], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| buy: any[], | |
| list: any[], | |
| buy: [Date, number][], | |
| list: [Date, number][], |
|
|
||
| <script lang="ts" > | ||
| import { Component, Prop, Vue } from 'nuxt-property-decorator' | ||
| import { Component, Prop, Vue } from 'vue-property-decorator' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| import { Component, Prop, Vue } from 'vue-property-decorator' | |
| import { Component, Prop, Vue } from 'nuxt-property-decorator' |
| @@ -0,0 +1,77 @@ | |||
| <template> | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Indentation
- What does this component do?
| get fileType() { | ||
| return resolveMedia(this.vFile?.type) | ||
| } | ||
| get secondaryFileVisible() { | ||
| const fileType = this.fileType | ||
| return ![MediaType.UNKNOWN, MediaType.IMAGE].some(t => t === fileType) | ||
| } | ||
| get hasPrice() { | ||
| return Number(this.vPrice) | ||
| } | ||
| get clickableMax() { | ||
| return (this.max || Infinity) - this.alreadyMinted | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
return type
|
/giphy can we be one |





Statemine is here!
Thank you for your contribution to the KodaDot NFT gallery,
we really appreciate your contribution!
PR type
Before submitting this PR, please make sure:
What's new? (may be part of changelog)