react-transcript-editor
react-transcript-editor copied to clipboard
A React component to make correcting automated transcriptions of audio and video easier and faster. By BBC News Labs. - Work in progress
**Describe the bug** I forgot to remove a console.log in a previous PR https://github.com/bbc/react-transcript-editor/blob/c9a2ccd0fb2d150e8fc99af7377067c186e7221f/packages/components/timed-text-editor/WrapperBlock.js#L92 **To Reproduce** open the demo app, load demo and open inspector **Expected behavior** not to see...
**Describe the bug** The progress bar looks off on large screens (27-inch) - see screenshot **To Reproduce** Steps to reproduce the behavior: Load demo storybook app on a large screen,...
**Describe the bug** When clicking on the video player to pause, the state of the play button doesn't update accordingly. **Additional context** @pietrop this was introduced during your layout changes...
**Is your Pull Request request related to another [issue](https://github.com/bbc/react-transcript-editor/issues) in this repository ?** https://github.com/bbc/react-transcript-editor/issues/200 **Describe what the PR does** **State whether the PR is ready for review or whether it...
**Describe the bug** as noticed by @emettely when going to `MediaPlayer` in storybook get error `Cannot read property 'duration' of null` **To Reproduce** Steps to reproduce the behavior: 1. Go...
**Is your Pull Request request related to another [issue](https://github.com/bbc/react-transcript-editor/issues) in this repository ?** **Describe what the PR does** **State whether the PR is ready for review or whether it needs...
**Is your Pull Request request related to another [issue](https://github.com/bbc/react-transcript-editor/issues) in this repository ?** Not from this issue, but DPE has a dependency on react-transcript-editor and we want to start adding...
**Is your Pull Request request related to another [issue](https://github.com/bbc/react-transcript-editor/issues) in this repository ?** Moving CustomEditor out from timed text editor to simplify timedtexteditor. **Describe what the PR does** Moving out...
**Is your feature request related to a problem? Please describe.** At the moment the parent app needs to use the `TranscriptEditor` interface to implement export functionality such as text file,...
**Is your feature request related to a problem? Please describe.** https://github.com/bbc/react-transcript-editor/pull/69 **Describe the solution you'd like** Update the QA testing docs so that it can be used when doing substantial...