coracle-social / coracle

An experimental Nostr client focused on unlocking the full potential of multiple relays. Browse, filter, zap, and create custom feeds to create a curated Nostr experience.
https://app.coracle.social
MIT License
283 stars 70 forks source link

Restyling user profile page - relays #394

Open dtonon opened 3 months ago

dtonon commented 3 months ago

Related to the new profile (#390), this is the relay section. I would let the user see the relay info (NIP-11) inline.

image

image

ticruz38 commented 2 days ago

what is the explore button for? send me to the relay marketplace?

staab commented 2 days ago

Currently clicking on a relay card opens a special purpose relay feed, we should redirect to the main feed page instead though, with a relay-specific feed loaded.

ticruz38 commented 2 days ago

Currently clicking on a relay card opens a special purpose relay feed

When I click on the Relay URL or name, it does open a modal with 2 tabs, notes and review.

So clicking explore would send me to the main feed with notes from this relay only?

staab commented 2 days ago

So clicking explore would send me to the main feed with notes from this relay only?

That's what I was thinking, but on reviewing the code it's not trivial. Just send them to the current relay detail page.