From e4ffe75694f5b92deb09d0202fd8f1fc9f0d9927 Mon Sep 17 00:00:00 2001 From: roiLeo Date: Fri, 20 Dec 2024 14:52:16 +0100 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=94=A7=20columns=20&=20column=20bulma?= =?UTF-8?q?=20to=20tailwind?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/collection/CollectionDetail.vue | 8 +- .../collection/drop/GenerativeLayout.vue | 4 +- components/massmint/OverviewTable.vue | 204 ++++++++---------- components/migrate/steps/Index.vue | 4 +- 4 files changed, 103 insertions(+), 117 deletions(-) diff --git a/components/collection/CollectionDetail.vue b/components/collection/CollectionDetail.vue index f899f2e6d3..bcc4d4e32b 100644 --- a/components/collection/CollectionDetail.vue +++ b/components/collection/CollectionDetail.vue @@ -43,7 +43,7 @@ v-if="nfts && !isLoading" class="flex justify-around is-vcentered" > -
+

{{ $t('collectionCard.volume') }}

@@ -52,7 +52,7 @@ :value="collectionTradedVolumeNumber" />
-
+

{{ $t('series.highestSale') }}

@@ -62,7 +62,7 @@ />
-
+

{{ $t('collectionCard.items') }}

@@ -76,7 +76,7 @@
-
-
+
+
diff --git a/components/migrate/steps/Index.vue b/components/migrate/steps/Index.vue index 21b4ceaee1..f2f5fecba7 100644 --- a/components/migrate/steps/Index.vue +++ b/components/migrate/steps/Index.vue @@ -11,8 +11,8 @@ {{ $t('migrate.homeButton') }} -
-
+
+

- + {{ nft.id }} - + - +
- +
- +
- +
- + Date: Thu, 26 Dec 2024 03:55:51 +0000 Subject: [PATCH 3/3] [skip netlify]: migrate config .github/renovate.json --- .github/renovate.json | 50 +++++++++++++++++++++++++++++-------------- 1 file changed, 34 insertions(+), 16 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 01f497d3a6..aaf39b9676 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -4,37 +4,55 @@ "automerge": true, "automergeType": "pr-comment", "automergeComment": "lgtm", - "extends": ["config:base", ":dependencyDashboard"], + "extends": [ + "config:recommended", + ":dependencyDashboard" + ], "prHourlyLimit": 5, - "enabledManagers": ["npm"], + "enabledManagers": [ + "npm" + ], "rangeStrategy": "bump", "updatePinnedDependencies": false, - "schedule": ["before 3am on Monday"], + "schedule": [ + "before 3am on Monday" + ], "packageRules": [ { - "matchSourceUrlPrefixes": [ - "https://github.com/polkadot-js/", - "https://github.com/vue-polkadot/", - "https://github.com/kodadot/packages", - "https://github.com/cloudacy/vue-markdown-render", - "https://github.com/FortAwesome/Font-Awesome", - "https://github.com/TypeStrong/ts-loader" - ], "groupName": "merge with hazmat suit extra", - "enabled": false + "enabled": false, + "matchSourceUrls": [ + "https://github.com/polkadot-js/{/,}**", + "https://github.com/vue-polkadot/{/,}**", + "https://github.com/kodadot/packages{/,}**", + "https://github.com/cloudacy/vue-markdown-render{/,}**", + "https://github.com/FortAwesome/Font-Awesome{/,}**", + "https://github.com/TypeStrong/ts-loader{/,}**" + ] }, { "groupName": "Bumped minor version of packages", "prHeader": "Bumped minor version of packages, check if builds are still passing, please 🥺", - "matchUpdateTypes": ["minor", "patch"], - "matchDepTypes": ["dependencies", "devDependencies"] + "matchUpdateTypes": [ + "minor", + "patch" + ], + "matchDepTypes": [ + "dependencies", + "devDependencies" + ] }, { - "matchUpdateTypes": ["major", "pin"], + "matchUpdateTypes": [ + "major", + "pin" + ], "enabled": false }, { - "packageNames": ["node"], + "matchPackageNames": [ + "node" + ], "enabled": false } ]