diff --git a/tests/gui/vuejs/noogle/package.json b/tests/gui/vuejs/noogle/package.json index 010a139..e9e543e 100644 --- a/tests/gui/vuejs/noogle/package.json +++ b/tests/gui/vuejs/noogle/package.json @@ -11,6 +11,7 @@ "dependencies": { "@rust-nostr/nostr-sdk": "^0.8.0", "bootstrap": "^5.3.2", + "daisyui": "^4.6.0", "mini-toastr": "^0.8.1", "vue": "^3.4.15", "vue-notifications": "^1.0.2", diff --git a/tests/gui/vuejs/noogle/src/App.vue b/tests/gui/vuejs/noogle/src/App.vue index 1381c7f..91b597d 100644 --- a/tests/gui/vuejs/noogle/src/App.vue +++ b/tests/gui/vuejs/noogle/src/App.vue @@ -9,10 +9,8 @@ import Nip07 from "@/components/Nip07.vue";
- - diff --git a/tests/gui/vuejs/noogle/src/app.css b/tests/gui/vuejs/noogle/src/app.css index 1c50ce6..a4f2e6b 100644 --- a/tests/gui/vuejs/noogle/src/app.css +++ b/tests/gui/vuejs/noogle/src/app.css @@ -20,4 +20,12 @@ a, color: hsla(160, 100%, 37%, 1); transition: 0.4s; padding: 3px; -} \ No newline at end of file +} +.menu { +color: white; + @apply btn bg-transparent border-transparent; + + } + + + diff --git a/tests/gui/vuejs/noogle/src/assets/usercard.png b/tests/gui/vuejs/noogle/src/assets/usercard.png new file mode 100644 index 0000000..a83e51a Binary files /dev/null and b/tests/gui/vuejs/noogle/src/assets/usercard.png differ diff --git a/tests/gui/vuejs/noogle/src/components/AboutPage.vue b/tests/gui/vuejs/noogle/src/components/AboutPage.vue index 3cf54f1..bd31585 100644 --- a/tests/gui/vuejs/noogle/src/components/AboutPage.vue +++ b/tests/gui/vuejs/noogle/src/components/AboutPage.vue @@ -1,13 +1,69 @@ - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/tests/gui/vuejs/noogle/src/components/Donate.vue b/tests/gui/vuejs/noogle/src/components/Donate.vue index 344af26..8cc3b5c 100644 --- a/tests/gui/vuejs/noogle/src/components/Donate.vue +++ b/tests/gui/vuejs/noogle/src/components/Donate.vue @@ -52,7 +52,7 @@ export default { --> +
+
Sign in
+
+
+

Nip07 Login

+

Use a Browser Nip07 Extension like getalby or nos2x to login

+ +
+
+
+ + @@ -41,7 +50,15 @@ export default { }; }, async mounted() { - await this.sign_in(); + try{ + //let testsginer = new Nip07Signer() + await this.sign_in() + } + catch (error){ + console.log(error); + console.log("nah"); + } + }, methods: { @@ -172,7 +189,8 @@ export default { } .v-Button { @apply bg-black hover:bg-nostr focus:ring-nostr mb-2 inline-flex flex-none items-center rounded-lg border border-nostr px-3 py-1.5 text-sm leading-4 text-white transition-colors duration-300 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-white dark:focus:ring-offset-gray-900; - height: 44px; + margin-right: 200px; + height: 44px; } .c-Button { diff --git a/tests/gui/vuejs/noogle/src/components/ResultTable.vue b/tests/gui/vuejs/noogle/src/components/ResultTable.vue index c40b914..804e5fe 100644 --- a/tests/gui/vuejs/noogle/src/components/ResultTable.vue +++ b/tests/gui/vuejs/noogle/src/components/ResultTable.vue @@ -1,5 +1,5 @@