1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/src
Fredrik Strand Oseberg 2a723ea9e8
fix: remove empty variants when changing tabs (#5850)
This PR makes a change to how variants work in the new setup. Variants
will now:

* Be removed if you change tab or unmount the component and it has no
name
* Moved StrategyVariants into a separate component to isolate this
change
* Add error handling around onSubmit and only trigger feedback if it's
successful
2024-01-11 10:43:29 +01:00
..
__mocks__
assets chore: show new change request diagram for users who are exposed to scheduled CRs (#5777) 2024-01-08 09:49:13 +05:30
component fix: remove empty variants when changing tabs (#5850) 2024-01-11 10:43:29 +01:00
constants
contexts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
hooks chore: adapt integrations layout for incoming webhooks (#5828) 2024-01-10 10:33:51 +00:00
interfaces chore: incoming webhook token hooks (#5790) 2024-01-08 15:43:24 +00:00
openapi
themes chore(deps): update material-ui monorepo (#4403) 2024-01-11 08:17:10 +00:00
types chore(deps): update dependency @biomejs/biome to v1.4.1 (#5709) 2024-01-10 09:11:49 +00:00
utils feat: daily metrics display (#5836) 2024-01-11 10:39:58 +01:00
index.tsx refactor: move plausible context on top of feedback (#5824) 2024-01-10 11:31:41 +02:00
setupTests.ts
vite-env.d.ts