]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts
modularize abstract video list header and implement video hotness recommendation...
authorRigel Kent <sendmemail@rigelk.eu>
Thu, 21 Jan 2021 23:12:44 +0000 (00:12 +0100)
committerChocobozzz <chocobozzz@cpy.re>
Thu, 28 Jan 2021 14:55:34 +0000 (15:55 +0100)
commit5bcbcbe338ef5a1ed14f084311d013fbb25dabcf
treeb0f6382b30b67f1f7adddaf7d12af9adae0c9f5d
parent7a4994873c0b3394d04e16e877fc7418bc8b146a
modularize abstract video list header and implement video hotness recommendation variant
34 files changed:
CREDITS.md
client/src/app/+accounts/account-search/account-search.component.ts
client/src/app/+accounts/account-videos/account-videos.component.ts
client/src/app/+my-library/my-history/my-history.component.ts
client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts
client/src/app/+videos/video-list/index.ts
client/src/app/+videos/video-list/trending/index.ts [new file with mode: 0644]
client/src/app/+videos/video-list/trending/video-hot.component.ts [new file with mode: 0644]
client/src/app/+videos/video-list/trending/video-most-liked.component.ts [moved from client/src/app/+videos/video-list/video-most-liked.component.ts with 74% similarity]
client/src/app/+videos/video-list/trending/video-trending-header.component.html [new file with mode: 0644]
client/src/app/+videos/video-list/trending/video-trending-header.component.scss [new file with mode: 0644]
client/src/app/+videos/video-list/trending/video-trending-header.component.ts [new file with mode: 0644]
client/src/app/+videos/video-list/trending/video-trending.component.ts [moved from client/src/app/+videos/video-list/video-trending.component.ts with 71% similarity]
client/src/app/+videos/video-list/video-local.component.ts
client/src/app/+videos/video-list/video-recently-added.component.ts
client/src/app/+videos/video-list/video-user-subscriptions.component.ts
client/src/app/+videos/videos-routing.module.ts
client/src/app/+videos/videos.module.ts
client/src/app/menu/menu.component.html
client/src/app/shared/shared-icons/global-icon.component.ts
client/src/app/shared/shared-main/shared-main.module.ts
client/src/app/shared/shared-video-miniature/abstract-video-list.html
client/src/app/shared/shared-video-miniature/abstract-video-list.scss
client/src/app/shared/shared-video-miniature/abstract-video-list.ts
client/src/app/shared/shared-video-miniature/index.ts
client/src/app/shared/shared-video-miniature/shared-video-miniature.module.ts
client/src/app/shared/shared-video-miniature/video-list-header.component.ts [new file with mode: 0644]
client/src/app/shared/shared-video-miniature/videos-selection.component.ts
client/src/assets/images/misc/flame.svg [new file with mode: 0644]
server/initializers/constants.ts
server/middlewares/sort.ts
server/models/video/video-query-builder.ts
server/models/video/video.ts
shared/models/videos/video-sort-field.type.ts