From 24efa6092c15031baa380c6efc9b14b90c03228c Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Sat, 25 Jul 2026 02:16:28 +0530 Subject: [PATCH] feat(playground-sidebar): add link to external connectors with icon and styling --- .../layout/ui/playground/PlaygroundSidebar.tsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/surfsense_web/components/layout/ui/playground/PlaygroundSidebar.tsx b/surfsense_web/components/layout/ui/playground/PlaygroundSidebar.tsx index f3fdcded3..133ae4e7f 100644 --- a/surfsense_web/components/layout/ui/playground/PlaygroundSidebar.tsx +++ b/surfsense_web/components/layout/ui/playground/PlaygroundSidebar.tsx @@ -1,6 +1,6 @@ "use client"; -import { ChevronRight, History, KeyRound, LayoutGrid } from "lucide-react"; +import { ArrowRight, ChevronRight, History, KeyRound, LayoutGrid, Unplug } from "lucide-react"; import Link from "next/link"; import { usePathname } from "next/navigation"; import { useEffect, useMemo, useState } from "react"; @@ -216,6 +216,17 @@ export function PlaygroundSidebar({ workspaceId, className }: PlaygroundSidebarP ))} +