From 72478bd04734dba1f88d4459377ab9047efea185 Mon Sep 17 00:00:00 2001 From: vinland100 Date: Mon, 5 Jan 2026 09:57:47 +0800 Subject: [PATCH] Remove GitHub link from sidebar and set CI project card titles to normal case. --- frontend/src/components/layout/Sidebar.tsx | 25 ---------------------- frontend/src/pages/ci/CIProjects.tsx | 2 +- 2 files changed, 1 insertion(+), 26 deletions(-) diff --git a/frontend/src/components/layout/Sidebar.tsx b/frontend/src/components/layout/Sidebar.tsx index ec8f205..ba59922 100644 --- a/frontend/src/components/layout/Sidebar.tsx +++ b/frontend/src/components/layout/Sidebar.tsx @@ -18,17 +18,14 @@ import { Trash2, ChevronLeft, ChevronRight, - Github, UserCircle, Shield, MessageSquare, Bot, - ExternalLink, GitGraph, } from "lucide-react"; import AppLogo from "@/components/common/AppLogo"; import routes from "@/app/routes"; -import { version } from "../../../package.json"; // Icon mapping for routes with consistent sizing const routeIcons: Record = { @@ -255,28 +252,6 @@ export default function Sidebar({ collapsed, setCollapsed }: SidebarProps) { )} - {/* GitHub Link with enhanced styling */} - - - - - {!collapsed && ( -
-
- GitHub - v{version} -
- -
- )} -
{/* System Status with enhanced styling */} {!collapsed && ( diff --git a/frontend/src/pages/ci/CIProjects.tsx b/frontend/src/pages/ci/CIProjects.tsx index bad34cf..b7e147d 100644 --- a/frontend/src/pages/ci/CIProjects.tsx +++ b/frontend/src/pages/ci/CIProjects.tsx @@ -87,7 +87,7 @@ const CIProjects: React.FC = () => {
- + {project.name}