From 43b3a7730ed24140faa8b4422777d83ba377f95b Mon Sep 17 00:00:00 2001 From: b-saikrishnakanth <130811169+b-saikrishnakanth@users.noreply.github.com> Date: Wed, 10 Dec 2025 15:11:13 +0530 Subject: [PATCH] [WEB-5608] chore: Hide "Pro" Features in Community Edition (#8288) * chore: Hide "Pro" Features in Community Edition * refactor: remove time tracking feature and simplify project features list --- .../estimates/estimate-list-item-buttons.tsx | 22 +------- .../constants/project/settings/features.tsx | 30 ----------- .../components/estimates/create/stage-one.tsx | 52 ++++++++++--------- .../project/settings/features-list.tsx | 5 +- 4 files changed, 31 insertions(+), 78 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 a2827d897..a3e88778c 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" - > - -