feat: small UI improvements
This commit is contained in:
parent
1f0ea23359
commit
0db0e74bf0
1 changed files with 71 additions and 63 deletions
|
|
@ -1,4 +1,5 @@
|
|||
<q-card>
|
||||
<q-card-section>
|
||||
<div class="q-pa-md">
|
||||
<div class="q-gutter-y-md">
|
||||
<q-tabs v-model="tab" active-color="primary" align="justify">
|
||||
|
|
@ -46,28 +47,35 @@
|
|||
</div>
|
||||
</q-tab-panel>
|
||||
<q-tab-panel name="marketplace">
|
||||
<strong>Information</strong>
|
||||
<div class="q-mb-md"> <strong>Information</strong></div>
|
||||
<q-input outlined v-model="inputPubkey" type="text" label="Marketplace Name" class="q-mb-md">
|
||||
</q-input>
|
||||
|
||||
<q-input outlined v-model="inputPubkey" type="textarea" rows="3" label="Marketplace Description"
|
||||
class="q-mb-lg"></q-input>
|
||||
<strong class="q-mb-md">UI Configurations</strong>
|
||||
<div class="q-mb-md q-mt-lg">
|
||||
<strong>UI Configurations</strong>
|
||||
</div>
|
||||
<q-input outlined v-model="inputPubkey" type="text" label="Theme" class="q-mb-md">
|
||||
</q-input>
|
||||
<q-input outlined v-model="inputPubkey" type="text" label="Logo" class="q-mb-md">
|
||||
</q-input>
|
||||
<q-input outlined v-model="inputPubkey" type="text" label="Banner" class="q-mb-md">
|
||||
</q-input>
|
||||
<div class="float-right">
|
||||
<q-btn flat label="Copy Naddr" color="grey"></q-btn>
|
||||
<q-btn flat label="Update" color="primary"></q-btn>
|
||||
</div>
|
||||
|
||||
|
||||
</q-tab-panel>
|
||||
|
||||
</q-tab-panels>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</q-card-section>
|
||||
<q-card-section>
|
||||
<div class="float-right">
|
||||
<q-btn flat label="Copy Naddr" color="green"></q-btn>
|
||||
<q-btn flat label="Update" color="primary"></q-btn>
|
||||
</div>
|
||||
</q-card-section>
|
||||
<q-card-section></q-card-section>
|
||||
</q-card>
|
||||
Loading…
Add table
Add a link
Reference in a new issue