-
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
[Look&Feel] Use small EuiTabs and EuiTabbedContent across the board #7232
[Look&Feel] Use small EuiTabs and EuiTabbedContent across the board #7232
Conversation
Signed-off-by: Zhongnan Su <szhongna@amazon.com>
❌ Empty Changelog SectionThe Changelog section in your PR description is empty. Please add a valid changelog entry or entries. If you did add a changelog entry, check to make sure that it was not accidentally included inside the comment block in the Changelog section. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7232 +/- ##
=======================================
Coverage 67.62% 67.62%
=======================================
Files 3471 3471
Lines 68612 68612
Branches 11165 11165
=======================================
Hits 46396 46396
Misses 19511 19511
Partials 2705 2705
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Approving assuming the checks will pass... |
failed cypress test is related to advanced setting, not related to change in this PR. Also notice same test suite fail in other PRs. https://github.com/opensearch-project/OpenSearch-Dashboards/actions/runs/9902428483/job/27359262385 |
…7232) * [Look&Feel] Use small EuiTabs and EuiTabbedContent across the board Signed-off-by: Zhongnan Su <szhongna@amazon.com> * Changeset file for PR #7232 created/updated --------- Signed-off-by: Zhongnan Su <szhongna@amazon.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit 9893ce1) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…7232) (#7255) * [Look&Feel] Use small EuiTabs and EuiTabbedContent across the board * Changeset file for PR #7232 created/updated --------- (cherry picked from commit 9893ce1) Signed-off-by: Zhongnan Su <szhongna@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> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Description
Find all usage of
EuiTabs
andEuiTabbedContent
and update them to use size small if not already.Issues Resolved
Screenshot
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration