1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-11-01 19:07:38 +01:00
unleash.unleash/frontend/src
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
..
__mocks__
assets
component feat: add environment selection to connected instances screen (#6277) 2024-02-20 12:14:44 +02:00
constants feat: make maintenance-related 503s more intuitive (#5018) 2023-10-16 09:27:29 +01:00
contexts
hooks feat: add environment selection to connected instances screen (#6277) 2024-02-20 12:14:44 +02:00
interfaces feat: permission matrix (PoC) (#6223) 2024-02-16 14:31:33 +01:00
openapi
themes feat: dashboard lead time gauge (#6225) 2024-02-14 13:32:12 +01:00
types chore(deps): update dependency @biomejs/biome to v1.4.1 (#5709) 2024-01-10 09:11:49 +00:00
utils feat: Make storing to local storage robust (#6139) 2024-02-13 09:36:15 +02:00
index.tsx
setupTests.ts
vite-env.d.ts refactor: adapt to Vite (#940) 2022-05-05 16:15:22 +01:00