Skip to content
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

feat(LayoutManager): add LayoutManger module and fix Infinite scroll #196

Closed
wants to merge 9 commits into from

Conversation

daybrush
Copy link
Member

@daybrush daybrush commented Jul 3, 2018

Issue

#135
#173
#185
#186
#192

Details

@daybrush daybrush requested a review from jongmoon July 3, 2018 11:13
@coveralls
Copy link

coveralls commented Jul 3, 2018

Coverage Status

Coverage increased (+1.03%) to 91.352% when pulling d5754a5 on younkue:LayoutManager into ac0c548 on naver:3.4.0.

item.el = elements[index];
return item;
});
}
constructor(element, options) {
Object.assign(this.options = {
isOverflowScroll: false,
Copy link

Choose a reason for hiding this comment

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

@Younkue remove

@@ -547,14 +556,14 @@ describe("InfiniteGrid Test", function() {

this.inst.layout(true);
expect(this.inst._renderer.getViewportSize()).to.be.equals(width);
expect(this.inst._layout._size).to.be.equals(width);
expect(this.inst._layout._layout._size).to.be.equals(width);
Copy link

Choose a reason for hiding this comment

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

@Younkue naming _layout => manager or layoutManager


const layoutCompleteHandler = sinon.spy(e => {
Copy link

Choose a reason for hiding this comment

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

@Younkue check~

@daybrush daybrush closed this Jul 5, 2018
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.

3 participants