You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* refactor: rename hint rendering methods for clarity
* fix: add second hint toggle and adjust hint message positioning
* Update src/components/hint/index.tsx
Co-authored-by: Nitzan Yizhar <[email protected]>
* fix: adjust edge margins and target position thresholds in Hint component
* Add minimum width to Hint component for better layout consistency
* Convert Hint class component to a function component
* Separate old Hint code to another file
* export error for hint wrap with asBaseComponent
* Extract types to another file
* Extract animation logic to useHintAnimation
* Add useHintLayout hook to manage hint layout state and measurements
* Move HintProps to types
* cleanups
* Add useHintAccessibility hook for improved accessibility handling
* Add useHintPosition hook for dynamic hint positioning logic
* Refactor and extract HintMockChildren component
* Add HintAnchor component for improved hint rendering and management
* Fix render overlay not rendered
* Refactor Hint components for improved structure and layout handling
* Refactor Hint components to use LayoutRectangle for target layout and improve type definitions
* Refactor Hint components to replace TARGET_POSITIONS with TargetAlignments for improved clarity and consistency
* Refactor HintAnchor and useHintPosition components to improve type definitions and enhance clarity in layout handling
* Refactor useHintPosition hook to improve target position calculations and enhance clarity in hint positioning logic
* Refactor useHintPosition hook to remove unused targetLayout prop and optimize target alignment calculations
* Refactor useHintLayout hook to accept props directly and improve target layout handling
* Update HintsScreen to rename 'Middle Top' to 'Middle Tip' and improve hint key generation for better clarity
* Refactor HintBubble import path and clean up useHintPosition hook by removing commented-out code and unnecessary padding logic
* Refactor useHintLayout hook to initialize target layout state correctly and handle safe area insets; rename NewHint component to Hint for consistency
* Refactor Hint component drivers and tests; update useHintLayout hook to initialize target layout state with targetFrame
* Update Hint component snapshots
* Refactor useHintPosition hook to unify tip position style variable naming for consistency
* Add comment to clarify targetScreenToRelativeOffset calculation in useHintPosition hook
* HintsScreen - Update hintKey to include showCustomContent and showReactionStrip for improved uniqueness
* Rename useHintAnimation to useHintVisibility and move some code
* Fix hint position calculation for RTL
---------
Co-authored-by: Nitzan Yizhar <[email protected]>
0 commit comments