Skip to content

Commit 668cc87

Browse files
authored
Merge pull request #940 from kodadot/disable-buy
Disabling all actions
2 parents cf996ba + 2ff46c8 commit 668cc87

File tree

2 files changed

+2
-57
lines changed

2 files changed

+2
-57
lines changed

src/components/rmrk/Gallery/AvailableActions.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div>
33
<Loader v-model="isLoading" :status="status" />
44
<div v-if="accountId" class="buttons">
5-
<b-button v-for="action in actions" :key="action" :type="iconType(action)[0]"
5+
<b-button disabled v-for="action in actions" :key="action" :type="iconType(action)[0]"
66
outlined
77
@click="handleAction(action)">
88
{{ action }}

yarn.lock

Lines changed: 1 addition & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -3702,11 +3702,6 @@ caseless@~0.12.0:
37023702
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
37033703
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
37043704

3705-
ccount@^1.0.0:
3706-
version "1.1.0"
3707-
resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.1.0.tgz#246687debb6014735131be8abab2d93898f8d043"
3708-
integrity sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==
3709-
37103705
chai@^4.1.2:
37113706
version "4.3.4"
37123707
resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.4.tgz#b55e655b31e1eac7099be4c08c21964fce2e6c49"
@@ -6324,39 +6319,6 @@ hash.js@^1.0.0, hash.js@^1.0.3, hash.js@^1.1.7:
63246319
inherits "^2.0.3"
63256320
minimalistic-assert "^1.0.1"
63266321

6327-
hast-util-is-element@^1.0.0:
6328-
version "1.1.0"
6329-
resolved "https://registry.yarnpkg.com/hast-util-is-element/-/hast-util-is-element-1.1.0.tgz#3b3ed5159a2707c6137b48637fbfe068e175a425"
6330-
integrity sha512-oUmNua0bFbdrD/ELDSSEadRVtWZOf3iF6Lbv81naqsIV99RnSCieTbWuWCY8BAeEfKJTKl0gRdokv+dELutHGQ==
6331-
6332-
hast-util-sanitize@^3.0.0:
6333-
version "3.0.2"
6334-
resolved "https://registry.yarnpkg.com/hast-util-sanitize/-/hast-util-sanitize-3.0.2.tgz#b0b783220af528ba8fe6999f092d138908678520"
6335-
integrity sha512-+2I0x2ZCAyiZOO/sb4yNLFmdwPBnyJ4PBkVTUMKMqBwYNA+lXSgOmoRXlJFazoyid9QPogRRKgKhVEodv181sA==
6336-
dependencies:
6337-
xtend "^4.0.0"
6338-
6339-
hast-util-to-html@^7.0.0:
6340-
version "7.1.3"
6341-
resolved "https://registry.yarnpkg.com/hast-util-to-html/-/hast-util-to-html-7.1.3.tgz#9f339ca9bea71246e565fc79ff7dbfe98bb50f5e"
6342-
integrity sha512-yk2+1p3EJTEE9ZEUkgHsUSVhIpCsL/bvT8E5GzmWc+N1Po5gBw+0F8bo7dpxXR0nu0bQVxVZGX2lBGF21CmeDw==
6343-
dependencies:
6344-
ccount "^1.0.0"
6345-
comma-separated-tokens "^1.0.0"
6346-
hast-util-is-element "^1.0.0"
6347-
hast-util-whitespace "^1.0.0"
6348-
html-void-elements "^1.0.0"
6349-
property-information "^5.0.0"
6350-
space-separated-tokens "^1.0.0"
6351-
stringify-entities "^3.0.1"
6352-
unist-util-is "^4.0.0"
6353-
xtend "^4.0.0"
6354-
6355-
hast-util-whitespace@^1.0.0:
6356-
version "1.0.4"
6357-
resolved "https://registry.yarnpkg.com/hast-util-whitespace/-/hast-util-whitespace-1.0.4.tgz#e4fe77c4a9ae1cb2e6c25e02df0043d0164f6e41"
6358-
integrity sha512-I5GTdSfhYfAPNztx2xJRQpG8cuDSNt599/7YUn7Gx/WxNMsG+a835k97TDkFgk123cwjfwINaZknkKkphx/f2A==
6359-
63606322
63616323
version "1.2.0"
63626324
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
@@ -6811,7 +6773,7 @@ is-buffer@^1.1.5:
68116773
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
68126774
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
68136775

6814-
is-buffer@^2.0.0, is-buffer@~2.0.3:
6776+
is-buffer@~2.0.3:
68156777
version "2.0.5"
68166778
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.5.tgz#ebc252e400d22ff8d77fa09888821a24a658c191"
68176779
integrity sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==
@@ -9323,13 +9285,6 @@ promise-inflight@^1.0.1:
93239285
resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3"
93249286
integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM=
93259287

9326-
property-information@^5.0.0:
9327-
version "5.6.0"
9328-
resolved "https://registry.yarnpkg.com/property-information/-/property-information-5.6.0.tgz#61675545fb23002f245c6540ec46077d4da3ed69"
9329-
integrity sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==
9330-
dependencies:
9331-
xtend "^4.0.0"
9332-
93339288
proto-list@~1.2.1:
93349289
version "1.2.4"
93359290
resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849"
@@ -10580,16 +10535,6 @@ strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
1058010535
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
1058110536
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
1058210537

10583-
strip-json-comments@~2.0.1:
10584-
version "2.0.1"
10585-
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
10586-
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
10587-
10588-
strip-markdown@^4.0.0:
10589-
version "4.0.0"
10590-
resolved "https://registry.yarnpkg.com/strip-markdown/-/strip-markdown-4.0.0.tgz#1f48aeb5ce81b646487d9f8fbdc18f8bf1416ba2"
10591-
integrity sha512-jwoS5zwHNFjergQjg4RFzmdS4n5WOd5DXDIwRY0jye9ALYMscLWfwZVBMt4P/va5aRmm7Dlj6O4NjMuaD7609Q==
10592-
1059310538
stylehacks@^4.0.0:
1059410539
version "4.0.3"
1059510540
resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-4.0.3.tgz#6718fcaf4d1e07d8a1318690881e8d96726a71d5"

0 commit comments

Comments
 (0)