-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#fix:81 Mark emails as read #83
Conversation
@Shalom2212 is attempting to deploy a commit to the Inbox Zero Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! Needs a bit of fixing.
Left a few comments about naming, misuse of React state and useMemo.
Also the most natural place to read in an email is when a row is clicked and a user has actually read the email.
Thank you For your comments, i'll fix it |
I made all the changes as you mentioned please review it, if any changes needed please comment it!! |
Created a mail read and unread function
added a button in ActionButtons where a user can Read or Unread a mail