Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [DMs] Reactions - link up API (attempt 2) (#8074) | Samuel Newman | 2025-03-28 | 1 | -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 Newman | 2025-03-28 | 1 | -2/+10 |
| | |||||
* | New `ContextMenu` menu type for DM messages (#8014) | Samuel Newman | 2025-03-21 | 1 | -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> |