feat: optimize filtering for DMs

This commit is contained in:
Vlad Stan 2023-03-08 18:33:23 +02:00
parent bf670c3545
commit 69dcbcb002
7 changed files with 79 additions and 19 deletions

View file

@ -43,8 +43,8 @@
></q-checkbox>
</q-td>
<q-td key="pubkey" :props="props">
{{toShortId(props.row.pubkey)}}
<q-td key="public_key" :props="props">
{{toShortId(props.row.public_key)}}
</q-td>
<q-td key="time" :props="props"> {{formatDate(props.row.time)}} </q-td>
</q-tr>
@ -115,7 +115,7 @@
dense
readonly
disabled
v-model.trim="props.row.pubkey"
v-model.trim="props.row.public_key"
type="text"
></q-input>
</div>