import { Activity, Bot, Boxes, ChartNoAxesColumnIncreasing, KeyRound, Network, Sparkles } from "lucide-react"; import type { LauncherServiceView } from "../../entities/service/types"; import { cn } from "../../shared/lib/cn"; import { ServiceStatusBadge } from "../../shared/ui/StatusBadge"; export function ServiceRail({ services, selectedServiceId, onSelect, }: { services: LauncherServiceView[]; selectedServiceId?: string; onSelect: (serviceId: string) => void; }) { return (