-
- Welcome to the Authentication Demo
-
+
+
+ Welcome to the Authentication Demo
+
+
+
{#if browser}
diff --git a/frontend/src/routes/HealthCheck.svelte b/frontend/src/routes/HealthCheck.svelte
new file mode 100644
index 0000000..764c5a4
--- /dev/null
+++ b/frontend/src/routes/HealthCheck.svelte
@@ -0,0 +1,19 @@
+
+
+
+ {#if backendHealthCheck}
+ Backend is ready
+ {:else}
+ Backend is waking up...
+ {/if}
+
From 66ddee164836949d02de2fb00106341d79e5e75d Mon Sep 17 00:00:00 2001
From: Xin Feng <126309503+danielxfeng@users.noreply.github.com>
Date: Sun, 11 Jan 2026 12:57:28 +0200
Subject: [PATCH 2/3] feat/frontend: add demo environment notice to the welcome
page
---
frontend/src/routes/+page.svelte | 1 +
1 file changed, 1 insertion(+)
diff --git a/frontend/src/routes/+page.svelte b/frontend/src/routes/+page.svelte
index eb68d2c..5792a49 100644
--- a/frontend/src/routes/+page.svelte
+++ b/frontend/src/routes/+page.svelte
@@ -10,6 +10,7 @@
Welcome to the Authentication Demo
+
This is a demo environment. Data is reset periodically.
From b981a04bca63cfa6086ace90097093bd715d9f81 Mon Sep 17 00:00:00 2001
From: Xin Feng <126309503+danielxfeng@users.noreply.github.com>
Date: Sun, 11 Jan 2026 12:57:51 +0200
Subject: [PATCH 3/3] chore/frontend: prettier
---
frontend/src/routes/+page.svelte | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/frontend/src/routes/+page.svelte b/frontend/src/routes/+page.svelte
index 5792a49..82bc859 100644
--- a/frontend/src/routes/+page.svelte
+++ b/frontend/src/routes/+page.svelte
@@ -10,7 +10,9 @@
Welcome to the Authentication Demo
-
This is a demo environment. Data is reset periodically.
+
+ This is a demo environment. Data is reset periodically.
+