1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-24 17:51:14 +02:00
unleash.unleash/frontend/src
Nuno Góis aa8347eb7a
fix: delete archived feature toggles in the UI (#5411)
This PR addresses 2 tasks that aim to fix and improve the UI/UX on
archived feature toggle deletion:

-
https://linear.app/unleash/issue/UNL-260/delete-feature-toggle-dialog-update-word-toggles-to-singular-toggle
-
https://linear.app/unleash/issue/UNL-282/deleting-multiple-toggles-in-the-project-archive-the-batch-selector

Essentially:

- Makes it clearer that we're deleting a single feature toggle by
changing the text to singular toggle
- Improves clarity further by adding a list of feature toggles about to
be deleted
- Fixes a bug where the batch selector would not be cleared after
deleting multiple feature toggles

## Deleting one feature toggle (singular)

![image](https://github.com/Unleash/unleash/assets/14320932/c956f459-ef18-4153-97f7-ffdd6b11613c)

## Deleting multiple feature toggles (plural)

![image](https://github.com/Unleash/unleash/assets/14320932/14f875a4-7f56-4db9-81db-cd06526e5bd5)
2023-11-24 09:35:13 +00:00
..
__mocks__
assets chore: remove segments oss splash (#5359) 2023-11-17 13:39:43 +00:00
component fix: delete archived feature toggles in the UI (#5411) 2023-11-24 09:35:13 +00:00
constants feat: make maintenance-related 503s more intuitive (#5018) 2023-10-16 09:27:29 +01:00
contexts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
hooks feat: useTableState hook (#5362) 2023-11-21 11:25:31 +01:00
interfaces chore: remove variantTypeNumber flag (#5382) 2023-11-23 11:12:56 +02:00
openapi chore: update orval schemas (#5249) 2023-11-03 08:48:07 +01:00
themes refactor/reshape table (#5328) 2023-11-14 08:44:36 +01:00
types feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
utils fix: role permissions UI improvements (#5388) 2023-11-23 09:43:15 +00:00
index.tsx feat: add new sticky component to handle stacked stickies (#5088) 2023-10-19 15:50:37 +01: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