-
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
chore(Dashboard): Highlight errored filters on the left pane of the Native Filters form plus several enhancements #16940
Conversation
Codecov Report
@@ Coverage Diff @@
## master #16940 +/- ##
==========================================
- Coverage 76.70% 76.69% -0.02%
==========================================
Files 1030 1030
Lines 55056 55122 +66
Branches 7465 7485 +20
==========================================
+ Hits 42231 42276 +45
- Misses 12576 12596 +20
- Partials 249 250 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Thanks for the feature @geido. Some points:
|
…e/highlight-corrupt-filter
Hey @michael-s-molina thanks for your feedback! I implemented what you suggested above and updated the video in the description |
…e/highlight-corrupt-filter
/testenv up FEATURE_DASHBOARD_NATIVE_FILTERS=true |
@michael-s-molina Ephemeral environment spinning up at http://52.11.166.147: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.
The code looks great and I wasn't able to break anything.
1 suggestion - maybe we should disable the save button when there are errors in the form? Currently nothing happens when I click it when there are errors, but there is no indication that the button is unclickable.
PR approved, it's up to you if you want to implement disabled save button in this PR, in another... or not at all 🙂
That's a great suggestion. Let me work on that in a separate PR |
Ephemeral environment shutdown and build artifacts deleted. |
…ative Filters form plus several enhancements (apache#16940) * Implement errored filters * Clean up * Handle errors on the fly * Implement handleErroredFilters * Reset errors
…ative Filters form plus several enhancements (apache#16940) * Implement errored filters * Clean up * Handle errors on the fly * Implement handleErroredFilters * Reset errors
SUMMARY
This PR introduces several enhancements to the native filters form and some new functionalities:
Form.Item
wherever possible. However, the constraints of this implementation are huge and I advocate for a full refactor asapAFTER
Video.Game.Sales.4.mp4
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION