noogle: optimizations for mobile, update nostr-login

This commit is contained in:
Believethehype 2024-03-06 12:00:48 +01:00
parent ff2d7d4de5
commit a2b656bb59
4 changed files with 8 additions and 6 deletions

View File

@ -18,7 +18,7 @@
"bootstrap": "^5.3.2", "bootstrap": "^5.3.2",
"daisyui": "^4.6.0", "daisyui": "^4.6.0",
"mini-toastr": "^0.8.1", "mini-toastr": "^0.8.1",
"nostr-login": "^1.0.12", "nostr-login": "^1.0.17",
"nostr-tools": "^2.1.9", "nostr-tools": "^2.1.9",
"vue": "^3.4.15", "vue": "^3.4.15",
"vue-notifications": "^1.0.2", "vue-notifications": "^1.0.2",

View File

@ -21,9 +21,9 @@
<p>{{content.substr(0, 320) + "\u2026"}}</p> <p>{{content.substr(0, 320) + "\u2026"}}</p>
<div style="padding: 2px; text-align: left;" > <div style="padding: 2px; text-align: left;" >
<a class="menusmall" :href="links.uri" target="_blank">Nostr Client</a> <a class="menusmall" :href="links.uri" target="_blank">Client</a>
<a class="menusmall" :href="links.njump" target="_blank">NJump</a> <a class="menusmall" :href="links.njump" target="_blank">NJump</a>
<a class="menusmall" :href="links.highlighter" target="_blank">Highlighter</a> <!--<a class="menusmall" :href="links.highlighter" target="_blank">Highlighter</a> -->
<a class="menusmall":href="links.nostrudel" target="_blank">Nostrudel</a> <a class="menusmall":href="links.nostrudel" target="_blank">Nostrudel</a>
</div> </div>
@ -80,7 +80,7 @@ const headers: Header[] = [
} }
.menusmall { .menusmall {
@apply btn text-gray-600 bg-transparent border-transparent tracking-wide; @apply btn text-gray-600 bg-transparent border-transparent tracking-wide ;
} }

View File

@ -378,7 +378,9 @@ const submitHandler = async () => {
<br> <br>
<br> <br>
<h1 class="text-7xl font-black tracking-wide">Noogle</h1> <h1 class="text-7xl font-black tracking-wide">Noogle</h1>
<h1 class="text-7xl font-black tracking-wide">Note Recommendations</h1> <h1 class="text-7xl font-black tracking-wide">Content</h1>
<h1 class="text-7xl font-black tracking-wide">Discovery</h1>
<h2 class="text-base-200-content text-center tracking-wide text-2xl font-thin "> <h2 class="text-base-200-content text-center tracking-wide text-2xl font-thin ">
Algorithms, but you are the one in control.</h2> Algorithms, but you are the one in control.</h2>
<h3> <h3>

View File

@ -12,7 +12,7 @@ import {isVisible} from "bootstrap/js/src/util/index.js";
</div> </div>
<div className="flex-1"> <div className="flex-1">
<router-link class="menu" to="/">Noogle</router-link> <router-link class="menu" to="/">Noogle</router-link>
<router-link class="menu" to="/recommendation">Recommendations</router-link> <router-link class="menu" to="/recommendation">Discover</router-link>
<router-link class="menu" to="/image">ImageGen</router-link> <router-link class="menu" to="/image">ImageGen</router-link>
<!--<router-link class="menu" to="/about">About</router-link> --> <!--<router-link class="menu" to="/about">About</router-link> -->
<router-link class="menu" to="/nip89">DVMs</router-link> <router-link class="menu" to="/nip89">DVMs</router-link>