-
Notifications
You must be signed in to change notification settings - Fork 105
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
chore(Cross): [IOAPPX-370] Enable discrete transition in the BonusCardScreenComponent
#6171
chore(Cross): [IOAPPX-370] Enable discrete transition in the BonusCardScreenComponent
#6171
Conversation
…-header-2ndlevel-hook
BonusCardScreenComponent
BonusCardScreenComponent
Affected stories
|
I have some questions. Feel free to not answer.
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6171 +/- ##
==========================================
- Coverage 48.42% 47.94% -0.48%
==========================================
Files 1488 1761 +273
Lines 31617 35673 +4056
Branches 7669 8449 +780
==========================================
+ Hits 15311 17104 +1793
- Misses 16238 18510 +2272
+ Partials 68 59 -9
... and 1257 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
@freddi301 Answers below:
In short: I've left
They are props related to the Help section. They're actually managed by the header, but they probably need a refactor/refresh. |
I think that having two opinionated ways of doing the same thing might be confusing for new entries. Maybe we can leave a jsdoc comment containing exactly what you answered me. I didn't find any code that uses those help related props. Feel absolutely free to ignore these suggestions |
…-discrete-transition
…-discrete-transition
@freddi301 That's a good suggestion. Added some documentation in the following commit → 95a9707 |
…-discrete-transition
…-discrete-transition
…-discrete-transition
…-discrete-transition
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!
Note
This PR depends on:
enableDiscreteTransition
to theuseHeaderSecondLevel
hook #6170Short description
This PR enables discrete transition in the
BonusCardScreenComponent
thanks to the new updateduseHeaderSecondLevel
hook.List of changes proposed in this pull request
enableDiscreteTransition
to theBonusCardScreenComponent
CgnDetailScreen
to improve compatibility with theIOScrollView
(cc @freddi301 @Hantex9)BonusCardShape
componentIOScrollView
componentPreview
updatedCgnDetailScreen.mp4
How to test