about summary refs log tree commit diff
path: root/src/components/Menu/context.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Fix share button not working for some users (#5849)Hailey2024-12-121-0/+20
| | | | | | | | | | | | | | | * fix share button * Revert "fix share button" This reverts commit 3521c241729dc9bbe3dd7b62fc6e3e61e011cdf9. * tweak * Clean up context --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Expose more methods, support disabled items (#4954)Eric Bailey2024-08-191-1/+5
|
* Add `Menu` component (#3097)Eric Bailey2024-03-051-0/+8
* 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