feat: implement persistent unread notification badge with realtime count#138
Conversation
|
@Nagajyothi-tammisetti is attempting to deploy a commit to the ayushh-sharmaa's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
❌ PR Validation Failed The following required elements are missing:
Please edit your PR description to include them, then push a new commit or re-save the description. 📝 |
|
The following commit(s) are missing a
How to fix: # For the last commit:
git commit --amend --signoff
git push --force-with-lease
# For multiple commits (replace N with the count):
git rebase HEAD~1 --signoff
git push --force-with-leaseBy signing off, you certify that you have the right to submit this contribution under the project's license. See DCO. ✍️ |
|
|
|
ℹ️ No |
Related Issue
Closes #134
Changes Made
Backend
isReadandreadAtfields to notificationsFrontend
Testing