1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-27 11:02:16 +01:00
unleash.unleash/frontend/src
Nuno Góis 3d9f5581d5
chore: limit total custom strategies displayed (#10688)
https://linear.app/unleash/issue/2-3897/limit-custom-strategies-like-were-doing-with-release-templates

Limits total custom strategies displayed, like we're doing for release
templates, in the new "add strategy" modal.

Added a more generic logic to `FeatureStrategyMenuCardsSection.tsx` so
we can reuse it for both.

We can also do it for other sections in the modal, but that feels like a
premature optimization. These 2 categories are the ones that are user
owned, and can have many items.
2025-09-24 13:06:49 +01:00
..
__mocks__
assets chore: add new strategy icons (#10665) 2025-09-22 11:26:52 +01:00
component chore: limit total custom strategies displayed (#10688) 2025-09-24 13:06:49 +01:00
constants fix: date localizations for chart (#10581) 2025-09-01 09:29:45 +00:00
contexts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
hooks feat: histogram impact metric UI (#10684) 2025-09-24 10:53:58 +02:00
interfaces Add globalChangeRequestList flag to Unleash (#10645) 2025-09-10 11:11:10 +00:00
openapi feat: histogram impact metric UI (#10684) 2025-09-24 10:53:58 +02:00
themes Update chart colors to increase contrasts between the A series. (#10579) 2025-09-01 08:22:44 +02:00
types
utils refactor: centralize pagination options (#10636) 2025-09-09 14:00:55 +02:00
index.tsx feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
setupTests.ts
vite-env.d.ts