chore: code format
This commit is contained in:
parent
7adc33b729
commit
77f7c0b18f
1 changed files with 23 additions and 16 deletions
|
|
@ -15,7 +15,9 @@
|
||||||
></q-input>
|
></q-input>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-3">
|
<div class="col-3">
|
||||||
<q-btn unelevated color="primary" class="float-right" type="submit">Add relay </q-btn>
|
<q-btn unelevated color="primary" class="float-right" type="submit"
|
||||||
|
>Add relay
|
||||||
|
</q-btn>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</q-form>
|
</q-form>
|
||||||
|
|
@ -60,7 +62,6 @@
|
||||||
<div v-if="col.name == 'id'"></div>
|
<div v-if="col.name == 'id'"></div>
|
||||||
<div v-else>{{ col.label }}</div>
|
<div v-else>{{ col.label }}</div>
|
||||||
</q-th>
|
</q-th>
|
||||||
|
|
||||||
</q-tr>
|
</q-tr>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
@ -94,7 +95,6 @@
|
||||||
</template>
|
</template>
|
||||||
</q-table>
|
</q-table>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
|
|
||||||
</q-card>
|
</q-card>
|
||||||
<q-card>
|
<q-card>
|
||||||
<q-card-section>
|
<q-card-section>
|
||||||
|
|
@ -110,7 +110,9 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-3">
|
<div class="col-3">
|
||||||
<q-btn unelevated color="primary" class="float-right" >Test Endpoint</q-btn>
|
<q-btn unelevated color="primary" class="float-right"
|
||||||
|
>Test Endpoint</q-btn
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
|
|
@ -131,18 +133,19 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row q-mt-sm q-mb-lg">
|
<div class="row q-mt-sm q-mb-lg">
|
||||||
<div class="col-3">
|
<div class="col-3"></div>
|
||||||
</div>
|
|
||||||
<div class="col-9">
|
<div class="col-9">
|
||||||
<q-badge color="yellow" text-color="black">
|
<q-badge color="yellow" text-color="black">
|
||||||
<span>This should be a temp private (throw away). No not user your own private key! </span>
|
<span
|
||||||
|
>This should be a temp private (throw away). No not user your
|
||||||
|
own private key!
|
||||||
|
</span>
|
||||||
</q-badge>
|
</q-badge>
|
||||||
|
|
||||||
<q-badge color="yellow" text-color="black">
|
<q-badge color="yellow" text-color="black">
|
||||||
<span> It is optional. One can be generated for you!</span>
|
<span> It is optional. One can be generated for you!</span>
|
||||||
</q-badge>
|
</q-badge>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="row q-mt-md">
|
<div class="row q-mt-md">
|
||||||
<div class="col-3">
|
<div class="col-3">
|
||||||
|
|
@ -159,7 +162,6 @@
|
||||||
label="Test Message"
|
label="Test Message"
|
||||||
></q-input>
|
></q-input>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="row q-mt-md">
|
<div class="row q-mt-md">
|
||||||
<div class="col-3">
|
<div class="col-3">
|
||||||
|
|
@ -176,8 +178,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row q-mt-sm q-mb-lg">
|
<div class="row q-mt-sm q-mb-lg">
|
||||||
<div class="col-3">
|
<div class="col-3"></div>
|
||||||
</div>
|
|
||||||
<div class="col-9">
|
<div class="col-9">
|
||||||
<q-badge color="yellow" text-color="black">
|
<q-badge color="yellow" text-color="black">
|
||||||
<span>This is the recipient of the message</span>
|
<span>This is the recipient of the message</span>
|
||||||
|
|
@ -186,7 +187,13 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<q-btn :disabled="!testData.recieverPublicKey || !testData.message" unelevated color="primary" class="float-right" >Send Message</q-btn>
|
<q-btn
|
||||||
|
:disabled="!testData.recieverPublicKey || !testData.message"
|
||||||
|
unelevated
|
||||||
|
color="primary"
|
||||||
|
class="float-right"
|
||||||
|
>Send Message</q-btn
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
|
|
@ -253,7 +260,7 @@
|
||||||
testData: {
|
testData: {
|
||||||
senderPrivateKey: null,
|
senderPrivateKey: null,
|
||||||
recieverPublicKey: null,
|
recieverPublicKey: null,
|
||||||
message: null,
|
message: null
|
||||||
},
|
},
|
||||||
relayTable: {
|
relayTable: {
|
||||||
columns: [
|
columns: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue