diff --git a/app/globals.css b/app/globals.css
index cd1834d..2f2fdee 100644
--- a/app/globals.css
+++ b/app/globals.css
@@ -307,17 +307,15 @@
}
*::-webkit-scrollbar-track {
- background: black;
+ background: rgb(250, 250, 250);
}
*::-webkit-scrollbar-thumb {
- background-color: #048304;
- border-radius: 14px;
- border: 2px solid #048304;
+ background-color: #d3d0d0;
}
::-webkit-scrollbar-thumb:hover {
- background-color: #005500;
+ background-color: #ffffff;
}
.default-scroll {
diff --git a/app/onboarding/page.tsx b/app/onboarding/page.tsx
index 846b170..df24875 100644
--- a/app/onboarding/page.tsx
+++ b/app/onboarding/page.tsx
@@ -472,7 +472,7 @@ export default function Page() {
initial={{ opacity: 0, y: 30 }}
animate={{ opacity: 1, y: 0 }}
transition={{ delay: 0.4, duration: 0.8 }}
- className="flex items-center justify-center max-w-4xl mx-auto"
+ className="flex items-center justify-center max-w-4xl"
>
{platforms.map((platform, index) => {
@@ -569,12 +569,66 @@ export default function Page() {
// GitHub Step
const GitHubStep = () => (
-
+
{/* Step Indicator */}
+ {/* Mini Process Flow */}
+
+
+ {platforms.map((platform, index) => {
+ const Icon =
+ typeof platform.icon === "string" ? null : platform.icon;
+ return (
+
+
+
+ {Icon ? (
+
+ ) : (
+
+ )}
+
+
+ {platform.name}
+
+
+ {index < platforms.length - 1 && (
+
+ )}
+
+ );
+ })}
+
+
+
{/* Header Section */}
-
+
+ {/* Mini Process Flow */}
+
+
+ {platforms.map((platform, index) => {
+ const Icon =
+ typeof platform.icon === "string" ? null : platform.icon;
+ return (
+
+
+
+ {Icon ? (
+
+ ) : (
+
+ )}
+
+
+ {platform.name}
+
+
+ {index < platforms.length - 1 && (
+
+ )}
+
+ );
+ })}
+
+
+
{/* Header Section */}
+ {/* Mini Process Flow */}
+
+
+ {platforms.map((platform, index) => {
+ const Icon =
+ typeof platform.icon === "string" ? null : platform.icon;
+ return (
+
+
+
+ {Icon ? (
+
+ ) : (
+
+ )}
+
+
+ {platform.name}
+
+
+ {index < platforms.length - 1 && (
+
+ )}
+
+ );
+ })}
+
+
+
{/* Header Section */}
-
+
+ {/* Mini Process Flow */}
+
+
+ {platforms.map((platform, index) => {
+ const Icon =
+ typeof platform.icon === "string" ? null : platform.icon;
+ return (
+
+
+
+ {Icon ? (
+
+ ) : (
+
+ )}
+
+
+ {platform.name}
+
+
+ {index < platforms.length - 1 && (
+
+ )}
+
+ );
+ })}
+
+
+
{/* Header Section */}
-
+
+ {/* Mini Process Flow */}
+
+
+ {platforms.map((platform, index) => {
+ const Icon =
+ typeof platform.icon === "string" ? null : platform.icon;
+ return (
+
+
+
+ {Icon ? (
+
+ ) : (
+
+ )}
+
+
+ {platform.name}
+
+
+ {index < platforms.length - 1 && (
+
+ )}
+
+ );
+ })}
+
+
+
{/* Header Section */}
-
+
+ {/* Mini Process Flow */}
+
+
+ {platforms.map((platform, index) => {
+ const Icon =
+ typeof platform.icon === "string" ? null : platform.icon;
+ return (
+
+
+
+ {Icon ? (
+
+ ) : (
+
+ )}
+
+
+ {platform.name}
+
+
+ {index < platforms.length - 1 && (
+
+ )}
+
+ );
+ })}
+
+
+
{/* Header Section */}
-
+
{/* Semi-transparent background rectangle */}
-
+
{/* Scrollable content container */}
-
+
{/* Main Content */}
{renderStep()}
@@ -1611,7 +1935,7 @@ export default function Page() {
{/* Navigation Buttons - Only show when in onboarding flow */}
{showOnboarding && currentStep > 0 && currentStep < 7 && (
-
+