From 06b68f9bffbfbebc451180178af7266479b53ffd Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 13 Nov 2025 05:29:19 +0000 Subject: [PATCH] completionId: cgen-fa1a1228ddec4129bea5b2cbf64880e8 cgen-fa1a1228ddec4129bea5b2cbf64880e8 --- client/components/LoadingScreen.tsx | 38 +++++++++++++++++++---------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/client/components/LoadingScreen.tsx b/client/components/LoadingScreen.tsx index f67edd7c..2c01bddb 100644 --- a/client/components/LoadingScreen.tsx +++ b/client/components/LoadingScreen.tsx @@ -87,23 +87,23 @@ export default function LoadingScreen({ return (
-
- {/* OS Logo with Arm Logo Overlay */} +
+ {/* Large OS Logo with Arm Logo Overlay */}
- {/* OS Frame Background */} + {/* Large OS Frame Background */} {showOSLogo && ( -
+
)} - {/* Arm Logo or Default */} -
+ } flex items-center justify-center animate-pulse-glow p-4 shadow-2xl border-2 border-current border-opacity-30`}> {armLogo ? ( ) : ( )}
-
+
+ + {/* Orbiting Decorative Elements */} +
+
+
+
+
+
- {/* Animated Loading Bars */} -
-
+ {/* Animated Loading Bars - LARGER */} +
+
{[...Array(5)].map((_, i) => { const colorMap: Record = { "from-yellow-500 to-yellow-400": "bg-yellow-400",