mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-04 11:17:02 +02:00
https://linear.app/unleash/issue/2-2665/show-signals-in-the-event-timeline Implements signals in the event timeline. This merges events and signals into a unified `TimelineEvent` abstraction, streamlining the data structure to only include properties relevant to the timeline. Key changes: - Refactors the timeline logic to handle both events and signals through the new abstraction. - Introduces the `useSignalQuery` hook, modeled after `useEventSearch`, as both serve similar purposes, albeit for different resource types. Note: The signals suggestion alert is not included and will be addressed in a future task.  |
||
---|---|---|
.. | ||
action.ts | ||
application.ts | ||
banner.ts | ||
context.ts | ||
environments.ts | ||
featureToggle.ts | ||
featureTypes.ts | ||
group.ts | ||
instance.ts | ||
integrationEvent.ts | ||
invoice.ts | ||
loginEvent.ts | ||
permissions.ts | ||
personalAPIToken.ts | ||
profile.ts | ||
project.ts | ||
publicSignupTokens.ts | ||
role.ts | ||
route.ts | ||
segment.ts | ||
service-account.ts | ||
signal.ts | ||
strategy.ts | ||
tags.ts | ||
toast.ts | ||
token.ts | ||
uiConfig.ts | ||
user.ts | ||
userProjectRoles.ts |