-
Notifications
You must be signed in to change notification settings - Fork 275
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
[Improve][feature][Bug] Add Tooltip and Fix Design Issue In the Task Definition #171
Conversation
Hi @Hisoka-X, |
Please try merge from main. |
…askDefinition-tooltip
Hi @Hisoka-X, I've merged from main. Could you please rerun the checks. |
Thanks @Hisoka-X |
Thanks @SachinS10-lab for raising this PR. I will review it. |
cc @baicie |
@arshadmohammad. Sorry for the delay. Is it really needed to remove one commit? |
IMO, unnecessary. We will execute squash and merge when merge to dev. |
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.
LGTM +1
[Bug]
When screen height is reduced or more items added in the task synchronization definition sidebar, tiles are falls out of the task synchronization definition sidebar.
Purpose of this pull request
This PR aims to enhance user experience by improving navigation through the task synchronization process and Fixed the above mentioned bug.
Changes Introduced:
Tooltips for Task Tiles : Added tooltips to the Source, Sink, and Transform tiles in the task synchronization definition sidebar. The tooltips provide guidance on dragging and configuring the tiles.
Bug Fix : Addressed a bug that affected the display of the sidebar when the screen height was reduced or when more items were added.
How It Works:
Hover Over Info Icon : When hovering over the Info icon added to the right side of the task synchronization definition sidebar tiles, a tooltip will appear with helpful instructions.
After Dragging Tiles : When dragging Source, Sink, or Transform tiles onto the canvas and selecting them, hovering over the tile will display a tooltip with additional instructions.
Additional Notes:
This is my first pull request. I would appreciate any comments, suggestions, or advice to improve it.
Check list
New License Guide