chore: improving
This commit is contained in:
parent
927d8661ef
commit
dc63d057fd
3 changed files with 32 additions and 31 deletions
|
|
@ -2,17 +2,6 @@
|
|||
<div v-if="searchNostr" class="row q-col-gutter-md">
|
||||
<div class="col-12 q-gutter-y-md">
|
||||
<q-card>
|
||||
<!-- <q-card-section class="row items-center q-pb-none">
|
||||
<div class="text-h6">Search Globally</div>
|
||||
<q-space />
|
||||
<q-btn
|
||||
icon="close"
|
||||
flat
|
||||
round
|
||||
dense
|
||||
@click="searchNostr = !searchNostr"
|
||||
/>
|
||||
</q-card-section> -->
|
||||
<q-card-section>
|
||||
<div class="row items-center no-wrap q-mb-md">
|
||||
<div class="col">
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ const market = async () => {
|
|||
}
|
||||
},
|
||||
searchNostr: false,
|
||||
drawer: false,
|
||||
drawer: true,
|
||||
pubkeys: new Set(),
|
||||
relays: new Set(),
|
||||
events: [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue