-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
feat(divider): add new ion-divider component #30270
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
8595c9b
to
e51076c
Compare
e51076c
to
0bdf960
Compare
0bdf960
to
3a7dc3e
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.
Looking good so far, just found a few concerns. 🙂
Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com>
- apply more code review suggetions
6126970
to
f2a9b59
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.
Thank you for making those changes! The only blocking change I'm requesting is that I noticed the safe area padding for LTR/RTL is missing on one side because I copied the styles from item. Sorry I just realized this! The rest of my requests are just to limit the number of screenshots generated by the E2E tests to only what we really need. 🙂
...ic/divider.e2e.ts-snapshots/divider-basic-default-ionic-md-rtl-light-Mobile-Chrome-linux.png
Outdated
Show resolved
Hide resolved
...ng/divider.e2e.ts-snapshots/divider-spacing-large-ionic-md-rtl-light-Mobile-Chrome-linux.png
Outdated
Show resolved
Hide resolved
Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com>
6dd88fe
to
b7bd3e3
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.
LGTM! 🎉
Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com>
Co-authored-by: Maria Hutt <thetaPC@users.noreply.github.com>
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.
LGTM
Issue number: internal
What is the new behavior?
ion-divider
which has two props,spacing
andinset
.spacing
andinset
propsDoes this introduce a breaking change?
Other information
ion-item
is out of scope , for now.