From 2509290fdd2b20c76c302d4962216f5d2d2b5a73 Mon Sep 17 00:00:00 2001 From: Ollie Hsieh Date: Mon, 17 Apr 2023 15:41:44 -0700 Subject: Split image cropping into secondary step (#473) * 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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 96a43e93a..bab37d2ad 100644 --- a/.gitignore +++ b/.gitignore @@ -82,6 +82,9 @@ web-build/ # Temporary files created by Metro to check the health of the file watcher .metro-health-check* +# VSCode +.vscode + # gitignore and github actions !.gitignore !.github -- cgit 1.4.1