-
- Downloads
Merge pull request #4974 from ericrosenbaum/feature/sound-editor-selection4
Sound editor update: selection-based editing
No related branches found
No related tags found
Showing
- package.json 1 addition, 1 deletionpackage.json
- src/components/asset-panel/asset-panel.css 1 addition, 1 deletionsrc/components/asset-panel/asset-panel.css
- src/components/audio-trimmer/audio-selector.jsx 53 additions, 0 deletionssrc/components/audio-trimmer/audio-selector.jsx
- src/components/audio-trimmer/audio-trimmer.css 44 additions, 20 deletionssrc/components/audio-trimmer/audio-trimmer.css
- src/components/audio-trimmer/audio-trimmer.jsx 12 additions, 28 deletionssrc/components/audio-trimmer/audio-trimmer.jsx
- src/components/audio-trimmer/icon--handle.svg 0 additions, 0 deletionssrc/components/audio-trimmer/icon--handle.svg
- src/components/audio-trimmer/playhead.jsx 21 additions, 0 deletionssrc/components/audio-trimmer/playhead.jsx
- src/components/audio-trimmer/selection-handle.jsx 28 additions, 0 deletionssrc/components/audio-trimmer/selection-handle.jsx
- src/components/icon-button/icon-button.css 11 additions, 0 deletionssrc/components/icon-button/icon-button.css
- src/components/icon-button/icon-button.jsx 8 additions, 2 deletionssrc/components/icon-button/icon-button.jsx
- src/components/sound-editor/icon--copy-to-new.svg 0 additions, 0 deletionssrc/components/sound-editor/icon--copy-to-new.svg
- src/components/sound-editor/icon--copy.svg 0 additions, 0 deletionssrc/components/sound-editor/icon--copy.svg
- src/components/sound-editor/icon--delete.svg 0 additions, 0 deletionssrc/components/sound-editor/icon--delete.svg
- src/components/sound-editor/icon--fade-in.svg 0 additions, 0 deletionssrc/components/sound-editor/icon--fade-in.svg
- src/components/sound-editor/icon--fade-out.svg 0 additions, 0 deletionssrc/components/sound-editor/icon--fade-out.svg
- src/components/sound-editor/icon--lounder.svg 0 additions, 0 deletionssrc/components/sound-editor/icon--lounder.svg
- src/components/sound-editor/icon--mute.svg 0 additions, 0 deletionssrc/components/sound-editor/icon--mute.svg
- src/components/sound-editor/icon--paste.svg 0 additions, 0 deletionssrc/components/sound-editor/icon--paste.svg
- src/components/sound-editor/icon--play.svg 0 additions, 0 deletionssrc/components/sound-editor/icon--play.svg
- src/components/sound-editor/icon--stop.svg 0 additions, 0 deletionssrc/components/sound-editor/icon--stop.svg
... | ... | @@ -44,7 +44,7 @@ |
"babel-loader": "^8.0.4", | ||
"base64-loader": "1.0.0", | ||
"bowser": "1.9.4", | ||
"chromedriver": "74.0.0", | ||
"chromedriver": "75.1.0", | ||
"classnames": "2.2.6", | ||
"computed-style-to-inline-style": "3.0.0", | ||
"copy-webpack-plugin": "^4.5.1", | ||
... | ... |
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
src/components/audio-trimmer/playhead.jsx
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
src/components/sound-editor/icon--copy.svg
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
src/components/sound-editor/icon--delete.svg
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
src/components/sound-editor/icon--mute.svg
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
src/components/sound-editor/icon--paste.svg
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
src/components/sound-editor/icon--play.svg
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
src/components/sound-editor/icon--stop.svg
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Please register or sign in to comment