-
Notifications
You must be signed in to change notification settings - Fork 36
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
Remove Experimental Tag #302
Conversation
Codecov Report
@@ Coverage Diff @@
## main #302 +/- ##
=======================================
Coverage 89.95% 89.95%
=======================================
Files 16 16
Lines 209 209
Branches 43 43
=======================================
Hits 188 188
Misses 20 20
Partials 1 1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Passes integ tests on local. We have created an issue here to track. |
public/components/common/header.tsx
Outdated
<EuiText> | ||
<p> | ||
Compare results using the same search text with different queries.{' '} | ||
<EuiLink | ||
href="https://opensearch.org/docs/latest/search-plugins/search-relevance" | ||
target="_blank" | ||
> | ||
Learn more | ||
</EuiLink> | ||
</p> | ||
</EuiText> |
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.
Can we make the space between the title and the description seem like this? #144 (comment)
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.
Trying to find a way to make it similar to the mockups, but I'm not sure if it's possible with EuiPageHeader
. I was taking a look at the documentation, there doesn't seem to be a prop
to specify position of the description.
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.
Signed-off-by: Sean Li <lnse@amazon.com>
Signed-off-by: Sean Li <lnse@amazon.com>
76e3493
to
257adb5
Compare
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.
Approved with comment: let's remove any unused header.tsx
components, such as EuiCallOut and EuiPageHeader. Please also ensure that lint is revised.
Signed-off-by: Sean Li <lnse@amazon.com>
* removing experimental tag Signed-off-by: Sean Li <lnse@amazon.com> * changing components to match mockups Signed-off-by: Sean Li <lnse@amazon.com> * removing unused imports Signed-off-by: Sean Li <lnse@amazon.com> --------- Signed-off-by: Sean Li <lnse@amazon.com> (cherry picked from commit 7d062c5) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* removing experimental tag * changing components to match mockups * removing unused imports --------- (cherry picked from commit 7d062c5) Signed-off-by: Sean Li <lnse@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Removes experimental tag
Issues Resolved
#144
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.