about summary refs log tree commit diff
path: root/src/lib/media/picker.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Improve e2e tests (#8927)Samuel Newman2025-08-291-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | * get e2e image picker working * verify create account actually reaches onboarding * wait for image to actually be attached before posting * wait until login finishes before moving on * sign out before switch accounts then wait until logged in * disable onboarding experiments in e2e * add testId to handle availability checkmark * fix too long username * update thread muting test to reflect current behaviour * hackfix for the british english translation * unflake the onboarding tests * fix curate list flow * admit defeat on the most list one
* swap out cropper library (#8327)hailey2025-05-061-25/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | * mostly implement * type errors * unused import * rm comment * stop accidentally deleting the image while compressing * upgrade * type fixes * upgrade, remove timeout * bump * rm mock * bump --------- Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* eslint autofixesPiotr P2024-04-271-1/+2
|
* Fix openCamera, openCropped, lightbox model, and image model usages (#1908)Eric Bailey2023-11-141-9/+0
|
* Composer update (react-query refactor) (#1899)Paul Frazee2023-11-141-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 Rosen2023-06-061-26/+1
|
* Replace image picker with expo-image-picker (#649)Ollie H2023-05-161-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 Hsieh2023-04-171-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)Ansh2023-04-121-2/+4
|
* Implement image uploading in the web composerPaul Frazee2023-02-231-0/+141