1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00
unleash.unleash/frontend/src
Nuno Góis c0bc2d9b68
fix: prevent banner from crashing with invalid variant (#5686)
https://linear.app/unleash/issue/2-1760/prevent-banner-from-crashing-when-set-with-an-invalid-variant

This prevents the banner from crashing when set with an invalid variant.
Instead, it default its styles to the default variant, which is `info`.

Also adds tests to validate our assumptions.
2023-12-19 13:09:40 +00:00
..
__mocks__
assets chore: use explicit images for inverted operator rather than a boolean not operator (#5565) 2023-12-07 13:03:19 +02:00
component fix: prevent banner from crashing with invalid variant (#5686) 2023-12-19 13:09:40 +00:00
constants
contexts
hooks feat: add plausible tracking to scheduling (#5668) 2023-12-18 15:06:58 +02:00
interfaces chore: clean up banners feature flag (#5648) 2023-12-15 10:16:13 +00:00
openapi chore: rename is not any of to is none of (#5544) 2023-12-06 12:53:51 +02:00
themes refactor/reshape table (#5328) 2023-11-14 08:44:36 +01:00
types Project Overview with react-table v8 (#5571) 2023-12-11 13:33:11 +01:00
utils Feat: row actions (#5635) 2023-12-14 09:04:56 +01:00
index.tsx feat: features list pagination (#5496) 2023-12-01 14:53:05 +00:00
setupTests.ts feat: add new sticky component to handle stacked stickies (#5088) 2023-10-19 15:50:37 +01:00
vite-env.d.ts