From 2ccd44316a57781cf0ea8ed4cc0858377b89289c Mon Sep 17 00:00:00 2001 From: Elad Shechter Date: Thu, 14 Dec 2023 11:59:34 +0700 Subject: [PATCH 1/4] Floating Action Bar - Was using old variable color name and was transparent. Now got the updated color names variables --- src/lib/components/floatingActionBar.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/components/floatingActionBar.svelte b/src/lib/components/floatingActionBar.svelte index 066852314..28b7a8e3b 100644 --- a/src/lib/components/floatingActionBar.svelte +++ b/src/lib/components/floatingActionBar.svelte @@ -26,13 +26,13 @@ } :global(.theme-dark) .floating-action-bar { - border: 1px solid hsl(var(--color-neutral-200)); - background: hsl(var(--color-neutral-300)); + border: 1px solid hsl(var(--color-neutral-85)); + background: hsl(var(--color-neutral-90)); box-shadow: 0px 6px 16px 8px #14141f; } :global(.theme-light) .floating-action-bar { - border: 1px solid hsl(var(--color-neutral-30)); + border: 1px solid hsl(var(--color-neutral-15)); background: hsl(var(--color-neutral-0)); box-shadow: 0px 6px 16px 0px rgba(55, 59, 77, 0.14); } From 9c83d1d66f2da9adaa79a9dca69c3c4622372236 Mon Sep 17 00:00:00 2001 From: Arman Date: Fri, 22 Dec 2023 15:53:28 +0100 Subject: [PATCH 2/4] fix: ul wrapping li, centering stuff --- .../wizards/functions/components/repositories.svelte | 12 ++++++------ .../console/organization-[organization]/+page.svelte | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/lib/wizards/functions/components/repositories.svelte b/src/lib/wizards/functions/components/repositories.svelte index ee2dfdfe0..f4f76872d 100644 --- a/src/lib/wizards/functions/components/repositories.svelte +++ b/src/lib/wizards/functions/components/repositories.svelte @@ -87,13 +87,13 @@ ]} value={null} /> -
+
    -
+ {:then installations}
-
+
    -
-
+ +
    -
+
{/await}

diff --git a/src/routes/console/organization-[organization]/+page.svelte b/src/routes/console/organization-[organization]/+page.svelte index 337589afc..0cc3ff1af 100644 --- a/src/routes/console/organization-[organization]/+page.svelte +++ b/src/routes/console/organization-[organization]/+page.svelte @@ -200,7 +200,7 @@ {#if isCloud && regions} {@const region = findRegion(project)} - + {region?.name} {/if} From 5c87a9a286197e4fd8214038e9a9eff97b04f486 Mon Sep 17 00:00:00 2001 From: Arman Date: Fri, 22 Dec 2023 16:15:40 +0100 Subject: [PATCH 3/4] fix: modal height --- src/lib/components/fakeModal.svelte | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/src/lib/components/fakeModal.svelte b/src/lib/components/fakeModal.svelte index 34dc2ea6b..4daec9409 100644 --- a/src/lib/components/fakeModal.svelte +++ b/src/lib/components/fakeModal.svelte @@ -67,11 +67,11 @@ on:click={handleBLur} bind:this={backdrop}>