-
-
Notifications
You must be signed in to change notification settings - Fork 11
kmdc-menu and kmdc-menu-surface #67
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
Conversation
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.
Some work needed. I recommend reviewing MDC docs with a fresh set of eyes as well as having a look at newer KMDC modules to get a feel at how wrapping should be done.
c17ade1
to
2a00989
Compare
2a00989
to
24910ef
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.
Much better this time around.
P.S. Conversations should be resolved by their author, not comitter. Also I'd very much appreciate if you could resist force-pushes as it invalidates some review history for me and makes incremental reviews harder.
@mpetuska I did another pass which should resolve all pending issues. |
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.
Some new things to look into as well as some things remaining unresolved from the previous review.
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.
Almost there. Main leftover concern is Corner
"enum"
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.
We got there in the end. There are still few minor inconsistencies, but I can sort them out myself during final pre-0.1.0 review. Thanks!
Provides support for MDCMenu and MDCMenuSurface
Demonstrate use as a dropdown in Sandbox
Fixes #18
Fixes #17