-
Notifications
You must be signed in to change notification settings - Fork 219
Comment notifications #501
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
Comment notifications #501
Conversation
Deploy preview for donut-frontend-r failed. Built with commit 3f91574 https://app.netlify.com/sites/donut-frontend-r/deploys/5f01c2a6ab32fd0007482cca |
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.
@AuraOfDivinity Check the comments!
Everything else looks fine to me.
this.state.socket.on("new proposal created", (data) => { | ||
data.newNotification = true; | ||
data.createdAt = new Date().toString().substring(0, 24); | ||
this.setState({ |
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.
@AuraOfDivinity Instead of repeating this every time, just make a function and pass the value to set notifications
className="user-image" | ||
/> | ||
</div> | ||
<div className="idea-container"> |
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.
you are not using the tag for notifications??
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.
Nice!!
* Implements markdown and priview functionality * Parsing content within comment * Comment notifications (#501) * Initial * Addition of comments section * requested changes * Changes for Jitsi UI (#518) * css changes for jitsi box ui change * edited jitsi.scss for jitsi ui and reverted changes of comment.scss * changes made for making same fonts * added modals in jitsi ui * removed unnecessary code from jitsi.scss * fixing dev branch issues (#525) * implemented user activity and fix inconsistencies (#527) * Settings integrate and deploy configuration (#530) * integrated settings page and user activity modification * configure to deploy * Insights (#529) * Adding reactGA * Insights section * removing /hompage path * Requested changes * initial changes * Fetching data from the backend and integrating redux * Fixing modal issues (#531) * social links fix (#545) * fix issues (#555) * Fixing proposal functionality issues (#553) Co-authored-by: Asel <peirisasel373@gmail.com> Co-authored-by: Nisarg Shah <nisshah1499@gmail.com> Co-authored-by: Rupesh Krishna Jha <rupeshiya@gmail.com>
This PR Implements a separate section for comment notifications in the proposal dashboard page as discussed in the previous meeting. If some other user comments on one of your proposals a new notification is displayed accordingly at this section.
Please review @Rupeshiya @vaibhavdaren @devesh-verma