]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Rewrite infinite scroll
authorChocobozzz <me@florianbigard.com>
Tue, 13 Feb 2018 13:11:05 +0000 (14:11 +0100)
committerChocobozzz <me@florianbigard.com>
Tue, 13 Feb 2018 13:20:46 +0000 (14:20 +0100)
commit0cd4344f3cf529b15308fcf3eb7d7eb07726df56
tree276f6e8cfe72d583114d82fd5db981550a395488
parent29c6b829446a6fb29dffc6b7b638079ce60f3771
Rewrite infinite scroll
15 files changed:
client/package.json
client/src/app/account/account-videos/account-videos.component.html
client/src/app/account/account-videos/account-videos.component.scss
client/src/app/account/account-videos/account-videos.component.ts
client/src/app/shared/misc/utils.ts
client/src/app/shared/shared.module.ts
client/src/app/shared/video/abstract-video-list.html
client/src/app/shared/video/abstract-video-list.ts
client/src/app/shared/video/infinite-scroller.directive.ts [new file with mode: 0644]
client/src/app/videos/+video-watch/comment/video-comments.component.html
client/src/app/videos/+video-watch/comment/video-comments.component.ts
client/src/app/videos/video-list/video-recently-added.component.ts
client/src/app/videos/video-list/video-search.component.ts
client/src/app/videos/video-list/video-trending.component.ts
client/yarn.lock