]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/sass/include/_mixins.scss
Implement video channel views
authorChocobozzz <me@florianbigard.com>
Wed, 25 Apr 2018 14:56:13 +0000 (16:56 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 25 Apr 2018 14:56:13 +0000 (16:56 +0200)
commit170726f523ff48f89da45473fc53ca54784f43dd
treef9f783ebdfc934c6831396c2bf33f658d6640583
parentcc918ac3f45e32f031cce7b6e0473e5c2c34b8ae
Implement video channel views
35 files changed:
client/src/app/+account/account.component.scss [deleted file]
client/src/app/+account/index.ts [deleted file]
client/src/app/+accounts/account-about/account-about.component.html [moved from client/src/app/+account/account-about/account-about.component.html with 100% similarity]
client/src/app/+accounts/account-about/account-about.component.scss [moved from client/src/app/+account/account-about/account-about.component.scss with 100% similarity]
client/src/app/+accounts/account-about/account-about.component.ts [moved from client/src/app/+account/account-about/account-about.component.ts with 100% similarity]
client/src/app/+accounts/account-video-channels/account-video-channels.component.html [moved from client/src/app/+account/account-video-channels/account-video-channels.component.html with 100% similarity]
client/src/app/+accounts/account-video-channels/account-video-channels.component.scss [moved from client/src/app/+account/account-video-channels/account-video-channels.component.scss with 100% similarity]
client/src/app/+accounts/account-video-channels/account-video-channels.component.ts [moved from client/src/app/+account/account-video-channels/account-video-channels.component.ts with 92% similarity]
client/src/app/+accounts/account-videos/account-videos.component.scss [moved from client/src/app/+account/account-videos/account-videos.component.scss with 100% similarity]
client/src/app/+accounts/account-videos/account-videos.component.ts [moved from client/src/app/+account/account-videos/account-videos.component.ts with 100% similarity]
client/src/app/+accounts/accounts-routing.module.ts [moved from client/src/app/+account/account-routing.module.ts with 84% similarity]
client/src/app/+accounts/accounts.component.html [moved from client/src/app/+account/account.component.html with 71% similarity]
client/src/app/+accounts/accounts.component.scss [new file with mode: 0644]
client/src/app/+accounts/accounts.component.ts [moved from client/src/app/+account/account.component.ts with 77% similarity]
client/src/app/+accounts/accounts.module.ts [moved from client/src/app/+account/account.module.ts with 70% similarity]
client/src/app/+accounts/index.ts [new file with mode: 0644]
client/src/app/+video-channels/index.ts [new file with mode: 0644]
client/src/app/+video-channels/video-channel-about/video-channel-about.component.html [new file with mode: 0644]
client/src/app/+video-channels/video-channel-about/video-channel-about.component.scss [new file with mode: 0644]
client/src/app/+video-channels/video-channel-about/video-channel-about.component.ts [new file with mode: 0644]
client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.scss [new file with mode: 0644]
client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts [new file with mode: 0644]
client/src/app/+video-channels/video-channels-routing.module.ts [new file with mode: 0644]
client/src/app/+video-channels/video-channels.component.html [new file with mode: 0644]
client/src/app/+video-channels/video-channels.component.scss [new file with mode: 0644]
client/src/app/+video-channels/video-channels.component.ts [new file with mode: 0644]
client/src/app/+video-channels/video-channels.module.ts [new file with mode: 0644]
client/src/app/app-routing.module.ts
client/src/app/shared/video-channel/video-channel.service.ts
client/src/app/shared/video/video-miniature.component.html
client/src/app/shared/video/video.service.ts
client/src/app/videos/+video-watch/video-watch.component.html
client/src/sass/include/_mixins.scss
server/tests/api/check-params/videos.ts
server/tests/api/videos/multiple-servers.ts