From 939e2dc68c87cd0a5de9c5061f154b09d32d01f6 Mon Sep 17 00:00:00 2001 From: Joe <49767913+joebudi@users.noreply.github.com> Date: Mon, 25 May 2020 20:26:48 +0100 Subject: [PATCH] Minor responsive design updates and formatting --- .../src/components/start/AppList.svelte | 48 ++++---- packages/builder/src/pages/index.svelte | 113 +++++++++++------- 2 files changed, 94 insertions(+), 67 deletions(-) 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} +