From ead45a7fd285ffda65aacea49beeab256fdee89a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Feb 2026 02:50:52 +0000 Subject: [PATCH 1/3] Initial plan From 61541d415eb52868a81d1ca8906de2e0ac2218d3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Feb 2026 02:54:55 +0000 Subject: [PATCH 2/3] Fix invalid Tailwind CSS class names Co-authored-by: devakesu <61821107+devakesu@users.noreply.github.com> --- src/app/(protected)/dashboard/DashboardClient.tsx | 4 ++-- src/app/(protected)/profile/ProfileClient.tsx | 2 +- src/app/accept-terms/page.tsx | 4 ++-- src/components/attendance/course-card.tsx | 4 ++-- src/components/layout/footer.tsx | 2 +- src/components/legal/AcceptTermsForm.tsx | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/(protected)/dashboard/DashboardClient.tsx b/src/app/(protected)/dashboard/DashboardClient.tsx index 421f4883..6f526591 100644 --- a/src/app/(protected)/dashboard/DashboardClient.tsx +++ b/src/app/(protected)/dashboard/DashboardClient.tsx @@ -628,14 +628,14 @@ export default function DashboardClient({ initialData }: DashboardClientProps) { <>
-
+
) : ( <>
-
+
)} diff --git a/src/app/(protected)/profile/ProfileClient.tsx b/src/app/(protected)/profile/ProfileClient.tsx index 6d2365d3..abbc5d89 100644 --- a/src/app/(protected)/profile/ProfileClient.tsx +++ b/src/app/(protected)/profile/ProfileClient.tsx @@ -178,7 +178,7 @@ export default function ProfileClient() { {/* Banner Background */}
-
+
diff --git a/src/app/accept-terms/page.tsx b/src/app/accept-terms/page.tsx index fc394a2f..1c5e2cb2 100644 --- a/src/app/accept-terms/page.tsx +++ b/src/app/accept-terms/page.tsx @@ -11,7 +11,7 @@ export default function AcceptTermsPage() { return ( <> -
+
{/* Animated gradient mesh background */}
{/* Animated gradient orbs */} @@ -22,7 +22,7 @@ export default function AcceptTermsPage() { {/* Dot grid pattern */}
diff --git a/src/components/attendance/course-card.tsx b/src/components/attendance/course-card.tsx index a769f831..5a759a67 100644 --- a/src/components/attendance/course-card.tsx +++ b/src/components/attendance/course-card.tsx @@ -310,7 +310,7 @@ export function CourseCard({ course }: CourseCardProps) { className="absolute top-0 left-0 h-full bg-primary/40 transition-all duration-500 ease-in-out" style={{ width: `${Math.min(stats.displayPercentage, 100)}%` }} > -
+
-
+
{ href={authorUrl || "#"} target="_blank" rel="noopener noreferrer" - className="font-medium text-foreground hover:text-transparent hover:bg-clip-text hover:bg-linear-to-r hover:from-red-500 hover:to-orange-500 transition-all duration-300" + className="font-medium text-foreground hover:text-transparent hover:bg-clip-text hover:bg-gradient-to-r hover:from-red-500 hover:to-orange-500 transition-all duration-300" aria-label={`Visit ${authorName}'s profile`} > {authorName} diff --git a/src/components/legal/AcceptTermsForm.tsx b/src/components/legal/AcceptTermsForm.tsx index 8728135e..593f7f38 100644 --- a/src/components/legal/AcceptTermsForm.tsx +++ b/src/components/legal/AcceptTermsForm.tsx @@ -109,7 +109,7 @@ export function AcceptTermsForm() { className={cn( "w-full h-11 font-semibold transition-all duration-300", checked - ? "bg-linear-to-r from-purple-600 to-pink-600 text-white hover:from-purple-500 hover:to-pink-500 shadow-[0_0_30px_-5px_rgba(168,85,247,0.5)]" + ? "bg-gradient-to-r from-purple-600 to-pink-600 text-white hover:from-purple-500 hover:to-pink-500 shadow-[0_0_30px_-5px_rgba(168,85,247,0.5)]" : "bg-zinc-800 text-zinc-500 hover:bg-zinc-800" )} aria-live="polite" From 339f7d64204fd9d3ff1187e94a069b77ec5af4a5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Feb 2026 03:06:21 +0000 Subject: [PATCH 3/3] Remove trailing whitespace from AcceptTermsForm.tsx Co-authored-by: devakesu <61821107+devakesu@users.noreply.github.com> --- src/components/legal/AcceptTermsForm.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/components/legal/AcceptTermsForm.tsx b/src/components/legal/AcceptTermsForm.tsx index 593f7f38..d938bfc4 100644 --- a/src/components/legal/AcceptTermsForm.tsx +++ b/src/components/legal/AcceptTermsForm.tsx @@ -64,7 +64,7 @@ export function AcceptTermsForm() {
-

, p: ({node: _node, ...props}) =>

, @@ -82,9 +82,9 @@ export function AcceptTermsForm() { {/* Footer Actions */}

-