-
Notifications
You must be signed in to change notification settings - Fork 33
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
design changes for loading tree elements, changed the banner, updated tests #170
Conversation
Codecov Report
@@ Coverage Diff @@
## main #170 +/- ##
==========================================
- Coverage 58.68% 57.92% -0.77%
==========================================
Files 32 32
Lines 1428 1452 +24
Branches 234 245 +11
==========================================
+ Hits 838 841 +3
- Misses 570 591 +21
Partials 20 20
Flags with carried forward coverage won't be shown. Click here to find out more. |
Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
isLoading?: boolean | ||
} | ||
|
||
export interface isLoading { |
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.
Should be more specific like dataSourceLoadingStatus
?
@@ -957,8 +957,8 @@ export class Main extends React.Component<MainProps, MainState> { | |||
</EuiFlexGroup> | |||
<EuiPage paddingSize="none"> | |||
{this.state.language === 'SQL' && ( | |||
<EuiPanel> | |||
<EuiPageSideBar style={{ maxWidth: '400px', width: '400px' , overflow: 'auto' }}> | |||
<EuiPanel grow ={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.
isn't grow true by default
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.
Minor changes please take it up in the next PR
Signed-off-by: sumukhswamy <sumukhhs@amazon.com> (cherry picked from commit dcff236) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: sumukhswamy <sumukhhs@amazon.com> (cherry picked from commit dcff236) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…opensearch-project#170) (opensearch-project#172)" This reverts commit 786c7c7. Signed-off-by: Eric <menwe@amazon.com>
* Revert "Fix error handling for user w/o proper permissions (#195) (#197)" This reverts commit 26ed0dc. Signed-off-by: Eric <menwe@amazon.com> * Revert "Increment version to 2.11.1.0 (#186)" This reverts commit b18f5f4. Signed-off-by: Eric <menwe@amazon.com> * Revert "added fix for loading spinner issue for other database (#189) (#192)" This reverts commit 94805c5. Signed-off-by: Eric <menwe@amazon.com> * Revert "UI-bug fixes, added create query for MV (#182) (#188)" This reverts commit 4187b6d. Signed-off-by: Eric <menwe@amazon.com> * Revert "Add backticks and remove ckpt for manual refresh in acceleration flyout (#183) (#185)" This reverts commit f96c5d9. Signed-off-by: Eric <menwe@amazon.com> * Revert "Session update, minor fixes for acceleration flyout (#179) (#181)" This reverts commit 257fb53. Signed-off-by: Eric <menwe@amazon.com> * Revert "UI fixes for loading state, empty tree, added toast for error, fixed no indicies error (#176) (#178)" This reverts commit 3c47d47. Signed-off-by: Eric <menwe@amazon.com> * Revert "Make checkpoint mandatory, add watermark delay, minor UI fixes (#173) (#175)" This reverts commit 0198fa7. Signed-off-by: Eric <menwe@amazon.com> * Revert "design changes for loading, changed the banner, updated tests (#170) (#172)" This reverts commit 786c7c7. Signed-off-by: Eric <menwe@amazon.com> * Revert "Support dark mode and session for sql, minor bug fixes (#165) (#169)" This reverts commit 0f5673a. Signed-off-by: Eric <menwe@amazon.com> * Revert "Added changes for making tree view persistent, made changes for bugs for loading screen (#153) (#167)" This reverts commit 2269d1d. Signed-off-by: Eric <menwe@amazon.com> * Revert "fixed create table async query bug (#158) (#163)" This reverts commit 1964008. Signed-off-by: Eric <menwe@amazon.com> --------- Signed-off-by: Eric <menwe@amazon.com>
Description
[Describe what this change achieves]
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.