diff --git a/packages/builder/src/components/start/AppList.svelte b/packages/builder/src/components/start/AppList.svelte index 210429a4a6..a5f3706fa5 100644 --- a/packages/builder/src/components/start/AppList.svelte +++ b/packages/builder/src/components/start/AppList.svelte @@ -12,7 +12,7 @@ function myFunction() {
-

Your Web Apps

+
Your Web Apps
{#each apps as app}

{app.name}

@@ -30,12 +30,14 @@ function myFunction() { diff --git a/packages/builder/src/pages/index.svelte b/packages/builder/src/pages/index.svelte index 6395a3430c..cf9aa87bb3 100644 --- a/packages/builder/src/pages/index.svelte +++ b/packages/builder/src/pages/index.svelte @@ -4,19 +4,19 @@ import { onMount } from "svelte" import ActionButton from "components/common/ActionButton.svelte" import IconButton from "components/common/IconButton.svelte" - import { - SettingsIcon, - AppsIcon, - UpdatesIcon, - HostingIcon, - DocumentationIcon, - TutorialsIcon, - CommunityIcon, - ContributionIcon, - BugIcon, - EmailIcon, + import { + SettingsIcon, + AppsIcon, + UpdatesIcon, + HostingIcon, + DocumentationIcon, + TutorialsIcon, + CommunityIcon, + ContributionIcon, + BugIcon, + EmailIcon, TwitterIcon, - } from "components/common/Icons/" + } from "components/common/Icons/" import Spinner from "components/common/Spinner.svelte" let promise = getApps() @@ -31,7 +31,6 @@ throw new Error(json) } } -
@@ -54,13 +53,13 @@
- + - + @@ -70,19 +69,22 @@ + {#await promise} +
+ +
+ {:then result} + + {:catch err} +

{err}

+ {/await} +