diff --git a/nostr_dvm/tasks/advanced_search.py b/nostr_dvm/tasks/advanced_search.py
index 02da7d9..fa3a693 100644
--- a/nostr_dvm/tasks/advanced_search.py
+++ b/nostr_dvm/tasks/advanced_search.py
@@ -138,7 +138,7 @@ class AdvancedSearch(DVMTaskInterface):
for event in events:
e_tag = Tag.parse(["e", event.id().to_hex()])
- print(e_tag.as_vec())
+ #print(e_tag.as_vec())
result_list.append(e_tag.as_vec())
return json.dumps(result_list)
diff --git a/ui/noogle/src/components/ImageGeneration.vue b/ui/noogle/src/components/ImageGeneration.vue
index 2229d18..8e7b7c5 100644
--- a/ui/noogle/src/components/ImageGeneration.vue
+++ b/ui/noogle/src/components/ImageGeneration.vue
@@ -338,6 +338,7 @@ import ModalComponent from "../components/Newnote.vue";
const isModalOpened = ref(false);
const modalcontent = ref("");
+
const openModal = result => {
isModalOpened.value = true;
modalcontent.value = result
@@ -347,7 +348,7 @@ const closeModal = () => {
};
const submitHandler = async () => {
- console.log("hello")
+
await post_note(modalcontent)
}
diff --git a/ui/noogle/src/components/Newnote.vue b/ui/noogle/src/components/Newnote.vue
index 3dc2cf4..18a8943 100644
--- a/ui/noogle/src/components/Newnote.vue
+++ b/ui/noogle/src/components/Newnote.vue
@@ -1,6 +1,8 @@
@@ -27,6 +60,7 @@ onClickOutside(target, ()=>emit('modal-close'))
+
diff --git a/ui/noogle/src/components/Nip89.vue b/ui/noogle/src/components/Nip89.vue
index c5caf74..b92a6cc 100644
--- a/ui/noogle/src/components/Nip89.vue
+++ b/ui/noogle/src/components/Nip89.vue
@@ -64,7 +64,11 @@ export default {
if (jsonentry.picture){
jsonentry.image = jsonentry.picture
}
+ else if (!jsonentry.picture && !jsonentry.image){
+ jsonentry.image = "../assets/nostr-purple.svg"
+ }
jsonentry.event = entry.asJson()
+ jsonentry.id = entry.id.toHex()
jsonentry.createdAt = entry.createdAt.asSecs()
jsonentry.kind = entry.tags[tag].asVec()[1]
nip89dvms.push(jsonentry);
diff --git a/ui/noogle/src/components/Nip89view.vue b/ui/noogle/src/components/Nip89view.vue
index d8bcd4b..ba8f597 100644
--- a/ui/noogle/src/components/Nip89view.vue
+++ b/ui/noogle/src/components/Nip89view.vue
@@ -1,47 +1,25 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
{{ dvm.name }}
-
+
+
+
+
{{ dvm.name }}
+
+
+
+
+
+
+
{{ dvm.about }}
-
-
-
-
+
+
+
-
-
-
-
-
-
-
+
+