about summary refs log tree commit diff
path: root/src/components/Menu/types.ts
Commit message (Collapse)AuthorAgeFilesLines
* run `yarn lint --fix` (#9013)Samuel Newman2025-09-091-8/+8
|
* Update hashtag menu to use `Menu`, convert to native link for additional ↵Eric Bailey2025-01-211-0/+5
| | | | | | | | | | | | | | | a11y and click handling (#7529) * Make tag a normal link on web * Replace old TagMenu with new RichTextTag component, expand and improve click utils * Clarify intents * Ensure we're passing down hint * ope * DRY
* fix(a11y): avoid plain `div`s as button or tabs (#6084)Cynthia2024-11-031-0/+4
| | | | Co-authored-by: Hailey <me@haileyok.com>
* Expose more methods, support disabled items (#4954)Eric Bailey2024-08-191-3/+7
|
* Fix sensitivity while scrolling (#3190)Eric Bailey2024-03-121-0/+5
|
* Unwrap Menu.Trigger on web (#3182)Eric Bailey2024-03-121-3/+25
|
* Add `Menu` component (#3097)Eric Bailey2024-03-051-0/+72
* Add POC menu abstraction * Better platform handling * Remove ignore * Add some menu items * Add controlled dropdown * Pass through a11y props * Ignore uninitialized context * Tweaks * Usability improvements * Rename handlers to props * Add radix comment * Ignore known type * Remove todo * Move storybook item * Improve Group matching * Adjust theming