-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
fix: Native filters cyclic dependency #16921
fix: Native filters cyclic dependency #16921
Conversation
Codecov Report
@@ Coverage Diff @@
## master #16921 +/- ##
==========================================
- Coverage 76.77% 76.74% -0.03%
==========================================
Files 1022 1022
Lines 54884 54896 +12
Branches 7483 7484 +1
==========================================
- Hits 42137 42132 -5
- Misses 12499 12516 +17
Partials 248 248
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/testenv up FEATURE_DASHBOARD_NATIVE_FILTERS=true FEATURE_DASHBOARD_CROSS_FILTERS=true FEATURE_DASHBOARD_NATIVE_FILTERS_SET=true FEATURE_DASHBOARD_FILTERS_EXPERIMENTAL=true |
@geido Ephemeral environment spinning up at http://54.186.120.19:8080. Credentials are |
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! As discussed, the only problem I see is that the user can be moved to the culprit filter and there is no clear indication that is happening. A solution could be to flash the title on the left with red, to make it evident. I'll work on it in a separate PR.
Ephemeral environment shutdown and build artifacts deleted. |
SUMMARY
Fixes #15483
@junlincc @jinghua-qa
AFTER SCREENSHOTS OR ANIMATED GIF
Screen.Recording.2021-09-30.at.11.20.12.AM.mov
TESTING INSTRUCTIONS
Check the original issue for instructions.
ADDITIONAL INFORMATION