From a86d4f416b3ef38a363557e4dc2a955fb0cdbdbd Mon Sep 17 00:00:00 2001 From: Hemachandar Date: Fri, 26 Sep 2025 20:39:06 +0530 Subject: [PATCH 1/3] Redesign authorize contributor page --- src/routes/(authenticated)/git/+layout.svelte | 60 ++++++++++++++++-- .../git/authorize-contributor/+page.svelte | 61 ++++--------------- 2 files changed, 69 insertions(+), 52 deletions(-) diff --git a/src/routes/(authenticated)/git/+layout.svelte b/src/routes/(authenticated)/git/+layout.svelte index 24921622c5..17efbac2e4 100644 --- a/src/routes/(authenticated)/git/+layout.svelte +++ b/src/routes/(authenticated)/git/+layout.svelte @@ -1,10 +1,62 @@ - - - +
+
+
+ +
+
+
+ POWERED BY + {#if $app.themeInUse === 'dark'} + Appwrite Logo + {:else} + Appwrite Logo + {/if} +
+
+ + \ No newline at end of file diff --git a/src/routes/(authenticated)/git/authorize-contributor/+page.svelte b/src/routes/(authenticated)/git/authorize-contributor/+page.svelte index 23c1b34d58..3c6b440d18 100644 --- a/src/routes/(authenticated)/git/authorize-contributor/+page.svelte +++ b/src/routes/(authenticated)/git/authorize-contributor/+page.svelte @@ -1,10 +1,9 @@ -
-
-
-

Authorize External Deployment

- The deployment for pull request #{providerPullRequestId} is awaiting approval. When authorized, deployments - will be started. - - -
- -
- - {#if error} -

{error}

- {/if} - - {#if success} -

{success}

- {/if} -
- -
+
+ + {#if error} + + {/if} + + The deployment for pull request #{providerPullRequestId} + is awaiting approval. When authorized, deployments will be started. + + +
From ae92c182c05e3178c097fe5cc42b6ec1f78d9724 Mon Sep 17 00:00:00 2001 From: Hemachandar Date: Fri, 26 Sep 2025 20:44:31 +0530 Subject: [PATCH 2/3] add success badge --- .../(authenticated)/git/authorize-contributor/+page.svelte | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/routes/(authenticated)/git/authorize-contributor/+page.svelte b/src/routes/(authenticated)/git/authorize-contributor/+page.svelte index 3c6b440d18..4538c21b8f 100644 --- a/src/routes/(authenticated)/git/authorize-contributor/+page.svelte +++ b/src/routes/(authenticated)/git/authorize-contributor/+page.svelte @@ -56,6 +56,9 @@ {#if error} {/if} + {#if success} + + {/if} The deployment for pull request #{providerPullRequestId} is awaiting approval. When authorized, deployments will be started. From 55344f207a2bbfc732fceacad833a3a4fb419eaf Mon Sep 17 00:00:00 2001 From: Hemachandar Date: Wed, 1 Oct 2025 21:18:31 +0530 Subject: [PATCH 3/3] set max-width --- .../(authenticated)/git/authorize-contributor/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/(authenticated)/git/authorize-contributor/+page.svelte b/src/routes/(authenticated)/git/authorize-contributor/+page.svelte index 4538c21b8f..5c7c453351 100644 --- a/src/routes/(authenticated)/git/authorize-contributor/+page.svelte +++ b/src/routes/(authenticated)/git/authorize-contributor/+page.svelte @@ -52,14 +52,14 @@
- + {#if error} {/if} {#if success} {/if} - + The deployment for pull request #{providerPullRequestId} is awaiting approval. When authorized, deployments will be started.