Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | run `yarn lint --fix` (#9013) | Samuel Newman | 2025-09-09 | 1 | -8/+8 |
| | |||||
* | Update hashtag menu to use `Menu`, convert to native link for additional ↵ | Eric Bailey | 2025-01-21 | 1 | -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) | Cynthia | 2024-11-03 | 1 | -0/+4 |
| | | | | Co-authored-by: Hailey <me@haileyok.com> | ||||
* | Expose more methods, support disabled items (#4954) | Eric Bailey | 2024-08-19 | 1 | -3/+7 |
| | |||||
* | Fix sensitivity while scrolling (#3190) | Eric Bailey | 2024-03-12 | 1 | -0/+5 |
| | |||||
* | Unwrap Menu.Trigger on web (#3182) | Eric Bailey | 2024-03-12 | 1 | -3/+25 |
| | |||||
* | Add `Menu` component (#3097) | Eric Bailey | 2024-03-05 | 1 | -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 |