Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | eslint autofixes | Piotr P | 2024-04-27 | 1 | -1/+2 |
| | |||||
* | Fix openCamera, openCropped, lightbox model, and image model usages (#1908) | Eric Bailey | 2023-11-14 | 1 | -9/+0 |
| | |||||
* | Composer update (react-query refactor) (#1899) | Paul Frazee | 2023-11-14 | 1 | -9/+2 |
| | | | | | | | | | * Move composer state to a context * Rework composer to use RQ --------- Co-authored-by: Eric Bailey <git@esb.lol> | ||||
* | Use expo-image-picker on Web (#847) | Logan Rosen | 2023-06-06 | 1 | -26/+1 |
| | |||||
* | Replace image picker with expo-image-picker (#649) | Ollie H | 2023-05-16 | 1 | -25/+24 |
| | | | | | | | | | * Replace image picker with expo-image-picker * Fix cropper & picker on web --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | ||||
* | Split image cropping into secondary step (#473) | Ollie Hsieh | 2023-04-17 | 1 | -73/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Split image cropping into secondary step * Use ImageModel and GalleryModel * Add fix for pasting image URLs * Move models to state folder * Fix things that broke after rebase * Latest -- has image display bug * Remove contentFit * Fix iOS display in gallery * Tuneup the api signatures and implement compress/resize on web * Fix await * Lint fix and remove unused function * Fix android image pathing * Fix external embed x button on android * Remove min-height from composer (no longer useful and was mispositioning the composer on android) * Fix e2e picker --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> | ||||
* | temporary android fix for image picker issue (#466) | Ansh | 2023-04-12 | 1 | -2/+4 |
| | |||||
* | Implement image uploading in the web composer | Paul Frazee | 2023-02-23 | 1 | -0/+141 |