Skip to content

Commit

Permalink
added code for the change of design of the sidebar, fixed overriding … (
Browse files Browse the repository at this point in the history
opensearch-project#928)

* added code for the change of design of the sidebar, fixed overriding spinner bug, changed font size

Signed-off-by: sumukhswamy <[email protected]>

* addressed PR comments

Signed-off-by: sumukhswamy <[email protected]>

* code for overriding pattern

Signed-off-by: sumukhswamy <[email protected]>

* updated snapshots

Signed-off-by: sumukhswamy <[email protected]>

---------

Signed-off-by: sumukhswamy <[email protected]>
  • Loading branch information
sumukhswamy authored and paulstn committed Sep 8, 2023
1 parent 5da297b commit b40eac5
Show file tree
Hide file tree
Showing 6 changed files with 210 additions and 181 deletions.
1 change: 1 addition & 0 deletions public/components/event_analytics/explorer/explorer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,7 @@ export const Explorer = ({
isOverridingTimestamp,
query,
isLiveTailOnRef.current,
isOverridingPattern
]);

const visualizations: IVisualizationContainerProps = useMemo(() => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ exports[`Field component Renders a sidebar field 1`] = `
anchorPosition="rightUp"
button={
<FieldButton
className="shard__fieldSelectorField explorer__fieldSelectorField"
className="shard__fieldSelectorField explorer__fieldSelectorField vbFieldButton"
dataTestSubj="field-agent-showDetails"
fieldAction={
<React.Fragment>
Expand Down Expand Up @@ -87,7 +87,7 @@ exports[`Field component Renders a sidebar field 1`] = `
}
isActive={false}
onClick={[Function]}
size="m"
size="s"
/>
}
closePopover={[Function]}
Expand All @@ -105,7 +105,7 @@ exports[`Field component Renders a sidebar field 1`] = `
className="euiPopover__anchor"
>
<FieldButton
className="shard__fieldSelectorField explorer__fieldSelectorField"
className="shard__fieldSelectorField explorer__fieldSelectorField vbFieldButton"
dataTestSubj="field-agent-showDetails"
fieldAction={
<React.Fragment>
Expand Down Expand Up @@ -171,10 +171,10 @@ exports[`Field component Renders a sidebar field 1`] = `
}
isActive={false}
onClick={[Function]}
size="m"
size="s"
>
<div
className="osdFieldButton shard__fieldSelectorField explorer__fieldSelectorField"
className="osdFieldButton osdFieldButton--small shard__fieldSelectorField explorer__fieldSelectorField vbFieldButton"
>
<button
className="osd-resetFocusState osdFieldButton__button"
Expand Down
Loading

0 comments on commit b40eac5

Please sign in to comment.