1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/frontend/src/component/demo
Thomas Heartman ca35ca1b24
chore[demo]: update handling of strategy deletion for demo walkthrough (#7719)
This PR makes some small changes to how we handle strategy deletion in
the demo environment, which has become extra important with the recent
soft limits.

The changes are:
- lower the strategy limit from 30 to 25. The standard limit is 30, so
we want to make sure we're below that.
- when checking whether we should delete a strategy, check whether we're
**at or above** the limit. It used to only check if we were above, but
if soft limits would prevent you from adding more, then you'd never be
able to go above the limit.
- Also delete strategies for step3.
2024-08-02 11:13:42 +02:00
..
DemoBanner
DemoDialog
DemoSteps feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
DemoTopics feat: move demo to the right (#7212) 2024-05-29 15:00:31 +02:00
demo-setup.ts chore[demo]: update handling of strategy deletion for demo walkthrough (#7719) 2024-08-02 11:13:42 +02:00
demo-topics.tsx fix: demo steps should search the main table (#7227) 2024-05-31 12:29:55 +02:00
Demo.tsx