about summary refs log tree commit diff
path: root/src/components/dms/EmojiReactionPicker.web.tsx
Commit message (Collapse)AuthorAgeFilesLines
* fix emoji popup scroll (#8636)Samuel Newman2025-07-211-4/+6
|
* Fix emoji reaction expanded picker on web getting squished (#8245)Samuel Newman2025-05-191-4/+20
| | | | | * ensure expanded emoji picker doesn't get squished * reset expanded state on close
* Keep all radix dependencies aligned by using single package (#8219)Samuel Newman2025-04-241-2/+2
| | | | | | | * keep all radix deps aligned by using single package * import directly from `radix-ui` or `radix-ui/internal` * prevent radix leaking into native build
* Preload emoji picker data for reactions on web (#8079)Eric Bailey2025-03-281-0/+3
| | | | | * Preload emoji picker data for reactions on web * Sort imports
* Some design tweaks to web emoji picker (#8076)Eric Bailey2025-03-281-45/+59
| | | | | | | | | * Tighten up and reverse action items on web * Tweak web styles for emoji bar * Might as well make disabled more obvious * Format
* [DMs] Reactions - link up API (attempt 2) (#8074)Samuel Newman2025-03-281-22/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | * update package * wire up APIs * get reactions to display * allow removing emoji * handle limits better * listen to reactions in log * update convo list with reactions * tweaks to reaction display * Handle empty message fallback case * update package * shift reacts up by 2px --------- Co-authored-by: Eric Bailey <git@esb.lol>
* [DMs] Emoji reaction picker (#8023)Samuel Newman2025-03-281-0/+86