1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-05-12 01:17:04 +02:00
unleash.unleash/frontend/src/component/segments
Thomas Heartman b2c58102dd
chore(unl-204): remove uses of toast text and confetti (#8941)
As of PR #8935, we no longer support both text and title, and confetti
has been removed.

This PR:
- removes `confetti` from the toast interface
- merges `text` and `title` into `text` and updates its uses across the
codebase.
- readjusts the text where necessary.
2024-12-10 13:38:04 +00:00
..
CreateSegment chore(unl-204): remove uses of toast text and confetti (#8941) 2024-12-10 13:38:04 +00:00
CreateSegmentButton feat: limit segments component (#7553) 2024-07-08 09:03:08 +02:00
EditSegment chore(unl-204): remove uses of toast text and confetti (#8941) 2024-12-10 13:38:04 +00:00
EditSegmentButton chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
hooks chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
RemoveSegmentButton chore(unl-204): remove uses of toast text and confetti (#8941) 2024-12-10 13:38:04 +00:00
SegmentActionCell chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
SegmentDelete chore: rename toggle to flag #7 (#7125) 2024-05-23 13:19:49 +03:00
SegmentTable fix: invalid spreading of keys into table rows everywhere (#8551) 2024-10-28 13:47:22 +01:00
SegmentDocs.tsx feat: limit segments component (#7553) 2024-07-08 09:03:08 +02:00
SegmentEmpty.tsx fix: take into account project segments permission in form (#5352) 2023-11-16 11:54:56 +00:00
SegmentForm.tsx feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
SegmentFormStepList.tsx chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
SegmentFormStepOne.test.tsx [Gitar] Cleaning up stale flag: resourceLimits with value true (#7964) 2024-08-22 13:20:53 +02:00
SegmentFormStepOne.tsx [Gitar] Cleaning up stale flag: resourceLimits with value true (#7964) 2024-08-22 13:20:53 +02:00
SegmentFormStepTwo.tsx feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
SegmentProjectAlert.test.tsx chore: add no unused imports biome rule (#5855) 2024-01-11 12:44:05 +00:00
SegmentProjectAlert.tsx refactor: replace IProjectCard with openapi type (#8043) 2024-09-02 13:25:28 +00:00