-
Notifications
You must be signed in to change notification settings - Fork 136
issue 3051 fix #3153
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
issue 3051 fix #3153
Conversation
maxceem
left a comment
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.
Provided fix doesn't work for me. As soon as we open the dropdown with notification, all the notifications should be marked as seen and red cue should disappear, but it doesn't disappear for me, see video https://monosnap.com/file/618NC2xK5cxoZwi0rqSZSwRFQkqFxL
I see there is only one small change in the PR, did you submit all the update code?
|
@maxceem |
You may check the current version on https://connect.topcoder-dev.com/ - I don't see any issues with
Do you mean the API URL to mark notifications |
|
@maxceem update done |
maxceem
left a comment
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 update @PrakashDurlabhji
I cannot run code with the latest update, getting an error:
Does it work for you?
|
@maxceem i making a commit, well tested and red cue disappears perfectly on opening notifications by clicking on bell. |
|
@PrakashDurlabhji good, I'll review as soon as you post an update. |
|
@maxceem commit updated. kindly verify thank you |
maxceem
left a comment
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, @PrakashDurlabhji after the last update works great.
There are some code issues to fix before I can merge it. Please, have a look at the 3 code comments.
Also, there are a couple of other code issues:
src/components/NotificationsDropdown/NotificationsDropdownContainer.jsx
Outdated
Show resolved
Hide resolved
|
@maxceem all updated |
maxceem
left a comment
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.
Almost perfect @PrakashDurlabhji
There are is a couple of places with lastVisited left (which is not in use anymore):
Also, VISIT_NOTIFICATIONS is left
and it causes a warning:
|
@PrakashDurlabhji one lint error is left, also |
maxceem
left a comment
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.
Everything is good now @PrakashDurlabhji.
Thanks.






No description provided.