Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add padding to dialogs when keyboard is open on Android (#4182) | Hailey | 2024-05-23 | 1 | -0/+2 |
| | | | | | | | | | * add keyboard padding to android dialogs * missing `keyboardDismissMode` for `ScrollableInner` * add to `MutedWords` * add to `LabelsOnMe` | ||||
* | lowcase ALT text (#3934) | Samuel Newman | 2024-05-09 | 1 | -1/+1 |
| | |||||
* | [GIFs] Restore default alt text (#3893) | Samuel Newman | 2024-05-07 | 1 | -4/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | * restore default alt text * factor out gif alt logic + enable require alt text setting * rm console.log * don't prefill input + esc handling * typo * Nits * shorten user alt prefix * Remove unnecessary condition, rename for clarity * Add comment --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com> | ||||
* | Alt text for gifs (#3876) | Samuel Newman | 2024-05-06 | 1 | -0/+177 |
* add alt text dialog * multiline alt text input * add pressable alt text badge * rename `ALT: ` to `Alt text: ` to avoid including old bad ones * reuse alt text reminder * reuse alt text reminder in gallery * add alt text reminder in the dialog itself * autofocus text input * reorder components to fix tab order * fix close btn position |