From 91750eddc6cc3eb20c36b74490d820b92ea5500f Mon Sep 17 00:00:00 2001 From: AmineAfia Date: Wed, 28 May 2025 23:45:59 +0000 Subject: [PATCH] Temporarily remove webhooks sidebar link until scrolling issue is fixed (#7187) ## [Dashboard] Fix: Temporarily remove Webhooks from sidebar ## Notes for the reviewer Commented out the Webhooks section in the project sidebar until we resolve a scrolling issue. Also removed the unused BellIcon import. ## How to test Verify that the Webhooks option no longer appears in the project sidebar navigation. ## Summary by CodeRabbit - **Bug Fixes** - Temporarily removed the "Webhooks" link from the project sidebar to address a scrolling issue. The link and its badge are no longer visible. --- .../components/ProjectSidebarLayout.tsx | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/components/ProjectSidebarLayout.tsx b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/components/ProjectSidebarLayout.tsx index 8ce108a67d0..60be652ece4 100644 --- a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/components/ProjectSidebarLayout.tsx +++ b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/components/ProjectSidebarLayout.tsx @@ -2,7 +2,6 @@ import { FullWidthSidebarLayout } from "@/components/blocks/SidebarLayout"; import { Badge } from "@/components/ui/badge"; import { - BellIcon, BookTextIcon, BoxIcon, CoinsIcon, @@ -95,16 +94,17 @@ export function ProjectSidebarLayout(props: { icon: NebulaIcon, tracking: tracking("nebula"), }, - { - href: `${layoutPath}/webhooks`, - label: ( - - Webhooks New - - ), - icon: BellIcon, - tracking: tracking("webhooks"), - }, + // Commented until we solve the scrolling issue + // { + // href: `${layoutPath}/webhooks`, + // label: ( + // + // Webhooks New + // + // ), + // icon: BellIcon, + // tracking: tracking("webhooks"), + // }, ]} footerSidebarLinks={[ {