feat: ui bla bla
This commit is contained in:
parent
820ae9a831
commit
8aed357397
2 changed files with 4 additions and 3 deletions
|
|
@ -117,8 +117,7 @@
|
|||
<q-separator />
|
||||
<q-card-section>
|
||||
<div class="float-right">
|
||||
<q-btn flat label="Copy Naddr" color="green"></q-btn>
|
||||
<q-btn flat label="Update" class="q-ml-lg" color="primary"></q-btn>
|
||||
<q-btn flat label="Publish Update" class="q-ml-lg" color="primary"></q-btn>
|
||||
</div>
|
||||
</q-card-section>
|
||||
<q-card-section></q-card-section>
|
||||
|
|
|
|||
|
|
@ -112,7 +112,9 @@
|
|||
|
||||
</div>
|
||||
<div class="col-lg-1 col-md-1 col-sm-0 gt-sm auto-width">
|
||||
<q-btn v-if="activePage !== 'market'" flat color="grey" icon="content_copy" @click="copyUrl()"
|
||||
<q-btn v-if="activePage === 'customer-stall'" flat color="grey" icon="content_copy" @click="copyUrl()"
|
||||
class="q-ml-sm float-right"></q-btn>
|
||||
<q-btn v-if="activePage === 'market-config'" flat color="primary" label="Naddr" icon="share" @click="copyUrl()"
|
||||
class="q-ml-sm float-right"></q-btn>
|
||||
</div>
|
||||
<div class="col-lg-2 col-md-1 col-sm-0 auto-width"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue