diff --git a/README.md b/README.md index 28c462ae..7a348843 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,4 @@ A discord-like nostr client. WIP. - [ ] Delete events when leaving a space - [ ] Add topic and event tags to compose +- [ ] If the user isn't following anyone, show warning/fallback on people/notes pages diff --git a/src/app/components/NoteCard.svelte b/src/app/components/NoteCard.svelte index e21e173b..a038597c 100644 --- a/src/app/components/NoteCard.svelte +++ b/src/app/components/NoteCard.svelte @@ -1,16 +1,25 @@