-
Notifications
You must be signed in to change notification settings - Fork 4
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
WRR-4833: Make pageIndicatorPosition prop in PageViews component public #1757
Conversation
Enact-DCO-1.0-Signed-off-by: Juwon Jeong ([email protected])
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1757 +/- ##
========================================
Coverage 80.87% 80.87%
========================================
Files 148 148
Lines 6676 6676
Branches 1989 1989
========================================
Hits 5399 5399
Misses 969 969
Partials 308 308 ☔ View full report in Codecov by Sentry. |
Enact-DCO-1.0-Signed-off-by: Juwon Jeong ([email protected])
@juwonjeong, Please resolve the merge conflict. |
Enact-DCO-1.0-Signed-off-by: Juwon Jeong ([email protected])
CHANGELOG.md
Outdated
@@ -7,6 +7,7 @@ The following is a curated list of changes in the Enact sandstone module, newest | |||
### Added | |||
|
|||
- `sandstone/Icon` supported icon list, adding new icon `calibration` | |||
- `sandstone/Pageviews` `pageIndicatorPosition` prop to provide a way to determine where to place the page indicator |
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.
- `sandstone/Pageviews` `pageIndicatorPosition` prop to provide a way to determine where to place the page indicator | |
- `sandstone/Pageviews` `pageIndicatorPosition` prop to set the position of the page indicator |
Enact-DCO-1.0-Signed-off-by: Juwon Jeong ([email protected])
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
Enact-DCO-1.0-Signed-off-by: Juwon Jeong ([email protected])
Checklist
Issue Resolved / Feature Added
Make
pageIndicatorPosition
prop in PageViews component public as UX guide is updated.Resolution
Updated docs and sampler
Added changelog
Additional Considerations
Links
WRR-4833
Comments