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
Title: Refactor Tooltip Implementation in ensemble_react to Property-based Approach
Description:
We need to align ensemble_react's tooltip implementation with ensemble_flutter by moving from a widget-based to a property-based approach.
Current State:
Tooltip is implemented as a wrapper widget
This approach goes against Ensemble's core design philosophy so we changed the ensemble_flutter appraoch as well.
Required Changes:
Deprecation Steps:
Mark existing TooltipWidget as deprecated
Keep existing implementation temporarily for backward compatibility
Title: Refactor Tooltip Implementation in ensemble_react to Property-based Approach
Description:
We need to align ensemble_react's tooltip implementation with ensemble_flutter by moving from a widget-based to a property-based approach.
Current State:
Required Changes:
Deprecation Steps:
New Implementation:
And below are the properties we support right now
Referance Tickets:
The text was updated successfully, but these errors were encountered: