From 426f419ba86c7a828b77fdd7ce21108aaf273f14 Mon Sep 17 00:00:00 2001 From: Harsh Mahajan <127186841+HarshMN2345@users.noreply.github.com> Date: Tue, 19 Aug 2025 12:11:12 +0530 Subject: [PATCH 01/12] feat: redesign custom 404 error page with Appwrite branding --- src/routes/+error.svelte | 78 +++++++++++++++++++++++++++++++++++----- 1 file changed, 69 insertions(+), 9 deletions(-) diff --git a/src/routes/+error.svelte b/src/routes/+error.svelte index ed25aafc47..cb1dde1edb 100644 --- a/src/routes/+error.svelte +++ b/src/routes/+error.svelte @@ -1,16 +1,76 @@ - {'status' in page.error - ? page.error.status || 'Invalid Argument' - : 'Invalid Argument'} - {page.error.message} - +
+
+ 404 Page not found +
+

The page you're looking for doesn't exist.

+ +
+ + From 9c8d24542e6535b404d8c7c22623ce7418ce016a Mon Sep 17 00:00:00 2001 From: Harsh Mahajan <127186841+HarshMN2345@users.noreply.github.com> Date: Wed, 20 Aug 2025 00:06:47 +0530 Subject: [PATCH 02/12] fix: allignment issue in Unauthenticated pages --- src/lib/layout/unauthenticated.svelte | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/lib/layout/unauthenticated.svelte b/src/lib/layout/unauthenticated.svelte index 9d1afcb2b3..0d74dfbd9e 100644 --- a/src/lib/layout/unauthenticated.svelte +++ b/src/lib/layout/unauthenticated.svelte @@ -167,18 +167,18 @@