-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add arrow navigation to remaining popover menus #1001
Conversation
d4d46d5
to
b5b954b
Compare
566bca3
to
1963003
Compare
- refactor `add button` menu component, giving it access to `floating` context - deduplicate some code
e8f5350
to
bc3739d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The view/order buttons of series blocks currently don't do anything when clicked or otherwise activated. I suppose the onClick
handler just needs to be specified after the getItemProps
or whatever.
Other than that it looks good to me. I only skimmed the refactor parts, but should be fine.
bc3739d
to
ad1f0ed
Compare
Good catch, that fixes it. |
This enables arrow navigation for the series block sorting menus and the menus for adding block content.
Waiting for opencast/appkit#3, which is needed in order for this to work.
Together they will close #753.