mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-03-19 14:21:46 +01:00
table fixes
This commit is contained in:
parent
7527aef14d
commit
97b3b402e5
@ -77,8 +77,8 @@ export default {
|
||||
await client.addRelay("wss://relay.f7z.io")
|
||||
await client.addRelay("wss://pablof7z.nostr1.com")
|
||||
await client.addRelay("wss://relay.nostr.net")
|
||||
await client.addRelay("wss://relay.nostr.band");
|
||||
await client.addRelay("wss://nostr-pub.wellorder.net")
|
||||
//await client.addRelay("wss://relay.nostr.band");
|
||||
//await client.addRelay("wss://nostr-pub.wellorder.net")
|
||||
|
||||
const pubkey = await nip07_signer.getPublicKey();
|
||||
await client.connect();
|
||||
|
@ -28,7 +28,7 @@ import store from '../store';
|
||||
|
||||
|
||||
const headers: Header[] = [
|
||||
{ text: "Results:", value: "content", width: 400},
|
||||
{ text: "Results:", value: "content", fixed: true, width: 800},
|
||||
{ text: "Time", value: "indicator.time", sortable: true, width:100},
|
||||
];
|
||||
</script>
|
||||
|
@ -19,7 +19,7 @@ async function send_search_request(message) {
|
||||
let tags = []
|
||||
tags.push(Tag.parse(["i", message, "text"]))
|
||||
tags.push(Tag.parse(["param", "max_results", "100"]))
|
||||
let evt = new EventBuilder(5302, "Search for me", tags)
|
||||
let evt = new EventBuilder(5302, "NIP 90 Search request", tags)
|
||||
let res = await client.sendEventBuilder(evt)
|
||||
miniToastr.showMessage("Sent Request to DVMs", "Awaiting results", VueNotifications.types.warn)
|
||||
if (!listener){
|
||||
|
Loading…
x
Reference in New Issue
Block a user