about summary refs log tree commit diff
path: root/src/components/ContextMenu/index.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade `@types/react` to 19 and run codemod (attempt 2) (#8918)Samuel Newman2025-09-091-1/+2
| | | | | | | | | | | | | * update dependencies * rm `import type React from 'react'` * run codemods * patch discord types * update types/react-dom * Update yarn.lock
* Upgrade prettier to 3.6 (#8558)Samuel Newman2025-06-231-3/+3
| | | | | | | * upgrade prettier * run prettier * more files
* Edge to edge support (#7497)Mathieu Acthernoene2025-04-221-1/+1
|
* [DMs] Reactions - link up API (attempt 2) (#8074)Samuel Newman2025-03-281-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-145/+269
|
* Allow selecting `ContextMenu` options via press-and-hold (#8020)Samuel Newman2025-03-271-99/+285
| | | | | | | | | * save locations of menu items * enable panning to select items * rm unused type * fix haptic overfiring
* New `ContextMenu` menu type for DM messages (#8014)Samuel Newman2025-03-211-0/+591
* 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>