-
{selectedImage.extension}
-
Preview not supported
+
0}
+ on:click={navigateLeft}
+ >
+
- {/if}
-
0}
- on:click={navigateLeft}
- >
-
+
+
+
+
-
-
-
-
-
{
diff --git a/packages/bbui/src/Form/Dropzone.svelte b/packages/bbui/src/Form/Dropzone.svelte
index c8400ecc6a..76bcfd9db3 100644
--- a/packages/bbui/src/Form/Dropzone.svelte
+++ b/packages/bbui/src/Form/Dropzone.svelte
@@ -11,6 +11,7 @@
export let fileSizeLimit = undefined
export let processFiles = undefined
export let handleFileTooLarge = undefined
+ export let gallery = true
const dispatch = createEventDispatcher()
const onChange = e => {
@@ -27,6 +28,7 @@
{fileSizeLimit}
{processFiles}
{handleFileTooLarge}
+ {gallery}
on:change={onChange}
/>
diff --git a/packages/bbui/src/Form/Input.svelte b/packages/bbui/src/Form/Input.svelte
index a768f16681..327fefa32c 100644
--- a/packages/bbui/src/Form/Input.svelte
+++ b/packages/bbui/src/Form/Input.svelte
@@ -30,5 +30,6 @@
on:change={onChange}
on:click
on:input
+ on:blur
/>
diff --git a/packages/bbui/src/Layout/Page.svelte b/packages/bbui/src/Layout/Page.svelte
index d8c8cbfce4..f820364d0e 100644
--- a/packages/bbui/src/Layout/Page.svelte
+++ b/packages/bbui/src/Layout/Page.svelte
@@ -18,6 +18,7 @@
.wide {
max-width: none;
margin: 0;
- padding: var(--spacing-xl) calc(var(--spacing-xl) * 2);
+ padding: var(--spacing-xl) calc(var(--spacing-xl) * 2)
+ calc(var(--spacing-xl) * 2) calc(var(--spacing-xl) * 2);
}
diff --git a/packages/builder/src/components/start/CreateAppModal.svelte b/packages/builder/src/components/start/CreateAppModal.svelte
index 32774ff33c..97f63c77b2 100644
--- a/packages/builder/src/components/start/CreateAppModal.svelte
+++ b/packages/builder/src/components/start/CreateAppModal.svelte
@@ -1,58 +1,50 @@
-
-
-
-
- Get started with Budibase
-
-
- {#each steps as component, i (i)}
-
-
-
- {/each}
-
-
-
- {#if submitting}
-
-
- Creating your app...
-
+
+ {#if template}
+ {
+ $values.file = e.detail?.[0]
+ $touched.file = true
+ }}
+ />
{/if}
-
+
+ Give your new app a name, and choose which groups have access (paid plans
+ only).
+
+
($touched.name = true)}
+ label="Name"
+ />
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/packages/builder/src/pages/builder/portal/apps/index.svelte b/packages/builder/src/pages/builder/portal/apps/index.svelte
index b95e8bf5d2..ee9e4b6c22 100644
--- a/packages/builder/src/pages/builder/portal/apps/index.svelte
+++ b/packages/builder/src/pages/builder/portal/apps/index.svelte
@@ -85,10 +85,14 @@
/>
No apps.