about summary refs log tree commit diff
path: root/src/view/com/modals/EditImage.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Rework scaled dimensions and compression (#737)Ollie H2023-05-301-7/+6
| | | | | | | | | * Rework scaled dimensions and compression * Unbreak image / banner uploads --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Image editor mobile layout update (#613)Ollie H2023-05-151-207/+168
| | | | | * Image editor mobile layout update * Minor viewport fix
* Update web image editor (#588)Ollie H2023-05-091-0/+418
* Update web image editor * Delete type-assertions.ts * Re-add getKeys * Uncomment rotation code * Revert "Uncomment rotation code" This reverts commit 6269f3b928c2e5cacaf5d0ff5323fe975ee48eab. * Shuffle dependencies and update mobile resolution * Update ImageEditor modal layout for mobile * Avoid accidental closes of the EditImage modal --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>