Rename inbox to notifications

This commit is contained in:
Jonathan Staab 2023-02-28 14:04:33 -06:00
parent c500c7354f
commit 8046f866e7
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -38,7 +38,7 @@
</li>
<li class="cursor-pointer relative">
<a class="block px-4 py-2 hover:bg-accent transition-all" href="/alerts">
<i class="fa fa-inbox mr-2" /> Inbox
<i class="fa fa-bell mr-2" /> Notifications
{#if $newAlerts}
<div class="w-2 h-2 rounded bg-accent absolute top-3 left-6" />
{/if}