-
Notifications
You must be signed in to change notification settings - Fork 725
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
Hint Refactor #3486
base: master
Are you sure you want to change the base?
Hint Refactor #3486
Conversation
Co-authored-by: Nitzan Yizhar <[email protected]>
… improve type definitions
…ments for improved clarity and consistency
…finitions and enhance clarity in layout handling
… and enhance clarity in hint positioning logic
…optimize target alignment calculations
…et layout handling
… hint key generation for better clarity
…removing commented-out code and unnecessary padding logic
…ly and handle safe area insets; rename NewHint component to Hint for consistency
…to initialize target layout state with targetFrame
…ming for consistency
…eHintPosition hook
@ethanshar The hint with right targetPosition and custom content is broken: |
…ctionStrip for improved uniqueness
The issue is in the HintScreen, It didn't update the key when using the custom content feature |
@Inbal-Tish @nitzanyiz |
Description
Refactor Hint component to make it more readable and maintainable
How to review
I started with breaking this refactor into several different PRs, but TBH I think it's best to just review it as new code from scratch so I submitted only the last PR
Changelog
Refactor and fix Hint component edge case position issues
Additional info