You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is SUPER TBD, dependant on the outcomes of User Research!
Background
For reference, we used to have a little bit of commented code from Pietro which demonstrated how to do it in packages/components/ProgrammeScriptContainer/ProgrammeElements/PaperCut.js which was removed during migrating ProgrammeScriptContainer to the Storybook.
// In PaperCut() function// TODO could wrap words in span and add timecodes to make it cliccable on programme script<Colsm={3}className={'text-truncate text-muted'}// TODO: could add timecode from eg - ${ shortTimecode(this.props.words[0].start) }// TODO: Could add transcript name along side the timecode for the paper-cut{/* <br/> */}{/* <u style={ { cursor: 'pointer' } }>00:01:20</u> */}{/* <br/> */}{/* <FontAwesomeIcon icon={ faTag } />TagExample */}
The text was updated successfully, but these errors were encountered:
This is SUPER TBD, dependant on the outcomes of User Research!
Background
For reference, we used to have a little bit of commented code from Pietro which demonstrated how to do it in
packages/components/ProgrammeScriptContainer/ProgrammeElements/PaperCut.js
which was removed during migrating ProgrammeScriptContainer to the Storybook.The text was updated successfully, but these errors were encountered: