about summary refs log tree commit diff
path: root/src/view/com/modals/EditImage.tsx
Commit message (Collapse)AuthorAgeFilesLines
* MobX removal take 2 (#5381)Mary2024-09-251-380/+0
| | | | | | | | | * mobx removal take 2 * Actually rm mobx --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* [Neue] Font weights (#5442)Eric Bailey2024-09-201-10/+10
| | | | | | | * Align all font weights * Only load necessary fonts * Also comment out from hook
* Remove expo/vector-icons from EditImage modal (#5422)Eric Bailey2024-09-191-64/+42
|
* properly import linear gradient (#3423)Hailey2024-04-051-1/+1
|
* migrate to `expo-linear-gradient` (#3420)Hailey2024-04-041-16/+17
| | | | | | | | | * replace packages * rm useless alias from webpack config * fix accidental double commit * replace all usages
* Internationalize more strings (#2440)Stanislas Signoud2024-01-091-5/+5
| | | Co-authored-by: Ansh <anshnanda10@gmail.com>
* Internationalization & localization (#1822)Ansh2023-11-091-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | | * install and setup lingui * setup dynamic locale activation and async loading * first pass of automated replacement of text messages * add some more documentaton * fix nits * add `es` and `hi`locales for testing purposes * make accessibilityLabel localized * compile and extract new messages * fix merge conflicts * fix eslint warning * change instructions from sending email to opening PR * fix comments
* Add modal state provider, replace usage except methods (#1833)Eric Bailey2023-11-081-4/+4
| | | | | | | | | | | | | * Add modal state provider, replace usage except methods * Replace easy spots * Fix sticky spots * Replace final usages * Memorize context objects * Add more warnings
* Give explicit names to MobX observer components (#1413)dan2023-09-071-1/+4
| | | | | | | | | * Consider observer(...) as components * Add display names to MobX observers * Temporarily suppress nested components * Suppress new false positives for react/prop-types
* Updates to use dynamic/responsive styles on web (#1351)Paul Frazee2023-09-051-10/+25
| | | | | | | | | | | | | | | | | | | * Move most responsive queries to the hook * Fix invalid CSS value * Fixes to tablet render of post thread * Fix overflow issues on web * Fix search header on tablet * Fix QP margin in web composer * Fix: only apply double gutter once to flatlist (close #1368) * Fix styles on discover feeds header * Fix double discover links in multifeed
* fix: ALT text entered in the compose dialog is erased when you press "Edit" ↵GitStart2023-07-251-1/+1
| | | | again (#1054)
* 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>