]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/sass/classes.scss
Add support button in channel page
authorChocobozzz <me@florianbigard.com>
Mon, 29 Mar 2021 13:56:01 +0000 (15:56 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Wed, 31 Mar 2021 07:05:51 +0000 (09:05 +0200)
commit100d9ce23bb7c5186132607e4c444f9cba5002a4
tree2028938d90321c6d2454c4aea2e6f24e53393a4a
parent900f7820814b95b07ef0bcac04036a95abfbe060
Add support button in channel page
16 files changed:
client/src/app/+video-channels/video-channels.component.html
client/src/app/+video-channels/video-channels.component.scss
client/src/app/+video-channels/video-channels.component.ts
client/src/app/+video-channels/video-channels.module.ts
client/src/app/+videos/+video-watch/modal/video-support.component.ts [deleted file]
client/src/app/+videos/+video-watch/video-watch.component.html
client/src/app/+videos/+video-watch/video-watch.component.ts
client/src/app/+videos/+video-watch/video-watch.module.ts
client/src/app/shared/shared-main/video-channel/video-channel.model.ts
client/src/app/shared/shared-support-modal/index.ts [new file with mode: 0644]
client/src/app/shared/shared-support-modal/shared-support-modal.module.ts [new file with mode: 0644]
client/src/app/shared/shared-support-modal/support-modal.component.html [moved from client/src/app/+videos/+video-watch/modal/video-support.component.html with 74% similarity]
client/src/app/shared/shared-support-modal/support-modal.component.scss [moved from client/src/app/+videos/+video-watch/modal/video-support.component.scss with 100% similarity]
client/src/app/shared/shared-support-modal/support-modal.component.ts [new file with mode: 0644]
client/src/sass/application.scss
client/src/sass/classes.scss [new file with mode: 0644]