From a83f13e21059f933425c960a4ef3201744bb169b Mon Sep 17 00:00:00 2001 From: Believethehype Date: Sun, 28 Jan 2024 20:34:29 +0100 Subject: [PATCH] more compact dvm cards --- ui/noogle/src/components/ImageGeneration.vue | 115 ++++++++++++++++++- ui/noogle/src/components/Search.vue | 6 +- 2 files changed, 113 insertions(+), 8 deletions(-) diff --git a/ui/noogle/src/components/ImageGeneration.vue b/ui/noogle/src/components/ImageGeneration.vue index 3ca88a6..ab37eb7 100644 --- a/ui/noogle/src/components/ImageGeneration.vue +++ b/ui/noogle/src/components/ImageGeneration.vue @@ -92,7 +92,7 @@ async function listen() { //const dvmname = getNamefromId(event.author.toHex()) console.log("Received new event from", relayUrl); let resonsetorequest = false - sleep(500).then(async () => { + sleep(1000).then(async () => { for (let tag in event.tags) { if (event.tags[tag].asVec()[0] === "e") { console.log("IMAGE ETAG: " + event.tags[tag].asVec()[1]) @@ -300,12 +300,100 @@ defineProps({
-
+
+
+ + + + +
+ +
+
+ DVM Picture +
+ + +

{{ dvm.name }}

+
+

{{ dvm.about }}

+ + + +
+ +
+ + + + + + + + + +
+ +
+
+ DVM Picture +
+
+ +
+
+
+ +