about summary refs log tree commit diff
path: root/src/state/gallery.ts
Commit message (Collapse)AuthorAgeFilesLines
* New Edit Profile dialog on web, use new Edit Image dialog everywhere (#8220)Samuel Newman2025-05-061-3/+5
|
* swap out cropper library (#8327)hailey2025-05-061-14/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* don't await deleting temp files (#8287)Samuel Newman2025-04-261-7/+3
|
* Optimize compressImage method to also use binary search (#7490)Kae2025-04-261-9/+20
| | | | | | | | | | | | | * use binary search for compressImage * use binary search for doResize (mobile version) * use binary search for doResize (web version) * use safeDeleteAsync in compressImage --------- Co-authored-by: nguyen <nguyensvo123@gmail.com>
* MobX removal take 2 (#5381)Mary2024-09-251-0/+299
* mobx removal take 2 * Actually rm mobx --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>