1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-04 11:17:02 +02:00
unleash.unleash/frontend/src/interfaces
Nuno Góis a8eda9d61f
chore: event timeline signals (#8310)
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.


![image](https://github.com/user-attachments/assets/9dad5c21-cd36-45e6-9369-ceca25936123)
2024-10-01 09:02:08 +01:00
..
action.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
application.ts
banner.ts feat: add configurable event for banner goto action (#6603) 2024-03-19 12:09:09 +02:00
context.ts
environments.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
featureToggle.ts chore: generate orval for event creators (#7823) 2024-08-12 15:07:26 +02:00
featureTypes.ts
group.ts chore: SCIM guard for groups (#6845) 2024-04-12 10:01:57 +01:00
instance.ts
integrationEvent.ts chore: use EventSchema instead of IEvent (#7732) 2024-08-02 11:05:42 +02:00
invoice.ts
loginEvent.ts
permissions.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
personalAPIToken.ts
profile.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
project.ts feat: welcome to project onboarding status rendering (#8076) 2024-09-04 12:17:33 +03:00
publicSignupTokens.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
role.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
route.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
segment.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
service-account.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
signal.ts chore: event timeline signals (#8310) 2024-10-01 09:02:08 +01:00
strategy.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
tags.ts
toast.ts
token.ts
uiConfig.ts [Gitar] Cleaning up stale flag: projectListImprovements with value true (#8212) 2024-09-23 13:07:59 +02:00
user.ts chore: UI SCIM guard for users (#6859) 2024-04-15 14:04:41 +01:00
userProjectRoles.ts feat: Adding Project access requires same role (#6270) 2024-02-20 15:56:53 +01:00