-
Notifications
You must be signed in to change notification settings - Fork 893
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] Update paragraph text sizes across remaining OSD #7603
[Look&Feel] Update paragraph text sizes across remaining OSD #7603
Conversation
❌ 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. |
❌ 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. |
2 similar comments
❌ 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. |
❌ 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 #7603 +/- ##
==========================================
+ Coverage 63.64% 63.66% +0.01%
==========================================
Files 3632 3632
Lines 80043 80060 +17
Branches 12677 12683 +6
==========================================
+ Hits 50943 50969 +26
+ Misses 25993 25986 -7
+ Partials 3107 3105 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
❌ Empty Entry DescriptionDescription for "Skip" entry cannot be empty. |
3 similar comments
❌ Empty Entry DescriptionDescription for "Skip" entry cannot be empty. |
❌ Empty Entry DescriptionDescription for "Skip" entry cannot be empty. |
❌ Empty Entry DescriptionDescription for "Skip" entry cannot be empty. |
218ec11
to
a533d34
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.
Can we add some tests (likely just snapshot tests) to meet patch codecov check?
src/plugins/console/public/application/components/help_panel.tsx
Outdated
Show resolved
Hide resolved
Signed-off-by: Dan Dong <[email protected]>
Signed-off-by: Dan Dong <[email protected]>
Signed-off-by: Dan Dong <[email protected]>
Signed-off-by: Dan Dong <[email protected]>
Signed-off-by: Dan Dong <[email protected]>
Signed-off-by: Dan Dong <[email protected]>
Signed-off-by: Dan Dong <[email protected]>
Signed-off-by: Dan Dong <[email protected]>
Signed-off-by: Dan Dong <[email protected]>
Signed-off-by: Dan Dong <[email protected]>
b29e41d
to
27152ad
Compare
* Updated Data Source Connection paragraph size Signed-off-by: Dan Dong <[email protected]> * Updated paragraph size Signed-off-by: Dan Dong <[email protected]> * Updated paragraph size Signed-off-by: Dan Dong <[email protected]> * Updated paragraph size Signed-off-by: Dan Dong <[email protected]> * Changeset file for PR #7603 created/updated * Removed paragraph tags Signed-off-by: Dan Dong <[email protected]> * Updated Snapshot Testing Signed-off-by: Dan Dong <[email protected]> * Updated snapshot testing Signed-off-by: Dan Dong <[email protected]> * Updated help panel Signed-off-by: Dan Dong <[email protected]> * Updated Snapshot Testing for get_no_items_message Signed-off-by: Dan Dong <[email protected]> * Updated Snapshot Testing for get_no_items_message Signed-off-by: Dan Dong <[email protected]> * Changeset file for PR #7603 created/updated * Changeset file for PR #7603 created/updated * Updated Testing for get_no_items_message Signed-off-by: Dan Dong <[email protected]> --------- Signed-off-by: Dan Dong <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit 43dc2d6) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…7622) --------- (cherry picked from commit 43dc2d6) Signed-off-by: Dan Dong <[email protected]> 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
This PR updates normal paragraph font size to be small (15.75px next theme / 14px V7 theme).
Screenshot
Data Sources
Dev Tools
Note that the Help change was applied to the entire flyout, excluding the headers (so the commands in bold below are also under <EuiText size='s'>)
Index Patterns
Note that the Scripted Field: Edit change was applied to both the description and the link below.
Other Pages
Changelog
Check List
yarn test:jest
yarn test:jest_integration