-
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
[Workspace] Address UI issues of index patterns #8287
base: main
Are you sure you want to change the base?
[Workspace] Address UI issues of index patterns #8287
Conversation
Signed-off-by: Kapian1234 <wanjinch@amazon.com>
…ot bold Signed-off-by: Kapian1234 <wanjinch@amazon.com>
…ot bold Signed-off-by: Kapian1234 <wanjinch@amazon.com>
Signed-off-by: Kapian1234 <wanjinch@amazon.com>
Signed-off-by: Kapian1234 <wanjinch@amazon.com>
…e-filters panel Signed-off-by: Kapian1234 <wanjinch@amazon.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8287 +/- ##
==========================================
+ Coverage 64.05% 64.14% +0.08%
==========================================
Files 3741 3743 +2
Lines 88683 88833 +150
Branches 13817 13852 +35
==========================================
+ Hits 56809 56980 +171
+ Misses 31262 31238 -24
- Partials 612 615 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Kapian1234 <wanjinch@amazon.com>
…OpenSearch-Dashboards into workspace_index_patterns_fix
@@ -183,7 +183,7 @@ export function Tabs({ indexPattern, saveIndexPattern, fields, history, location | |||
return ( | |||
<> | |||
{useUpdatedUX && <EuiSpacer size="m" />} | |||
<Wrapper> | |||
<Wrapper paddingSize="m"> |
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.
Do we need to take useUpdatedUX into consideration? Here we will have 2x paddingM vertically if useUpdatedUX is true.
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.
@Kapian1234 Can you post the screenshot when useUpdatedUX is false? |
…ch-Dashboards into workspace_index_patterns_fix
|
Description
Adjust the padding of index-pattern list panel to 16px.
Make the Pattern column bold, and the Data-source-connection column not bold
Ajust the spacing within the index-pattern detail panel to 16px
Add plusInCircle icon to the Add-scripted-field button
Ajust the space between the search bar and the button to 8px at Source-filters panel
Issues Resolved
Screenshot
Testing the changes
Changelog
Check List
yarn test:jest
yarn test:jest_integration