-
Notifications
You must be signed in to change notification settings - Fork 82
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
context menu #71
Comments
Looks great. Can you push this code to your own fork's branch so I can take a look? |
Yeah Context Menu This is the most bare model implementation haven't used |
The code seems good to me. I kinda don't like the hard coded menu items, but who am I kidding really, no point in having object-based/dynamic context menu until we have some apps 😉. And we can always refactor it. About the hoverable thing, it probably needs a sprinkle of z-index: 9999999 or something. Try that, and even if it doesn't work, no issues, I'll fix it by looking at the DOM 3D model. Overall looks good to me. Please do send a PR. And a request: Before you do that, please run |
I have a bare model of the
context menu
created.I didn't use the API for
Menubar
to implement this, found it too complex 😅.let me know if you want this feature.
The text was updated successfully, but these errors were encountered: