mirror of
https://github.com/hoornet/vega.git
synced 2026-05-06 20:29:12 -07:00
Image upload (ImageField): - "upload" button next to profile picture and banner URL fields - Opens native file picker (accept="image/*"), uploads to nostr.build free hosting via their v2 API, auto-fills the URL on success - Shows inline error if upload fails; URL field still editable manually NIP-05 verification (Nip05Field): - Replaces the plain nip05 text field - Debounced live check (900ms): fetches /.well-known/nostr.json?name=... and compares the returned pubkey against the logged-in user's pubkey - Status badges: checking… / ✓ verified / ✗ pubkey mismatch / ✗ not found - "How to get verified ↗" link to nostr.how guide Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>