Skip to content

[Fix] OD-123 After comment overlay close items list wont disappear #441

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
merged 1 commit into from
Oct 5, 2020

Conversation

YaroslavOvdii
Copy link
Contributor

@sofiiakvasnevska

Issue

https://weboo.atlassian.net/browse/OD-123

Description

Removed news feed items hiding.

Screenshots/screencasts

https://share.getcloudapp.com/yAulowgz

Backward compatibility

This change is fully backward compatible.

Reviewers

@upplabs-alex-levchenko

@sofiiakvasnevska sofiiakvasnevska self-assigned this Oct 5, 2020
squallstar
squallstar previously approved these changes Oct 5, 2020
@@ -438,9 +438,8 @@ DynamicList.prototype.attachObservers = function() {
$(this).siblings('.panel-heading').find('.fa-angle-up').removeClass('fa-angle-up').addClass('fa-angle-down');
})
.on('click', '.news-feed-comment-holder', function(event) {
_this.$container.find('.news-feed-list-wrapper').hide();
Copy link
Contributor

Choose a reason for hiding this comment

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

@tonytlwu please confirm you're good with this change

Copy link
Contributor

Choose a reason for hiding this comment

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

I'm happy with it. It was only added as part of #427 in this commit hidden amongst all other changes. It didn't seem necessary at the time and should be safe to remove.

Copy link
Contributor

@tonytlwu tonytlwu left a comment

Choose a reason for hiding this comment

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

@sofiiakvasnevska This is ready for testing

Risk: Low
Affected: News feed LFD layout
Verify: LFD list works as normal when using the commenting feature

@sofiiakvasnevska sofiiakvasnevska merged commit 8aea586 into Fliplet:master Oct 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants