Add profile page rendering and relay hints #39
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pre-requisites
Requires relay pool #38 in order to work.
Summary
Adds full Damus-style profile rendering and relay-hint ingestion on top of the
existing async client, without touching the shared relay pool work.
fonts/PoetsenOne-Regular.ttf, embedded default avatar/logo, and a
new homepage (html::serve_homepage). Profile requests now feed into
html::serve_profile_html, and once we’ve resolved a profile note we spawn
render::fetch_profile_feed to hydrate recent notes via the existing per-
request nostr-sdk client.
nip05/website/LUD16), recent note cards, relay list accordion, and CTA
buttons. It also introduces an HTML landing page and helper scripts for
local-time rendering and npub copying.
relay hints from kind:10002 and kind:3, streams recent notes (with lookback
fallback), and waits for nostrdb ingestion before rendering. No persistent
relay pool wiring is included here.
PoetsenOne-Regular.ttf) and whitelists the font in .gitignore.