Closed fyockm closed 7 years ago
LGTM.
I've also checked this out, tested it, and used it in one of my projects. Everything looks good.
Doesn't seem like there's anything I can do via the PR to fix CI tests. Something needs to be updated in Zuul/saucelabs.
From Travis: Zuul tried to run tests in saucelabs, however no saucelabs credentials were provided.
@wraithgar had worked on this some time ago. it was so long ago that I don't recall the issue! by this point there's surely a way to get all our CI alive again :$
+1
Any arguments against merging, sans proper CI? not sure has access on this repo? @lukekarrys @latentflip
I'm okay to merge, but I don't have access to npm release
funny thing- looks like I actually collaborator privileges on this package in npm, but not here. so @dhritzkiv if you merge, I will publish.
Merged!
thanks @dhritzkiv, could you also run $ npm version patch
on your local machine and push that commit?
I can do it locally, but I don't want github and npm to be out of sync.
Done
Published- nice teamwork! ✋
Calling
_removeView
on the empty view will allow for animation in the transition to collection views.A couple other simplifications:
_insertViewAtIndex
position calculationthis.views.length === 0
checks into_renderEmptyView
because DRY.