-
Notifications
You must be signed in to change notification settings - Fork 29
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
Show tooltips for each step on the canvas #629
Conversation
Hi @lordrip , |
Hi @shivamG640, tried your branch locally and I think you're on the right track. Just for information, there are a few cases that you need to consider:
You'll notice what are you working with by inspecting whether you have a |
Hi @lordrip , |
@lordrip , |
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.
I tried it locally and it works great 🎉 , thanks @shivamG640 for this.
Regarding to the comments, please feel free to address them in an upcoming PR so we don't delay this one 😃
|
||
return content; | ||
} | ||
|
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.
Could we please create an issue for adding a test case for this? There are similar test cases that you could get inspiration from.
These changes will bring tooltips for each step on the canvas.
Fixes #538