-
Notifications
You must be signed in to change notification settings - Fork 43
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 header issue causing tabs to be hidden #1542
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1542 +/- ##
=======================================
Coverage 40.49% 40.49%
=======================================
Files 145 145
Lines 4638 4638
Branches 1087 1087
=======================================
Hits 1878 1878
Misses 2746 2746
Partials 14 14
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
I know it is stupid, but just wrapping the Tabs
component in a div will make them show up. Then the header can remain above the scrolling section.
140f5ee
to
77a74e4
Compare
Signed-off-by: ibolton336 <ibolton@redhat.com>
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
Refactor the header and layout of tabs for the dependencies detail drawer following the changes in konveyor#1542. Signed-off-by: Scott J Dickerson <sdickers@redhat.com>
Refactor the header and layout of tabs for the dependencies detail drawer following the changes in konveyor#1542. Signed-off-by: Scott J Dickerson <sdickers@redhat.com>
Changes: - Refactor the header and layout of tabs for the dependencies detail drawer following the changes in konveyor#1542. - Show the dependency name and provider in the header since those two fields together are the row unique key - Update the filter for the dependency applications to include both the name and the provider to match the row unique key Signed-off-by: Scott J Dickerson <sdickers@redhat.com>
…#1552) Changes: - Refactor the header and layout of tabs for the dependencies detail drawer following the changes in #1542. - Show the dependency name and provider in the header since those two fields together are the row unique key (see #1554). - Update the filter for the dependency applications to include both the name and the provider to match the row unique key (see #1554). Signed-off-by: Scott J Dickerson <sdickers@redhat.com>
Resolves https://issues.redhat.com/browse/MTA-1651
Wrapping the Tabs component inside a div helps manage the overflow issue seen when testing responsiveness of drawer.