Skip to content

Commit

Permalink
update menus, remove limits
Browse files Browse the repository at this point in the history
  • Loading branch information
believethehype committed May 13, 2024
1 parent 7d91d33 commit c8a8262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/noogle/src/components/FilterGeneration.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async function generate_feed(id) {
let content = "NIP 90 Profile Discovery request"
let kind = 5301
let tags = []
tags.push(["param", "max_results", "200"])
//tags.push(["param", "max_results", "200"])
tags.push(["param", "user", store.state.pubkey.toHex()])
let res;
Expand Down
2 changes: 1 addition & 1 deletion ui/noogle/src/layouts/ThreeColumnLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import {isVisible} from "bootstrap/js/src/util/index.js";
<div class="scroll">
<router-link class="menu" to="/">Search</router-link>
<router-link class="menu" to="/discover">Discover</router-link>
<router-link class="menu" to="/filter">Filter</router-link>
<router-link class="menu" to="/image">Create</router-link>
<router-link class="menu" to="/filter">Filter</router-link>
<router-link class="menu" to="/nip89">DVMs</router-link>
</div>

Expand Down

0 comments on commit c8a8262

Please sign in to comment.