Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit da93f83

Browse files
authored
Merge pull request #665 from kodadot/main
Sometimes after fog, comes sunny day.
2 parents e5951e0 + e7322b6 commit da93f83

22 files changed

+645
-314
lines changed

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,19 @@
2121
"@fortawesome/free-solid-svg-icons": "^5.15.3",
2222
"@fortawesome/vue-fontawesome": "^2.0.2",
2323
"@google/model-viewer": "^1.7.2",
24-
"@polkadot/extension-dapp": "^0.38.6",
25-
"@polkadot/types": "^4.15.1",
26-
"@polkadot/ui-keyring": "^0.81.1",
27-
"@polkadot/util": "^6.9.1",
28-
"@polkadot/util-crypto": "^6.9.1",
29-
"@polkadot/vue-identicon": "^0.81.1",
24+
"@polkadot/extension-dapp": "^0.39.3",
25+
"@polkadot/types": "5.7.1",
26+
"@polkadot/types-known": "5.7.1",
27+
"@polkadot/ui-keyring": "^0.85.3",
28+
"@polkadot/util": "7.3.1",
29+
"@polkadot/util-crypto": "7.3.1",
30+
"@polkadot/vue-identicon": "^0.85.3",
3031
"@subsocial/api": "^0.5.8",
3132
"@subsocial/types": "^0.5.8",
3233
"@subsocial/utils": "^0.4.39",
3334
"@types/file-saver": "^2.0.2",
34-
"@vue-polkadot/vue-api": "0.0.35",
35-
"@vue-polkadot/vue-settings": "^0.0.18",
35+
"@vue-polkadot/vue-api": "^0.0.45",
36+
"@vue-polkadot/vue-settings": "^0.0.19",
3637
"apollo-boost": "^0.4.9",
3738
"axios": "^0.21.1",
3839
"buefy": "^0.9.8",

public/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,9 @@
8080
<div id="app">
8181
<div class="preloader-container">
8282
<div class="preloader">
83-
<video width="240" height="240" playsinline autoplay muted loop>
84-
<source src="/kodadot_preloader_1.mp4" type="video/mp4">
85-
Your browser does not support the video tag.
86-
</video>
83+
<object type="image/svg+xml" data="kodadot_preloader_1.svg">
84+
KodaDot preloader
85+
</object>
8786
<br />
8887
<span class="preloader-text">
8988
🔌 Charging Kusama<br>

public/kodadot_preloader_1.gif

-475 KB
Binary file not shown.

public/kodadot_preloader_1.mp4

-219 KB
Binary file not shown.

public/kodadot_preloader_1.svg

Lines changed: 112 additions & 0 deletions
Loading

src/assets/homepage-bg.jpg

232 KB
Loading

src/components/Navbar.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
src="/koda300x300.svg"
1212
alt="First NFT market explorer on Kusama and Polkadot"
1313
class="logo__img"
14+
width="60"
15+
height="60"
1416
>
1517
</b-navbar-item>
1618
</template>

src/components/landing/Landing.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export default class Landing extends Vue {
230230
height: 100%;
231231
232232
@include desktop {
233-
background: url('../../assets/homepage-bg.png') center bottom;
233+
background: url('../../assets/homepage-bg.jpg') center bottom;
234234
background-repeat: no-repeat;
235235
background-size: contain;
236236
}

src/components/rmrk/Create/CreateCollection.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717

1818
<MetadataUpload
1919
v-model="image"
20-
label="Drop your NFT here or click to upload. We support various media types (bmp/ gif/ jpeg/ png/ svg/ tiff/ webp/ mp4/ ogv/ quicktime/ webm/ glb/ flac/ mp3/ json)"
20+
label="Drop collection logo here or click to upload. We support various media types (PNG, JPEG, GIF, SVG)"
2121
expanded
2222
preview
23-
accept="image/png, image/jpeg, image/gif"
23+
accept="image/png, image/jpeg, image/gif, image/svg+xml, image/svg"
2424
/>
2525

2626
<b-field grouped :label="$i18n.t('Name')">
2727
<b-input
28-
placeholder="Name your NFT"
28+
placeholder="Name your collection"
2929
v-model="rmrkMint.name"
3030
expanded
3131
class="mr-0"
@@ -61,7 +61,7 @@
6161
v-model="meta.description"
6262
maxlength="500"
6363
type="textarea"
64-
placeholder="Describe your NFT"
64+
placeholder="Describe your collection"
6565
spellcheck="true"
6666
></b-input>
6767
</b-field>
@@ -237,9 +237,9 @@ export default class CreateCollection extends Mixins(
237237
const decoded = api.registry.findMetaError(
238238
dispatchError.asModule
239239
);
240-
const { documentation, name, section } = decoded;
240+
const { docs, name, section } = decoded;
241241
showNotification(
242-
`[ERR] ${section}.${name}: ${documentation.join(' ')}`,
242+
`[ERR] ${section}.${name}: ${docs.join(' ')}`,
243243
notificationTypes.danger
244244
);
245245
} else {

src/components/rmrk/Create/CreateItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div>
33
<MetadataUpload
44
v-model="vFile"
5-
label="Drop your NFT here or click to upload. We support various media types (bmp/ gif/ jpeg/ png/ svg/ tiff/ webp/ mp4/ ogv/ quicktime/ webm/ glb/ flac/ mp3/ json)"
5+
label="Drop your NFT here or click to upload. We support various media types (BMP, GIF, JPEG, PNG, SVG, TIFF, WEBP, MP4, OGV, QUICKTIME, WEBM, GLB, FLAC, MP3, JSON)"
66
expanded
77
preview
88
/>

0 commit comments

Comments
 (0)