Commit 8faf2bc
authored
Make thumbnails for uploading pictures (#2206)
* Add downscale on upload
* Clean up
* Add entry
* Separate worker into another file
* Check for downscale support
* Add comment
* Add style options for thumbnail
* Typo
* Add test
* Rename styleOptions for upload thumbnail
* Fix ESLint
* Add upload text file
* Cleanup
* Update entry
* Update entry
* Fix broken propTypes
* More robust capability check
* Fix tests
* Fix tests
* Add snapshot
* Apply suggestions from code review
Co-Authored-By: Corina <[email protected]>
* Incorporate PR comments
* Thumbnail support for Edge, Firefox, and IE11
* Fix ESLint
* Fix promise chaining
* Fix test1 parent 9320172 commit 8faf2bc
33 files changed
Lines changed: 592 additions & 15 deletions
File tree
- __tests__
- __image_snapshots__/chrome-docker
- setup
- local
- pageObjects
- packages
- bundle/src
- component
- src
- Attachment
- SendBox
- Styles
- Utils
- core/src/sagas
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
64 | 70 | | |
65 | 71 | | |
66 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments