From 1cbbf47e7a5807e3ca7e1f96a21b0d4134a424ab Mon Sep 17 00:00:00 2001 From: hwangjo Date: Sat, 6 Jun 2026 15:26:03 +0900 Subject: [PATCH] fix(team): polish github contribution score cards --- .../real-github-installation-panel.tsx | 333 +++++++++++++++--- 1 file changed, 291 insertions(+), 42 deletions(-) diff --git a/src/features/team/components/real-github-installation-panel.tsx b/src/features/team/components/real-github-installation-panel.tsx index 3bd7749..403644d 100644 --- a/src/features/team/components/real-github-installation-panel.tsx +++ b/src/features/team/components/real-github-installation-panel.tsx @@ -1,9 +1,15 @@ import { ExternalLink, + FileDiff, + GitPullRequest, Github, + ListChecks, LoaderCircle, RefreshCw, Save, + Sparkles, + Trophy, + type LucideIcon, } from "lucide-react"; import { useEffect, useMemo, useState } from "react"; @@ -276,8 +282,8 @@ export function RealGithubInstallationPanel({ {isGithubConnected ? ( -
-
+
+

@@ -296,7 +302,7 @@ export function RealGithubInstallationPanel({

-
+
{githubRepositoriesQuery.isLoading ? ( } @@ -342,6 +348,7 @@ export function RealGithubInstallationPanel({

{canManageGithubInstallation ? "editable" : "read only"} @@ -504,7 +511,7 @@ function RealGithubRepositoryContributionCard({ } return ( -
+