Skip to content

Commit

Permalink
Merge pull request #1354 from hypersign-protocol/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Vishwas1 authored Jun 23, 2022
2 parents 218362b + 83af2c3 commit 7bd4921
Show file tree
Hide file tree
Showing 15 changed files with 556 additions and 209 deletions.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export default {
false;
}else{
this.showUserNav = window.location.pathname.includes("/form") ||
window.location.pathname.includes("/user")? true : false
window.location.pathname.includes("/user") || window.location.pathname.includes("/sa/home")?true : false
}
},
updated() {
Expand Down
2 changes: 1 addition & 1 deletion src/components/participant/ActionInputs/BinanceErc20.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</b-col>
</b-row>
<b-row v-if="!done">
<b-col class= "btn-group" cols="12" sm="8" md="8">
<b-col class= "btn-group" cols="12" sm="12" md="12">
<button class="btn btn-link" @click="invokeMetamask()">Connect Metamask</button>
<button class="btn btn-link" @click="update()">Continue</button>
</b-col>
Expand Down
2 changes: 1 addition & 1 deletion src/components/participant/ActionInputs/BinanceErc721.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</b-col>
</b-row>
<b-row v-if="!done">
<b-col class= "btn-group" cols="12" sm="8" md="8">
<b-col class= "btn-group" cols="12" sm="12" md="12">
<button class="btn btn-link" @click="invokeMetamask()">Connect Metamask</button>
<button class="btn btn-link" @click="update()">Continue</button>
</b-col>
Expand Down
6 changes: 3 additions & 3 deletions src/components/participant/ActionInputs/EthereumErc20.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
</b-col>
</b-row>
<b-row v-if="!done">
<b-col class= "btn-group" cols="12" sm="8" md="8">
<b-col class= "btn-group" cols="12" sm="12" md="12">
<button class="btn btn-link" @click="invokeMetamask()">Connect Metamask</button>
<button class="btn btn-link" @click="update()">Continue</button>
</b-col>
<button class="btn btn-link" @click="update()">Continue</button>
</b-col>
</b-row>
</b-card-body>
</b-collapse>
Expand Down
2 changes: 1 addition & 1 deletion src/components/participant/ActionInputs/EthereumErc721.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</b-col>
</b-row>
<b-row v-if="!done">
<b-col class= "btn-group" cols="12" sm="8" md="8">
<b-col class= "btn-group" cols="12" sm="12" col-12>
<button class="btn btn-link" @click="invokeMetamask()">Connect Metamask</button>
<button class="btn btn-link" @click="update()">Continue</button>
</b-col>
Expand Down
2 changes: 1 addition & 1 deletion src/components/participant/ActionInputs/MaticErc20.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</b-col>
</b-row>
<b-row v-if="!done">
<b-col class= "btn-group" cols="12" sm="8" md="8">
<b-col class= "btn-group" cols="12" sm="12" md="12">
<button class="btn btn-link" @click="invokeMetamask()">Connect Metamask</button>
<button class="btn btn-link" @click="update()">Continue</button>
</b-col>
Expand Down
2 changes: 1 addition & 1 deletion src/components/participant/ActionInputs/MaticErc721.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</b-col>
</b-row>
<b-row v-if="!done">
<b-col class= "btn-group" cols="12" sm="8" md="8">
<b-col class= "btn-group" cols="12" sm="12" md="12">
<button class="btn btn-link" @click="invokeMetamask()">Connect Metamask</button>
<button class="btn btn-link" @click="update()">Continue</button>
</b-col>
Expand Down
2 changes: 1 addition & 1 deletion src/components/participant/ActionInputs/MoonErc20.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</b-col>
</b-row>
<b-row v-if="!done">
<b-col class= "btn-group" cols="12" sm="8" md="8">
<b-col class= "btn-group" cols="12" sm="12" md="12">
<button class="btn btn-link" @click="invokeMetamask()">Connect Metamask</button>
<button class="btn btn-link" @click="update()">Continue</button>
</b-col>
Expand Down
2 changes: 1 addition & 1 deletion src/components/participant/ActionInputs/MoonErc721.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</b-col>
</b-row>
<b-row v-if="!done">
<b-col class= "btn-group" cols="12" sm="8" md="8">
<b-col class= "btn-group" cols="12" sm="12" md="12">
<button class="btn btn-link" @click="invokeMetamask()">Connect Metamask</button>
<button class="btn btn-link" @click="update()">Continue</button>
</b-col>
Expand Down
2 changes: 1 addition & 1 deletion src/components/participant/ActionInputs/MoonbeamErc20.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</b-col>
</b-row>
<b-row v-if="!done">
<b-col class= "btn-group" cols="12" sm="8" md="8">
<b-col class= "btn-group" cols="12" sm="12" md="12">
<button class="btn btn-link" @click="invokeMetamask()">Connect Metamask</button>
<button class="btn btn-link" @click="update()">Continue</button>
</b-col>
Expand Down
2 changes: 1 addition & 1 deletion src/components/participant/ActionInputs/MoonbeamErc721.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</b-col>
</b-row>
<b-row v-if="!done">
<b-col class= "btn-group" cols="12" sm="8" md="8">
<b-col class= "btn-group" cols="12" sm="12" md="12">
<button class="btn btn-link" @click="invokeMetamask()">Connect Metamask</button>
<button class="btn btn-link" @click="update()">Continue</button>
</b-col>
Expand Down
2 changes: 1 addition & 1 deletion src/components/participant/ActionInputs/MoonriverErc20.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</b-col>
</b-row>
<b-row v-if="!done">
<b-col class= "btn-group" cols="12" sm="8" md="8">
<b-col class= "btn-group" cols="12" sm="12" md="12">
<button class="btn btn-link" @click="invokeMetamask()">Connect Metamask</button>
<button class="btn btn-link" @click="update()">Continue</button>
</b-col>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</b-col>
</b-row>
<b-row v-if="!done">
<b-col class= "btn-group" cols="12" sm="8" md="8">
<b-col class= "btn-group" cols="12" sm="12" md="12">
<button class="btn btn-link" @click="invokeMetamask()">Connect Metamask</button>
<button class="btn btn-link" @click="update()">Continue</button>
</b-col>
Expand Down
Loading

0 comments on commit 7bd4921

Please sign in to comment.