]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/shared/shared-share-modal/index.ts
Add buttons in playlist page
authorChocobozzz <me@florianbigard.com>
Fri, 7 Aug 2020 14:29:30 +0000 (16:29 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 10 Aug 2020 07:43:44 +0000 (09:43 +0200)
commit82f443de1aba70ce75c72a4a7f669385600ab3c6
tree198ab1db910b44ad9844c3365d0ec2dec7325778
parent10846ef656585ee857ec43fc22b490409ddd0d44
Add buttons in playlist page

To delete/edit/share the playlist
13 files changed:
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.html
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.scss
client/src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.ts
client/src/app/+my-account/my-account.module.ts
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-share-modal/index.ts [new file with mode: 0644]
client/src/app/shared/shared-share-modal/shared-share-modal.module.ts [new file with mode: 0644]
client/src/app/shared/shared-share-modal/video-share.component.html [moved from client/src/app/+videos/+video-watch/modal/video-share.component.html with 96% similarity]
client/src/app/shared/shared-share-modal/video-share.component.scss [moved from client/src/app/+videos/+video-watch/modal/video-share.component.scss with 100% similarity]
client/src/app/shared/shared-share-modal/video-share.component.ts [moved from client/src/app/+videos/+video-watch/modal/video-share.component.ts with 93% similarity]
client/src/sass/application.scss