Query copilot UI part 3 (#1490)

This commit is contained in:
victor-meng
2023-06-27 13:43:10 -07:00
committed by GitHub
parent 42e24d0e99
commit 444f1b66fd
4 changed files with 153 additions and 22 deletions

View File

@@ -42,7 +42,9 @@ exports[`Query copilot tab snapshot test should render with initial input 1`] =
>
<StyledTextFieldBase
disabled={false}
id="naturalLanguageInput"
onChange={[Function]}
onClick={[Function]}
style={
Object {
"lineHeight": 30,
@@ -51,7 +53,7 @@ exports[`Query copilot tab snapshot test should render with initial input 1`] =
styles={
Object {
"root": Object {
"width": "90%",
"width": "95%",
},
}
}
@@ -138,9 +140,15 @@ exports[`Query copilot tab snapshot test should render with initial input 1`] =
}
/>
<Separator
style={
styles={
Object {
"color": "#EDEBE9",
"root": Object {
"selectors": Object {
"::before": Object {
"background": "#E1DFDD",
},
},
},
}
}
vertical={true}