From dbe1fbb973d012e4a37898f441a79d404967de76 Mon Sep 17 00:00:00 2001 From: Hemachandar Date: Thu, 13 Nov 2025 14:53:35 +0530 Subject: [PATCH] feedback --- src/routes/(authenticated)/git/+layout.svelte | 49 +++++++------------ .../git/authorize-contributor/+page.svelte | 28 +++++------ 2 files changed, 32 insertions(+), 45 deletions(-) diff --git a/src/routes/(authenticated)/git/+layout.svelte b/src/routes/(authenticated)/git/+layout.svelte index bfc361d98..6f5a1d6c6 100644 --- a/src/routes/(authenticated)/git/+layout.svelte +++ b/src/routes/(authenticated)/git/+layout.svelte @@ -2,16 +2,19 @@ import { base } from '$app/paths'; import { loading } from '$routes/store'; import { app } from '$lib/stores/app'; - import { Typography } from '@appwrite.io/pink-svelte'; + import { Layout, Typography } from '@appwrite.io/pink-svelte'; loading.set(false); -
-
-
- -
+ +
+
POWERED BY @@ -29,34 +32,20 @@ alt="Appwrite Logo" /> {/if}
-
+ diff --git a/src/routes/(authenticated)/git/authorize-contributor/+page.svelte b/src/routes/(authenticated)/git/authorize-contributor/+page.svelte index 8d90750b5..3b74702e9 100644 --- a/src/routes/(authenticated)/git/authorize-contributor/+page.svelte +++ b/src/routes/(authenticated)/git/authorize-contributor/+page.svelte @@ -51,18 +51,16 @@ } -
- - {#if error} - - {/if} - {#if success} - - {/if} - - The deployment for pull request #{providerPullRequestId} - is awaiting approval. When authorized, deployments will be started. - - - -
+ + {#if error} + + {/if} + {#if success} + + {/if} + + The deployment for pull request #{providerPullRequestId} + is awaiting approval. When authorized, deployments will be started. + + +