Skip to content

Commit

Permalink
feat: add and separator to toolbar (#19731)
Browse files Browse the repository at this point in the history
* feat: add and separator to toolbar

* including the AndSeparator addedd 3.5 Meg to the toolbar

* Update frontend/src/toolbar/actions/ActionsEditingToolbarMenu.tsx

Co-authored-by: Ben White <[email protected]>

* Update frontend/src/toolbar/actions/ActionsEditingToolbarMenu.tsx

Co-authored-by: Ben White <[email protected]>

---------

Co-authored-by: Ben White <[email protected]>
  • Loading branch information
pauldambra and benjackwhite authored Jan 12, 2024
1 parent 456af51 commit 80205ff
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions frontend/src/toolbar/actions/ActionsEditingToolbarMenu.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { LemonDivider } from '@posthog/lemon-ui'
import { LemonDivider, LemonTag } from '@posthog/lemon-ui'
import { useActions, useValues } from 'kea'
import { Field, Form, Group } from 'kea-forms'
import { IconClose, IconDelete, IconEdit, IconMagnifier, IconMinusOutlined, IconPlus } from 'lib/lemon-ui/icons'
Expand Down Expand Up @@ -144,13 +144,18 @@ export const ActionsEditingToolbarMenu = (): JSX.Element => {
</>
}
/>
<LemonTag type="highlight">
<span className="uppercase">and</span>
</LemonTag>
<StepField
step={step}
item="text"
label="Text"
caption="Text content inside your element"
/>

<LemonTag type="highlight">
<span className="uppercase">and</span>
</LemonTag>
<StepField
step={step}
item="url"
Expand Down

0 comments on commit 80205ff

Please sign in to comment.