From 4cb50a733eb630d63c7172e403ce439bf510358b Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Thu, 28 May 2026 08:24:54 -0300 Subject: [PATCH] feat(sidebar): add costs-quota-plans item to Costs section (B/F9) --- src/shared/constants/sidebarVisibility.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/shared/constants/sidebarVisibility.ts b/src/shared/constants/sidebarVisibility.ts index c45d9c196b..ffa663d84a 100644 --- a/src/shared/constants/sidebarVisibility.ts +++ b/src/shared/constants/sidebarVisibility.ts @@ -44,6 +44,7 @@ export const HIDEABLE_SIDEBAR_ITEM_IDS = [ "costs-pricing", "costs-budget", "costs-quota-share", + "costs-quota-plans", // Monitoring > Audit "audit", "audit-mcp", @@ -437,8 +438,13 @@ const COSTS_ITEMS: readonly SidebarItemDefinition[] = [ subtitleKey: "costsQuotaShareSubtitle", icon: "pie_chart", }, - // F9 ADDS ONE LINE HERE: - // { id: "costs-quota-plans", href: "/dashboard/costs/quota-share/plans", i18nKey: "costsQuotaPlans", subtitleKey: "costsQuotaPlansSubtitle", icon: "fact_check" }, + { + id: "costs-quota-plans", + href: "/dashboard/costs/quota-share/plans", + i18nKey: "costsQuotaPlans", + subtitleKey: "costsQuotaPlansSubtitle", + icon: "fact_check", + }, ]; const AUDIT_GROUP: SidebarItemGroup = {