-
Couldn't load subscription status.
- Fork 166
ROX-31362: Migrate AdvancedFlowsFilter to PF v5 Select #17511
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
Conversation
|
Skipping CI for Draft Pull Request. |
|
Images are ready for the commit at f50c97c. To use with deploy scripts, first |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #17511 +/- ##
=======================================
Coverage 48.71% 48.72%
=======================================
Files 2724 2724
Lines 202980 202980
=======================================
+ Hits 98891 98898 +7
+ Misses 96335 96330 -5
+ Partials 7754 7752 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ui/apps/platform/src/Containers/NetworkGraph/common/AdvancedFlowsFilter/AdvancedFlowsFilter.tsx
Show resolved
Hide resolved
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.
Minor suggestions but otherwise LGTM.
Overall I think the new port selection UI is probably better than the dropdown-within-a-dropdown pattern. How does it handle a large number of items though? Does the individual port section scroll?
Also, unrelated to this PR, but IMO we should sort the port numbers ascending in a follow up.
ui/apps/platform/src/Containers/NetworkGraph/common/AdvancedFlowsFilter/AdvancedFlowsFilter.tsx
Outdated
Show resolved
Hide resolved
ui/apps/platform/src/Containers/NetworkGraph/common/AdvancedFlowsFilter/AdvancedFlowsFilter.tsx
Show resolved
Hide resolved
ui/apps/platform/src/Containers/NetworkGraph/common/AdvancedFlowsFilter/AdvancedFlowsFilter.tsx
Outdated
Show resolved
Hide resolved
|
@sachaudh: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |


Description
Migrated AdvancedFlowsFilter from the deprecated PatternFly Select component.
Key Changes:
User-facing documentation
Testing and quality
Automated testing
How I validated my change
Before
before-changes.mov
After
after-changes.mov