1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00
unleash.unleash/frontend/src/component/segments
Christopher Kolstad 5a3bb1ffc3
Biome1.5.1 (#5867)
Lots of work here, mostly because I didn't want to turn off the
`noImplicitAnyLet` lint. This PR tries its best to type all the untyped
lets biome complained about (Don't ask me how many hours that took or
how many lints that was >200...), which in the future will force test
authors to actually type their global variables setup in `beforeAll`.

---------

Co-authored-by: Gastón Fournier <gaston@getunleash.io>
2024-01-12 09:25:59 +00:00
..
CreateSegment fix: take into account project segments permission (#5304) 2023-11-09 09:37:47 +00:00
CreateSegmentButton Feat project segments permissions (#3346) 2023-03-17 17:43:48 +00:00
EditSegment chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
EditSegmentButton feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
hooks feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
RemoveSegmentButton Feat project segments permissions (#3346) 2023-03-17 17:43:48 +00:00
SegmentActionCell
SegmentDelete Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
SegmentTable Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00
SegmentDocs.tsx feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
SegmentEmpty.tsx fix: take into account project segments permission in form (#5352) 2023-11-16 11:54:56 +00:00
SegmentForm.tsx fix: take into account project segments permission in form (#5352) 2023-11-16 11:54:56 +00:00
SegmentFormStepList.tsx feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
SegmentFormStepOne.tsx Feat: show change request data on segment project usage page (#5410) 2023-11-28 10:01:56 +01:00
SegmentFormStepTwo.tsx fix: take into account project segments permission in form (#5352) 2023-11-16 11:54:56 +00:00
SegmentProjectAlert.test.tsx chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
SegmentProjectAlert.tsx Biome1.5.1 (#5867) 2024-01-12 09:25:59 +00:00