-
Notifications
You must be signed in to change notification settings - Fork 916
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] Apply small popover padding and add Oui tooltip #7523
[Look&Feel] Apply small popover padding and add Oui tooltip #7523
Conversation
❌ Invalid PrefixInvalid description prefix. Found "[Look&Feel] Use small popover padding across the board". 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 #7523 +/- ##
=======================================
Coverage 63.63% 63.63%
=======================================
Files 3630 3630
Lines 79549 79549
Branches 12613 12613
=======================================
Hits 50621 50621
Misses 25857 25857
Partials 3071 3071
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
b705180
to
9ce11a3
Compare
❌ Invalid PrefixInvalid description prefix. Found "[Look&Feel] Use small popover padding across the board". Expected "breaking", "deprecate", "feat", "fix", "infra", "doc", "chore", "refactor", "security", "skip", or "test". |
ee87b93
to
b328609
Compare
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]>
ca1de88
to
4ec5f8b
Compare
* Updated Table padding size * Added tooltips to index patterns -> source filters * Updated recent items popover padding * Updated vis augmenter popover padding --------- 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 33ef32d) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…7580) * Updated Table padding size * Added tooltips to index patterns -> source filters * Updated recent items popover padding * Updated vis augmenter popover padding --------- (cherry picked from commit 33ef32d) 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>
…ch-project#7523) * Updated Table padding size * Added tooltips to index patterns -> source filters * Updated recent items popover padding * Updated vis augmenter popover padding --------- Signed-off-by: Dan Dong <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Description
Applies small padding on popovers for index management page. Also adds OUI tooltip to icons to Index Pattern Source Filters table to match other tables under index management.
Screenshot
Small padding on popovers
Added the
smallPopoverPadding = s
attribute to the following popovers:Tooltip Additions
Added EuiTooltips to edit and delete icons in the index patterns source filters listing to match other tables:
Other tables for reference, which have tooltips for edit and delete icons:
Changelog
Check List
yarn test:jest
yarn test:jest_integration