about summary refs log tree commit diff
path: root/src/components/Menu/index.web.tsx
Commit message (Expand)AuthorAgeFilesLines
* Replace "Note about sharing" prompt with an inline hint (#8452)Samuel Newman2025-06-061-14/+25
* Share menu (#7840)Samuel Newman2025-05-231-0/+4
* Keep all radix dependencies aligned by using single package (#8219)Samuel Newman2025-04-241-10/+10
* [DMs] Emoji reaction picker (#8023)Samuel Newman2025-03-281-0/+2
* New `ContextMenu` menu type for DM messages (#8014)Samuel Newman2025-03-211-1/+1
* Constrain dropdown height to fit in the screen (#7730)Samuel Newman2025-02-251-1/+1
* Improved search language select (#7591)Samuel Newman2025-02-131-3/+4
* Animate dropdown menus (#7704)Samuel Newman2025-02-121-1/+8
* Update hashtag menu to use `Menu`, convert to native link for additional a11y...Eric Bailey2025-01-211-1/+7
* Account quick switch on web (#7190)Samuel Newman2025-01-141-1/+2
* Adjust height of radio (#7164)Eric Bailey2024-12-181-4/+4
* Add reply sorting in-thread (#7156)dan2024-12-181-0/+51
* Fix share button not working for some users (#5849)Hailey2024-12-121-9/+10
* Leverage jsx transform to remove unnecessary react imports and update eslint ...Paul Coroneos2024-11-191-2/+0
* fix(a11y): avoid plain `div`s as button or tabs (#6084)Cynthia2024-11-031-1/+2
* Add border to menu on web (#5439)futur2024-09-201-0/+2
* Expose more methods, support disabled items (#4954)Eric Bailey2024-08-191-14/+32
* Fix dropdown immediately closing on Enter (#3745)dan2024-04-281-13/+24
* 3p moderation services [WIP] (#2550)Paul Frazee2024-03-181-1/+1
* Fix dropdown close via a portaled backdrop (#3191)Eric Bailey2024-03-121-0/+16
* Fix sensitivity while scrolling (#3190)Eric Bailey2024-03-121-0/+4
* Use new menu for Profile (#3168)Hailey2024-03-121-2/+9
* Unwrap Menu.Trigger on web (#3182)Eric Bailey2024-03-121-23/+42
* Refactor `PostDropdownBtn` to use new `Menu` (#3112)Eric Bailey2024-03-081-4/+4
* Add `Menu` component (#3097)Eric Bailey2024-03-051-0/+247