1865 implement a tooltip with smart filters documentation (#1989)
* Added QuestionIcon * Added Info button functionality and tests * Styled component renamed * Info button testing moved to AddFilter spec * Styled paragraph renamed * Info text fixed
This commit is contained in:
parent
3321460185
commit
ca545ddf36
1 changed files with 12 additions and 1 deletions
|
@ -41,7 +41,18 @@ const InfoModal: React.FC<InfoModalProps> = ({ toggleIsOpen }) => {
|
|||
`headers.sentBy == "some system" &&
|
||||
headers["sentAt"] == "2020-01-01"`
|
||||
</S.ListItem>
|
||||
<S.ListItem>multiS.ListItemne filters are also allowed:</S.ListItem>
|
||||
<S.ListItem>multiline filters are also allowed:</S.ListItem>
|
||||
<S.InfoParagraph>
|
||||
```
|
||||
<br />
|
||||
def name = value.name
|
||||
<br />
|
||||
def age = value.age
|
||||
<br />
|
||||
name == "iliax" && age == 30
|
||||
<br />
|
||||
```
|
||||
</S.InfoParagraph>
|
||||
</ol>
|
||||
<S.ButtonContainer>
|
||||
<Button
|
||||
|
|
Loading…
Add table
Reference in a new issue