Videos overview page: first version
authorChocobozzz <me@florianbigard.com>
Thu, 30 Aug 2018 12:58:00 +0000 (14:58 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 31 Aug 2018 07:19:58 +0000 (09:19 +0200)
commit2d3741d6d92e9bd1f41694c7442a6d1da434e1f2
tree93a1e609e14bc14ca9e77a6661ddc9c0e461d6f3
parentd9eaee3939bf2e93e5d775d32bce77842201faba
Videos overview page: first version
32 files changed:
client/src/app/+video-channels/video-channels.component.html
client/src/app/+video-channels/video-channels.component.ts
client/src/app/menu/menu.component.html
client/src/app/menu/menu.component.scss
client/src/app/search/search.component.html
client/src/app/search/search.component.scss
client/src/app/shared/overview/index.ts [new file with mode: 0644]
client/src/app/shared/overview/overview.service.ts [new file with mode: 0644]
client/src/app/shared/overview/videos-overview.model.ts [new file with mode: 0644]
client/src/app/shared/shared.module.ts
client/src/app/shared/video/abstract-video-list.html
client/src/app/shared/video/video.service.ts
client/src/app/videos/+video-watch/video-watch.component.html
client/src/app/videos/video-list/video-overview.component.html [new file with mode: 0644]
client/src/app/videos/video-list/video-overview.component.scss [new file with mode: 0644]
client/src/app/videos/video-list/video-overview.component.ts [new file with mode: 0644]
client/src/app/videos/videos-routing.module.ts
client/src/app/videos/videos.module.ts
client/src/assets/images/menu/globe.svg [new file with mode: 0644]
client/src/sass/application.scss
server/controllers/api/index.ts
server/controllers/api/overviews.ts [new file with mode: 0644]
server/initializers/constants.ts
server/models/video/tag.ts
server/models/video/video.ts
server/tests/api/videos/index.ts
server/tests/api/videos/videos-overview.ts [new file with mode: 0644]
server/tests/utils/overviews/overviews.ts [new file with mode: 0644]
shared/models/index.ts
shared/models/overviews/index.ts [new file with mode: 0644]
shared/models/overviews/videos-overview.ts [new file with mode: 0644]
shared/models/videos/video.model.ts