1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00
unleash.unleash/frontend/src/component
Nuno Góis ad864049da
fix: only show visible environments for that project in actions (#6318)
https://linear.app/unleash/issue/2-1969/actions-form-only-show-environments-scoped-to-the-current-project

Filters the environment options in actions to only show environments
that are currently visible for that project, safeguarding users from
configuring actions for invalid environments.


![image](https://github.com/Unleash/unleash/assets/14320932/115cc9cd-99a2-4863-aec0-8264459ef18a)
2024-02-23 08:24:32 +00:00
..
accessOverview
admin feat: permission matrix (PoC) (#6223) 2024-02-16 14:31:33 +01:00
application fix: show total applications (#6326) 2024-02-23 07:18:11 +01:00
archive
banners task: Add banner encouraging edge upgrade (#6018) 2024-01-24 14:22:48 +00:00
changeRequest fix: generalize multi action button (#6294) 2024-02-21 14:37:35 +01:00
common feat: connect application envs to backend (#6324) 2024-02-22 21:58:19 +01:00
context
demo fix: add new steps to demo guide (#6112) 2024-02-05 11:36:15 +01:00
environments
events
executiveDashboard Dashboard health stats widget (#6262) 2024-02-23 09:05:59 +01:00
feature feat: show info on what would be deleted (#6235) 2024-02-16 04:13:40 +00:00
featureTypes fix: misc UI/UX fixes (#6241) 2024-02-15 08:17:11 +00:00
feedback
feedbackNew feat: add posted feedback table (#6113) 2024-02-02 15:39:29 +02:00
filter
incomingWebhooks fix: clickable names in inc wh and action tables (#6275) 2024-02-20 09:28:00 +00:00
integrations fix: misc UI/UX fixes (#6241) 2024-02-15 08:17:11 +00:00
layout feat: sdk reporting flag and e2e test (#6216) 2024-02-13 14:13:21 +02:00
loginHistory
maintenance
menu feat: switching to paginated applications list (#6316) 2024-02-22 15:15:50 +01:00
playground/Playground fix: upgrade unleash-client to v5.3.0 (#5800) 2024-01-24 09:12:07 +01:00
project fix: only show visible environments for that project in actions (#6318) 2024-02-23 08:24:32 +00:00
providers
segments
splash
strategies feat: capped at limit strategy in application usage (#6323) 2024-02-22 20:35:39 +01:00
tags
user feat: rate limit password reset attempts (#6257) 2024-02-21 08:49:54 +01:00
App.tsx Feat/UI error observability (#6169) 2024-02-09 13:07:44 +01:00
InitialRedirect.tsx