nostrbuild / nostr.build

FOSS version of nostr.build
https://nostr.build
MIT License
62 stars 15 forks source link

Adding Free View #8

Closed nostrbuild closed 1 year ago

nostrbuild commented 1 year ago

We need to update the SQL query to limit the views so its faster and to remove the pagination function.

fishcakeday commented 1 year ago

Is there a reason why you are adding a new file and path instead of just updating the existing one to handle unauthenticated users?

nostrbuild commented 1 year ago

Thought was we can have an easy to remember folder 'freeview' and manipulate the page any way we want to conform to free users. Also thought it would be overall easier. Fine either way.

fishcakeday commented 1 year ago

I would definitely go with modification of the viewall one, so there is less code to maintain and update.