From 8046f866e754a7d6ae3d7e9d855f5e039aeac5c3 Mon Sep 17 00:00:00 2001 From: Jonathan Staab Date: Tue, 28 Feb 2023 14:04:33 -0600 Subject: [PATCH] Rename inbox to notifications --- ROADMAP.md | 4 ++-- src/views/SideNav.svelte | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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}