diff --git a/nostr-followback/README.md b/nostr-followback/README.md index 3f35495..792f3ed 100644 --- a/nostr-followback/README.md +++ b/nostr-followback/README.md @@ -6,9 +6,14 @@ Let promote some reciprocity here! 😹 ## ToDo - Add % value for progress. +- Add forms - Query for userdata, at least for no-followers - Remove SvelteKit (just Vite + Svelte). - Polish the proof-of-concept code. - Configure Vite for the miniapp to be loaded in the article's url as base. - Save followbackers and not followbackers in lists to see details. - Create an UI/UX that's worth looking at. + +## v2 + +- Upload a localStorage list of relays diff --git a/nostr-followback/src/routes/testuser/+page.svelte b/nostr-followback/src/routes/testuser/+page.svelte index a475a1c..4184ffd 100644 --- a/nostr-followback/src/routes/testuser/+page.svelte +++ b/nostr-followback/src/routes/testuser/+page.svelte @@ -38,10 +38,15 @@

This npub follows:

-user-thumb -User: {userName} |  Follows: {followsCount} -
-nPub: {npubToQuery} +{#if userThumb} + user-thumb + User: {userName} |  Follows: {followsCount} +{:else} +
Loading data for... {npubToQuery}
+{/if} +