-
Notifications
You must be signed in to change notification settings - Fork 30
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
added new changes for the sidebar #124
added new changes for the sidebar #124
Conversation
Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
public/components/Main/main.tsx
Outdated
// const [isClearable, setIsClearable] = useState(true); | ||
|
||
// const [value, setValue] = useState(''); | ||
// const onChange = (e) => { | ||
// setValue(e.target.value); | ||
// }; |
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 you please remove the commented code
public/components/Main/main.tsx
Outdated
import { IHttpResponse } from 'angular'; | ||
import _ from 'lodash'; | ||
import React from 'react'; | ||
import React, { useState } from 'react'; |
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.
useState
, EuiPageTemplate
are unused headers can you please remove them?
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.
You'll have to update the snapshot of jest tests when you're changing these files.
Codecov Report
@@ Coverage Diff @@
## feature/flint-ui #124 +/- ##
====================================================
+ Coverage 62.76% 62.82% +0.05%
====================================================
Files 10 10
Lines 658 659 +1
Branches 119 119
====================================================
+ Hits 413 414 +1
Misses 192 192
Partials 53 53
Flags with carried forward coverage won't be shown. Click here to find out more. |
Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
@@ -3,7 +3,7 @@ | |||
* SPDX-License-Identifier: Apache-2.0 | |||
*/ | |||
|
|||
import { EuiButton, EuiFlexGroup, EuiFlexItem, EuiSpacer, EuiTitle } from '@elastic/eui'; | |||
import { EuiButton, EuiFlexGroup, EuiFlexItem, EuiSpacer, EuiTitle, EuiPageSideBar ,EuiSideNav, EuiPanel, EuiPageTemplate, EuiPage, EuiPageContent, EuiPageContentBody, EuiFlexGrid, EuiSplitPanel, EuiComboBox, EuiText, EuiPagination, EuiPopover, EuiFieldSearch} from '@elastic/eui'; |
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 you run lint here
Description
added data connections tab in the sidebar
Issues Resolved
[List any issues this PR will resolve]
Check List
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.