about summary refs log tree commit diff
path: root/src/screens/Messages/components/MessageInput.web.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Keep all radix dependencies aligned by using single package (#8219)Samuel Newman2025-04-241-3/+3
| | | | | | | * keep all radix deps aligned by using single package * import directly from `radix-ui` or `radix-ui/internal` * prevent radix leaking into native build
* Fix Emoji picker focus (#7217)Eric Bailey2024-12-201-6/+22
| | | | | | | | | | | | | | | | | | | * Only portal the emoji picker where needed * Add optional portal prop to emoji picker * Use FocusScope to our advantage * Pare back, add guards, fix focus trap * Don't return focus to emoji button * Set DM input position on emoji insert * Let the caller determine next focus node --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Fix media query used to prevent enter sending DM on mobile web (#6669)Bas van den Wollenberg2024-11-231-2/+2
|
* move files around (#5576)Samuel Newman2024-10-021-0/+238