Commit 4c4724f
authored
Monorepo refactor (#130)
* Task: added lerna
* WIP: storybook conversion
* mend
* WIP: adding MediaPlayer
* move TimedTextEditor, TranscriptEditor and adapters util to packages (#128)
* moved TimedTextEditor and TranscriptEditor to packages
also created stories, and package.json for each, but can't test them in storybook coz they have dependencies on adapters in Util folder
* moved Util and demdemo app
* got storybook working
* added demo app to storybook
* mend
* Fix: commenting out demo
* Changed repo packages folder structure (#129)
* cleaned up adapters
* changed folder structure
* fixed timecode converter duplice module
* made all packages private except for TranscriptEditor
* working
* "Monorepo" refactor spike remove lerna (#135)
* got storybook working
tests not working yet
* fixed tests
using jest, and removed CRA dependency, updated babel config for babel 7 and stubbed css files for jest tests for css node modules
* Added support for demo app in storybook
* fixed eslint
CRA had it's own linter internally, so added linting + dependencies
* cleaned up export scripts in package.json
* updated README
* finalised refactor
see PR description for more details
* rename demo app editor to demoTranscript
* bringing back style lint, and fixing lint in storybook config
* updated with current master AWS adapter
* linting
* fix #132 playtime displaied double
playtime on display is double of actual total playtime
* temporary fix #73 monospace duration and current time
in media player to stop moving while playing
* Feature: Added custom css loading to storybook (#136)
* Resolved conflict iwth AWS adapter1 parent 1dd823f commit 4c4724f
File tree
133 files changed
+39534
-25793
lines changed- .github/ISSUE_TEMPLATE
- .storybook
- styles
- __mocks__
- demo
- sample-data
- stories
- dist
- docs
- packages
- components
- keyboard-shortcuts
- stories
- media-player
- src
- stories
- settings
- TimecodeOffset
- Toggle
- src/TimecodeOffset
- stories
- timed-text-editor
- stories
- fixtures
- transcript-editor
- stories
- fixtures
- video-player
- config/style-guide
- export-adapters
- txt
- stt-adapters
- amazon-transcribe
- sample
- autoEdit2
- sample
- bbc-kaldi
- sample
- create-entity-map
- generate-entities-ranges
- ibm
- sample
- speechmatics
- sample
- util/timecode-converter
- src
- public
- src/lib
- TranscriptEditor/Settings
- Util/adapters
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
133 files changed
+39534
-25793
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments