-
Notifications
You must be signed in to change notification settings - Fork 892
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
[Vis-Builder] Fix Droppable Areas not highlighting while dragging a Field #7527
[Vis-Builder] Fix Droppable Areas not highlighting while dragging a Field #7527
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7527 +/- ##
==========================================
- Coverage 63.82% 63.80% -0.02%
==========================================
Files 3650 3651 +1
Lines 80966 80985 +19
Branches 12894 12901 +7
==========================================
+ Hits 51673 51674 +1
- Misses 26126 26144 +18
Partials 3167 3167
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Move to 2.17 for now due to test fail. |
2b4849f
to
44be361
Compare
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.
Nice!
a1904ca
to
44be361
Compare
Signed-off-by: Suchit Sahoo <suchsah@amazon.com>
44be361
to
3c8686c
Compare
…ield (#7527) * [Vis-Builder] Highlight Droppable Areas while dragging a Field Signed-off-by: Suchit Sahoo <suchsah@amazon.com> * Changeset file for PR #7527 created/updated --------- Signed-off-by: Suchit Sahoo <suchsah@amazon.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit 901ac51) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…ield (#7527) (#7780) * [Vis-Builder] Highlight Droppable Areas while dragging a Field * Changeset file for PR #7527 created/updated --------- (cherry picked from commit 901ac51) Signed-off-by: Suchit Sahoo <suchsah@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Description
This PR aims to enhance the user experience in Vis Builder by highlighting the droppable areas when a user starts dragging a field and fixing the bug which removed this feature.
Issues Resolved
Screenshot
HighilightVisbuilderbugFix.mp4
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration