1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00
unleash.unleash/frontend/src
Nuno Góis 38bd50dc8a
refactor: introduce a highlight reusable component (#8643)
Follow-up to: https://github.com/Unleash/unleash/pull/8642

Introduces a reusable `Highlight` component that leverages the Context
API pattern, enabling highlight effects to be triggered from anywhere in
the application.

This update refactors the existing highlight effect in the event
timeline to use the new Highlight component and extends the
functionality to include the Unleash AI experiment, triggered by its
entry in the "New in Unleash" section.
2024-11-05 09:21:19 +00:00
..
__mocks__
assets chore: add Unleash AI to New in Unleash (#8642) 2024-11-04 14:20:26 +00:00
component refactor: introduce a highlight reusable component (#8643) 2024-11-05 09:21:19 +00:00
constants
contexts
hooks feat: productivity report subscription UI (#8639) 2024-11-04 13:33:34 +01:00
interfaces feat: productivity report subscription UI (#8639) 2024-11-04 13:33:34 +01:00
openapi feat: orval schema update (#8647) 2024-11-05 11:04:11 +02:00
themes chore: upgrade to biome 1.9.4 (#8616) 2024-10-31 15:24:22 +01:00
types chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
utils refactor: introduce a highlight reusable component (#8643) 2024-11-05 09:21:19 +00:00
index.tsx refactor: introduce a highlight reusable component (#8643) 2024-11-05 09:21:19 +00:00
setupTests.ts
vite-env.d.ts