pietrop / slate-transcript-editor

A React component to make correcting automated transcriptions of audio and video easier and faster. Using the SlateJs editor.
https://pietrop.github.io/slate-transcript-editor
Other
73 stars 33 forks source link

fix #44 - save btn indicator goes away on alignment #47

Closed pietrop closed 3 years ago

pietrop commented 3 years ago

Is your Pull Request request related to another issue in this repository ?

fix #44 Describe what the PR does

Fixes save issue #44 where btn indicator goes away on alignment. Added an extra section in storybook.

State whether the PR is ready for review or whether it needs extra work

Ready to merge

once merged needs bumping up version and publishing to npm and the storybook on gh pages

Additional context

Played around with idea of indicating when the content needs alignment, but then decided to comment it out, as to many edge cases. and might just add too much noise to the UI having an extra indicator. Besides if the user saves, it also align so probl better that they do that rather then align without saving.