about summary refs log tree commit diff
path: root/src/view/com/composer/text-input/hooks/useGrapheme.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Fix overflow issue on iOS autocomplete, among other things (#6611)Samuel Newman2024-11-211-1/+1
| | | | | | | | | | | * stop using ref in render * fix display name fallback on web * use unicode ellipsis for useGrapheme * fix overflow issue * sanitize handle/displayname on web
* Sort imports (#6009)dan2024-10-291-1/+1
| | | | | * Mark import sort/order/style rules as error * npm run lint -- --fix
* Add avatar to mobile autocomplete and create grapheme hook (#602)Ollie H2023-05-091-0/+36
* Add avatar to mobile autocomplete and create grapheme hook * Remove comment, update filename, cut out redundant logic