From 69c9837f066012a42a3d42a31015c487a551704d Mon Sep 17 00:00:00 2001 From: b-saikrishnakanth Date: Wed, 10 Dec 2025 14:32:30 +0530 Subject: [PATCH 1/2] chore: Hide "Pro" Features in Community Edition --- .../estimates/estimate-list-item-buttons.tsx | 22 +---- .../components/estimates/create/stage-one.tsx | 52 ++++++----- .../project/settings/features-list.tsx | 93 ++++++++++--------- 3 files changed, 79 insertions(+), 88 deletions(-) diff --git a/apps/web/ce/components/estimates/estimate-list-item-buttons.tsx b/apps/web/ce/components/estimates/estimate-list-item-buttons.tsx index a2827d89760..a3e88778ced 100644 --- a/apps/web/ce/components/estimates/estimate-list-item-buttons.tsx +++ b/apps/web/ce/components/estimates/estimate-list-item-buttons.tsx @@ -1,10 +1,6 @@ -import type { FC } from "react"; import { observer } from "mobx-react"; -import { Pen, Trash } from "lucide-react"; +import { Trash } from "lucide-react"; import { PROJECT_SETTINGS_TRACKER_ELEMENTS } from "@plane/constants"; -import { Tooltip } from "@plane/propel/tooltip"; -// components -import { ProIcon } from "@/components/common/pro-icon"; type TEstimateListItem = { estimateId: string; @@ -21,22 +17,6 @@ export const EstimateListItemButtons = observer(function EstimateListItemButtons if (!isAdmin || !isEditable) return <>; return (
- -
Upgrade
- -
- } - position="top" - > - -