1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-24 17:51:14 +02:00
unleash.unleash/frontend/src/component
Thomas Heartman a468c55fc7
feat: add environment selection to connected instances screen (#6277)
This PR adds an environment selector to the connected instances table,
using query parameters to store the environment selection.

I'm still using the old data to populate this, so it'll show you all
data when nothing is selected and only filtered data when you select an
env. There is no way to unselect an env at the moment: I'm not sure
that's something we'll need to do, so we'll handle that when we know.

I imagine in the future, we might update the component to make separate
calls per environments and a call to determine which envs are available,
but for now, this will do just fine.

<img width="848" alt="image"
src="https://github.com/Unleash/unleash/assets/17786332/ef7562d5-c0ab-48c6-ba43-7c0007719ab4">
2024-02-20 12:14:44 +02:00
..
accessOverview chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
admin feat: permission matrix (PoC) (#6223) 2024-02-16 14:31:33 +01:00
application feat: add environment selection to connected instances screen (#6277) 2024-02-20 12:14:44 +02:00
archive chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
banners task: Add banner encouraging edge upgrade (#6018) 2024-01-24 14:22:48 +00:00
changeRequest feat: project applications UI (#6260) 2024-02-19 09:50:53 +02:00
common feat: project applications UI (#6260) 2024-02-19 09:50:53 +02:00
context Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
demo fix: add new steps to demo guide (#6112) 2024-02-05 11:36:15 +01:00
environments
events Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
executiveDashboard feat: dashboard project filtering (#6259) 2024-02-19 16:28:03 +02: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 chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
feedbackNew feat: add posted feedback table (#6113) 2024-02-02 15:39:29 +02:00
filter chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
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 fix: date should sort asc/desc properly (#5335) 2023-11-14 14:47:28 +02:00
maintenance
menu feat: add tabs (#6267) 2024-02-20 17:32:33 +08:00
playground/Playground fix: upgrade unleash-client to v5.3.0 (#5800) 2024-01-24 09:12:07 +01:00
project fix: clickable names in inc wh and action tables (#6275) 2024-02-20 09:28:00 +00:00
providers task: Use fine-grained project permissions in frontend (#5974) 2024-01-22 15:34:10 +01:00
segments Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
splash chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
strategies fix: strategy screen re-rendering table bug (#6006) 2024-01-23 15:49:13 +01:00
tags Feat/disabled strategies (#5930) 2024-01-17 13:20:39 +01:00
user fix: store redirect to localStorage to avoid loss of redirect (#5929) 2024-01-19 11:32:26 +02:00
App.tsx Feat/UI error observability (#6169) 2024-02-09 13:07:44 +01:00
InitialRedirect.tsx Fix: losing redirect on provider login (#5970) 2024-01-19 14:31:42 +02:00