-
Notifications
You must be signed in to change notification settings - Fork 885
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 on data source selectable and readonly component are not consistent #6545
Conversation
❌ Invalid PrefixInvalid description prefix. Found "bug". Expected "breaking", "deprecate", "feat", "fix", "infra", "doc", "chore", "refactor", "security", "skip", or "test". |
❌ Invalid PrefixInvalid description prefix. Found "bug". Expected "breaking", "deprecate", "feat", "fix", "infra", "doc", "chore", "refactor", "security", "skip", or "test". |
1 similar comment
❌ Invalid PrefixInvalid description prefix. Found "bug". Expected "breaking", "deprecate", "feat", "fix", "infra", "doc", "chore", "refactor", "security", "skip", or "test". |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6545 +/- ##
===========================================
+ Coverage 32.93% 49.75% +16.81%
===========================================
Files 2260 2685 +425
Lines 45769 54702 +8933
Branches 7200 8980 +1780
===========================================
+ Hits 15075 27215 +12140
+ Misses 29984 25788 -4196
- Partials 710 1699 +989
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
} | ||
</EuiPanel> | ||
<EuiPanel color="subdued" paddingSize="xs" borderRadius="none"> | ||
<DataSourceDropDownHeader totalDataSourceCount={1} application={this.props.application} /> |
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 saw in the DataSourceSelectable
, DataSourceDropDownHeader
is wrapped by EuiContextMenuPanel
, do we need the same for data source view?
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.
Thank you for bringing this up. I did a close look at it and i think the Drop down header should be outside of Panel as it is using the EuiPopoverTitle in the back
db89f9b
to
ca8dcbc
Compare
Signed-off-by: Yuanqi(Ella) Zhu <zhyuanqi@amazon.com>
…nt (#6545) (#6558) Signed-off-by: Yuanqi(Ella) Zhu <zhyuanqi@amazon.com> (cherry picked from commit 35fe82d) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…nt (opensearch-project#6545) Signed-off-by: Yuanqi(Ella) Zhu <zhyuanqi@amazon.com>
Description
fix on data source selectable and readonly component are not consistent
Related Issue: #6535
Describe the bug
screenshot
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration