1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/frontend/src/component
Fredrik Strand Oseberg 8532e08398
fix: default strategy ui update fix (#6652)
This PR fixes a bug where editing the default strategy would not refresh
the resource it was depending on to display the data. This also surfaces
another issue, which is that project settings is using data from the
getProjectOverview hook to display the default strategies in each
environment. This should be it's own resource, but that is beyond the
scope of this PR.
2024-03-21 15:13:23 +01:00
..
accessOverview
admin chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
application chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
archive chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
banners feat: add configurable event for banner goto action (#6603) 2024-03-19 12:09:09 +02:00
changeRequest chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
common chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
context chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
demo chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
environments chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
events chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
executiveDashboard fix: chart info naming bug fix (#6660) 2024-03-21 13:16:01 +00:00
feature chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
featureTypes chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
feedback chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
feedbackNew chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
filter chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
integrations chore: orval with project insights (#6621) 2024-03-20 09:20:54 +01:00
layout chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
loginHistory chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
maintenance
menu chore: create new flag to hide insights ui (#6638) 2024-03-20 17:21:46 +02:00
playground/Playground chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
project fix: default strategy ui update fix (#6652) 2024-03-21 15:13:23 +01:00
providers chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
segments chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
signals chore: call signal endpoint example (#6611) 2024-03-19 15:53:41 +00:00
splash chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
strategies chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
tags chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
user chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
App.tsx feat: making banner more composable (#6540) 2024-03-13 16:21:40 +01:00
InitialRedirect.tsx