From d96ea9424cdb7375cfd6550c2729fbe8d4505aa5 Mon Sep 17 00:00:00 2001 From: Joe <49767913+joebudi@users.noreply.github.com> Date: Mon, 28 Sep 2020 12:19:11 +0100 Subject: [PATCH] Small UI update to the binding interface with automations Heading fixed - size reduced. Spacing updating with the list section Placeholder added Link to docs added --- .../userInterface/GenericBindingPopover.svelte | 14 ++++++++------ .../userInterface/ModelViewSelect.svelte | 1 + 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/packages/builder/src/components/userInterface/GenericBindingPopover.svelte b/packages/builder/src/components/userInterface/GenericBindingPopover.svelte index 59392c37d9..5ad1a2c79f 100644 --- a/packages/builder/src/components/userInterface/GenericBindingPopover.svelte +++ b/packages/builder/src/components/userInterface/GenericBindingPopover.svelte @@ -28,11 +28,12 @@
- + Available bindings
{#each categories as [categoryName, bindings]} {categoryName} + {#each bindings as binding}
onClickBinding(binding)}> {binding.label} @@ -46,16 +47,17 @@
- Data binding - + Data binding Binding connects one piece of data to another and makes it dynamic. Click the objects on the left to add them to the textbox. - -