1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +01:00
unleash.unleash/frontend/src
Mohan Raj A 0c43089ea2
feat: add copy button to feature flag name (#4098) (#5031)
In ActionsCell.tsx file, 'Copy' with FileCopy icon is changed to 'Clone'
with 'LibraryAdd' icon as this feature is used to clone a new feature
from existing one. Upon copying the icon and text will change to 'Check'
icon with 'Copied!' for one sec and closes automatically.
2023-10-30 15:38:59 +01:00
..
__mocks__
assets chore(ui): add splash screen for oss segments (#5053) 2023-10-19 08:28:14 +02:00
component feat: add copy button to feature flag name (#4098) (#5031) 2023-10-30 15:38:59 +01: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: playground token input usage tracking (#5157) 2023-10-26 14:28:12 +03:00
interfaces chore: remove access overview toggle (#5166) 2023-10-30 14:57:20 +02:00
openapi chore: generate types (#5074) 2023-10-18 09:55:07 +03:00
themes feat: dynamic icons by adding material symbols font (#5008) 2023-10-12 11:22:23 +01:00
types feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
utils feat: show dependencies only when using pro/enterprise or at least on… (#5052) 2023-10-16 20:56:06 +02: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