From dd0e7daf478ad66ce54b0171e3abeefb275b811d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20G=C3=B3is?= Date: Wed, 30 Jul 2025 09:44:03 +0100 Subject: [PATCH] chore: bring back deprecation warning --- .../StrategiesList/StrategiesList.tsx | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/frontend/src/component/strategies/StrategiesList/StrategiesList.tsx b/frontend/src/component/strategies/StrategiesList/StrategiesList.tsx index 82057dda35..e561fd378c 100644 --- a/frontend/src/component/strategies/StrategiesList/StrategiesList.tsx +++ b/frontend/src/component/strategies/StrategiesList/StrategiesList.tsx @@ -92,6 +92,25 @@ const Title: FC<{ ); +const StrategyDeprecationWarning = () => ( + + Custom strategies are deprecated and may be removed in a future major + version. We recommend not using custom strategies going forward and + instead using the gradual rollout strategy with{' '} + + constraints + + . If you have a need for custom strategies that you cannot support with + constraints, please reach out to us. + +); + const RecommendationAlert = () => ( We recommend using gradual rollout. You can customize it with{' '} @@ -531,6 +550,7 @@ export const StrategiesList = () => { Custom strategies +