about summary refs log tree commit diff
path: root/src/components/dms/MessageContextMenu.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Fix translations on Android using PROCESS_TEXT intent (#8486)Samuel Newman2025-08-111-9/+4
| | | | | | | | | | | | | | | * use intents to translate text on android * clean up config plugins * restore day night plugin just to be safe * leave a comment for why we can't open translate directly * add todo * fix lockfile lint
* Upgrade prettier to 3.6 (#8558)Samuel Newman2025-06-231-2/+1
| | | | | | | * upgrade prettier * run prettier * more files
* invert flag for sending to statsig (#8431)hailey2025-05-301-5/+9
|
* Add translate metrics (#8171)Eric Bailey2025-04-091-0/+7
| | | | | * Add translate metrics * Format
* [DMs] Reactions - link up API (attempt 2) (#8074)Samuel Newman2025-03-281-6/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-2/+10
|
* New `ContextMenu` menu type for DM messages (#8014)Samuel Newman2025-03-211-0/+151
* get context menu somewhat working ish * take screenshot rather than double rendering * get animations somewhat working * get transform animation working * rm log * upwards safe area * get working on android * get android working once and for all * fix positioning on both platforms * use dark blur on ios always, fix dark mode * allow closing with hardware back press * try and fix type error * add note about ts-ignore * round post * add image capture error handling * extract magic numbers * set explicit embed width, rm top margin * Message embed width tweaks * Format * fix position of embeds * same as above for web --------- Co-authored-by: Eric Bailey <git@esb.lol>