1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/frontend/src/component/archive/ArchiveTable
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
..
ArchivedFeatureActionCell fix: delete archived feature toggles in the UI (#5411) 2023-11-24 09:35:13 +00:00
FeatureArchivedCell feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
ArchiveBatchActions.tsx fix: delete archived feature toggles in the UI (#5411) 2023-11-24 09:35:13 +00:00
ArchiveTable.test.tsx Chore: remove disableEnvsOnRevive flag (#5391) 2023-11-23 10:10:37 +02:00
ArchiveTable.tsx fix: delete archived feature toggles in the UI (#5411) 2023-11-24 09:35:13 +00:00