From 0dfb2eaa36a62b9872d33f8b305809d7d783b59f Mon Sep 17 00:00:00 2001 From: "Junv (via Hermes)" Date: Sun, 14 Jun 2026 11:22:09 +1000 Subject: [PATCH] feat(demo-service): minimal SVG-animated access-restricted page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Replaces login page with pure SVG animation (no login buttons) - Animated lock icon, pulsing dots, orbiting ring, breathing circles - Lightweight โ€” zero dependencies, pure CSS/SVG --- home-apps/demo-service/service.py | 104 +++++++++++++++++++++++------- 1 file changed, 82 insertions(+), 22 deletions(-) diff --git a/home-apps/demo-service/service.py b/home-apps/demo-service/service.py index 6ed9c11..a1925ee 100644 --- a/home-apps/demo-service/service.py +++ b/home-apps/demo-service/service.py @@ -386,34 +386,94 @@ AUTH_REQUIRED_HTML = """ -Login Required โ€” Demo Manager +Access Restricted โ€” Demo Manager -
- ๐Ÿ” -

Login Required

-

This area is protected by Pocket ID SSO.
Sign in with your junv.cc account to continue.

- Sign in with Pocket ID - +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + + + + + + + + + + + + +
+

Access Restricted

+

This area requires authentication.

+
+
+
+
+
+
+
+
"""