diff --git a/ROADMAP.md b/ROADMAP.md index 7a2c6b63..2d8b6646 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,8 +1,6 @@ # Current - [ ] Fix iOS -- [ ] Hover badge to view profile like twitter - - [ ] Cache follower numbers to avoid re-fetching so much - [ ] Make the note relays button modal make sense, one relay with no explanation is not good # Lightning @@ -20,7 +18,9 @@ # More +- [ ] Cache follower numbers to avoid re-fetching so much - [ ] Allow the user to disable likes/zaps +- [ ] NIP for group membership - [ ] Polls - Find the best implementation https://github.com/nostr-protocol/nips/search?q=poll&type=issues - Comment on all three nip drafts which one I implemented diff --git a/src/views/SideNav.svelte b/src/views/SideNav.svelte index bbc675e3..e254a628 100644 --- a/src/views/SideNav.svelte +++ b/src/views/SideNav.svelte @@ -38,7 +38,7 @@
  • - Inbox + Notifications {#if $newAlerts}
    {/if}