diff --git a/Dockerfile b/Dockerfile index c2b0b4605..6be789f4a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ ENV PRISMA_QUERY_ENGINE_BINARY=/app/prisma-engines/query-engine \ PRISMA_CLI_QUERY_ENGINE_TYPE=binary \ PRISMA_CLIENT_ENGINE_TYPE=binary -COPY --from=coollabsio/prisma-engine:4.2.0 /prisma-engines/query-engine /prisma-engines/migration-engine /prisma-engines/introspection-engine /prisma-engines/prisma-fmt /app/prisma-engines/ +COPY --from=coollabsio/prisma-engine:3.15 /prisma-engines/query-engine /prisma-engines/migration-engine /prisma-engines/introspection-engine /prisma-engines/prisma-fmt /app/prisma-engines/ RUN apk add --no-cache git git-lfs openssh-client curl jq cmake sqlite openssl psmisc RUN curl -sL https://unpkg.com/@pnpm/self-installer | node diff --git a/apps/ui/src/lib/components/Setting.svelte b/apps/ui/src/lib/components/Setting.svelte index 30f45755b..04e5f1eac 100644 --- a/apps/ui/src/lib/components/Setting.svelte +++ b/apps/ui/src/lib/components/Setting.svelte @@ -10,7 +10,7 @@ export let loading = false; -
+
{title}
diff --git a/apps/ui/src/routes/__layout.svelte b/apps/ui/src/routes/__layout.svelte index 12e680488..5f19fe0ad 100644 --- a/apps/ui/src/routes/__layout.svelte +++ b/apps/ui/src/routes/__layout.svelte @@ -71,7 +71,7 @@ $appSession.version = baseSettings.version; $appSession.whiteLabeled = baseSettings.whiteLabeled; $appSession.whiteLabeledDetails.icon = baseSettings.whiteLabeledIcon; - $appSession.supportedServiceTypesAndVersions = supportedServiceTypesAndVersions + $appSession.supportedServiceTypesAndVersions = supportedServiceTypesAndVersions; export let userId: string; export let teamId: string; @@ -396,7 +396,7 @@ {/if} {/if}
-
+
diff --git a/apps/ui/src/routes/destinations/[id]/_LocalDocker.svelte b/apps/ui/src/routes/destinations/[id]/_LocalDocker.svelte index 71e4c06ab..6a177d309 100644 --- a/apps/ui/src/routes/destinations/[id]/_LocalDocker.svelte +++ b/apps/ui/src/routes/destinations/[id]/_LocalDocker.svelte @@ -142,7 +142,7 @@
-
+
{$t('forms.configuration')}
{#if $appSession.isAdmin}
-
+
-
+
-
+
{#if $appSession.teamId === '0'} -
+
Identity and Access Management
- +
{#if invitations.length > 0} @@ -170,14 +167,11 @@ {#each accounts as account} - + {account.email} resetPassword(account.id)}> - +
deleteUser(account.id)}> @@ -101,20 +101,20 @@
-
+
-
+
-
+
-
+
-
+
{:else if source.githubApp?.installationId} -
+
{$t('general')}
{#if $appSession.isAdmin} - {loading ? 'Saving...' : 'Save'} {$t('source.change_app_settings', { name: 'GitHub' })} {/if}
-
+
-
+
-
+
{#if selfHosted} -
+
@@ -210,7 +210,7 @@ />
{/if} -
+
{:else}
- - +
{/if} diff --git a/apps/ui/src/tailwind.css b/apps/ui/src/tailwind.css index 5b551a4c8..22ad0093f 100644 --- a/apps/ui/src/tailwind.css +++ b/apps/ui/src/tailwind.css @@ -85,7 +85,7 @@ label { @apply inline-block w-64 text-xs tracking-tight md:text-sm; } .btn { - @apply text-white text-base; + @apply text-white text-base min-w-fit h-12; } a { @@ -195,4 +195,8 @@ .table thead th{ } .table *{ border: none; +} + +input { + @apply w-48 lg:w-96; } \ No newline at end of file