Skip to content

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

Merged

Conversation

AuraOfDivinity
Copy link
Collaborator

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.

image

Please review @Rupeshiya @vaibhavdaren @devesh-verma

@netlify
Copy link

netlify bot commented Jul 5, 2020

Deploy preview for donut-frontend-r failed.

Built with commit 3f91574

https://app.netlify.com/sites/donut-frontend-r/deploys/5f01c2a6ab32fd0007482cca

Copy link
Member

@Rupeshiya Rupeshiya left a 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({
Copy link
Member

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">
Copy link
Member

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

Copy link
Member

@Rupeshiya Rupeshiya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!!

@vaibhavdaren vaibhavdaren merged commit ca2f33c into codeuino:development Jul 15, 2020
vaibhavdaren added a commit that referenced this pull request Aug 6, 2020
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants