]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/+videos/+video-edit/shared/video-edit.component.ts
Add simple subtitle edition from video captions tab
authorlutangar <johan.dufour@gmail.com>
Wed, 22 Dec 2021 17:36:56 +0000 (18:36 +0100)
committerChocobozzz <chocobozzz@cpy.re>
Mon, 28 Feb 2022 13:29:01 +0000 (14:29 +0100)
commit57d74ec83d64daaf2efc6a3dad8adbcfe1f59415
tree3d56b8c45e6f7c88149c34e9c93b994c94587107
parente66d0892b12c5b3b3e8a6b7a4129103a912486a9
Add simple subtitle edition from video captions tab

Introduce a new __Edit__ button on a subtitle.
It opens a modal with simple textarea allowing the user to do quick corrections on a subtitle.
client/src/app/+videos/+video-edit/shared/video-caption-add-modal.component.ts
client/src/app/+videos/+video-edit/shared/video-caption-edit-modal/video-caption-edit-modal.component.html [new file with mode: 0644]
client/src/app/+videos/+video-edit/shared/video-caption-edit-modal/video-caption-edit-modal.component.scss [new file with mode: 0644]
client/src/app/+videos/+video-edit/shared/video-caption-edit-modal/video-caption-edit-modal.component.ts [new file with mode: 0644]
client/src/app/+videos/+video-edit/shared/video-edit.component.html
client/src/app/+videos/+video-edit/shared/video-edit.component.scss
client/src/app/+videos/+video-edit/shared/video-edit.component.ts
client/src/app/+videos/+video-edit/shared/video-edit.module.ts
client/src/app/shared/form-validators/video-captions-validators.ts
client/src/app/shared/shared-main/video-caption/video-caption-edit.model.ts
client/src/app/shared/shared-main/video-caption/video-caption.service.ts