Skip to content
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

Refactor Tooltip Implementation to Utilize Native Properties instead. #1696

Open
TheNoumanDev opened this issue Oct 22, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@TheNoumanDev
Copy link
Member

TheNoumanDev commented Oct 22, 2024

Current Issue:

  • Implementation: Tooltip is currently implemented as a separate widget.
  • Problem: This approach contradicts Ensemble’s design philosophy, where widgets should not need to be wrapped by another widget solely to provide additional properties.

Proposed Solution:

  • Integration: Introduce native Tooltip properties directly within each Ensemble widget.
  • Properties to Add:
    • enableTooltip
    • tooltipMessage
    • tooltipStyle (under this, all other styling options would be available.)

CC: @kmahmood74

@TheNoumanDev TheNoumanDev self-assigned this Oct 22, 2024
@TheNoumanDev TheNoumanDev added the enhancement New feature or request label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant