From a657076397b725b4cc8c210636b1fdb65134f727 Mon Sep 17 00:00:00 2001 From: Michael Shanks Date: Thu, 2 Apr 2020 16:37:22 +0100 Subject: [PATCH] "Master Layout" > "Page Layout" .. and moved above screens --- .../{MasterLayout.svelte => PageLayout.svelte} | 11 ++++++----- .../components/userInterface/UserInterfaceRoot.svelte | 7 +++++-- 2 files changed, 11 insertions(+), 7 deletions(-) rename packages/builder/src/components/userInterface/{MasterLayout.svelte => PageLayout.svelte} (94%) diff --git a/packages/builder/src/components/userInterface/MasterLayout.svelte b/packages/builder/src/components/userInterface/PageLayout.svelte similarity index 94% rename from packages/builder/src/components/userInterface/MasterLayout.svelte rename to packages/builder/src/components/userInterface/PageLayout.svelte index 4f7cfd2cec..7e854939f7 100644 --- a/packages/builder/src/components/userInterface/MasterLayout.svelte +++ b/packages/builder/src/components/userInterface/PageLayout.svelte @@ -52,22 +52,20 @@
store.setScreenType('page')}> - {#if _layout.component.props._children.length} - - {/if} + - Master Layout + Page Layout
{#if $store.currentPreviewItem.name === _layout.title && _layout.component.props._children} @@ -90,6 +88,9 @@ onOk={() => store.deleteComponent(componentToDelete)} />