1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +01:00
unleash.unleash/frontend/src/component
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
..
accessOverview
admin feat: Orphaned tokens - new API tokens list icon (#7693) 2024-08-01 14:31:42 +00:00
application
archive
banners
changeRequest feat: preview changes button (#7722) 2024-08-01 11:59:35 +02:00
commandBar
common feat: Orphaned tokens - new API tokens list icon (#7693) 2024-08-01 14:31:42 +00:00
context
demo chore[demo]: update handling of strategy deletion for demo walkthrough (#7719) 2024-08-02 11:13:42 +02:00
environments
events fix: align event log filter buttons (#7726) 2024-08-02 11:09:55 +02:00
feature fix: strategy parameters UI (#7713) 2024-08-02 11:11:58 +02:00
featureTypes
feedback
feedbackNew
filter fix: align event log filter buttons (#7726) 2024-08-02 11:09:55 +02:00
insights
integrations
layout
loginHistory
maintenance
menu
playground/Playground feat: UI for playground of change requests (#7721) 2024-08-01 11:16:35 +02:00
project
providers
segments
signals
splash
strategies
tags
user
App.tsx
InitialRedirect.tsx