1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-01 01:18:10 +02:00
unleash.unleash/frontend/src
Nuno Góis d161fb49ee
chore: implement event grouping in the event timeline (#8254)
https://linear.app/unleash/issue/2-2663/implement-event-grouping-when-multiple-events-happen-in-a-short-period

This PR introduces a grouping logic for timeline events, enhancing the
way events are displayed when they occur close to each other.

We also updated and refactored components to support handling groups of
events rather than individual events.

Also includes some minor code cleanups and optimizations as part of
general refactoring efforts (scouting).


![image](https://github.com/user-attachments/assets/eed74ddd-017c-430d-b919-3cb7e257052d)

---------

Co-authored-by: David Leek <david@getunleash.io>
2024-09-26 14:48:52 +01:00
..
__mocks__
assets feat: welcome dialog with unleash concepts (#8199) 2024-09-20 15:53:03 +02:00
component chore: implement event grouping in the event timeline (#8254) 2024-09-26 14:48:52 +01:00
constants feat: use new environment limit in Unleash UI (#7500) 2024-07-02 06:14:15 +00:00
contexts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
hooks feat: Personal flags UI component (#8221) 2024-09-24 08:42:49 +02:00
interfaces [Gitar] Cleaning up stale flag: projectListImprovements with value true (#8212) 2024-09-23 13:07:59 +02:00
openapi feat: read projects from personal dashboard API (#8279) 2024-09-26 14:17:47 +02:00
themes feat: Onboarding connect api token generation (#8054) 2024-09-03 11:28:16 +02:00
types
utils chore: implement event grouping in the event timeline (#8254) 2024-09-26 14:48:52 +01:00
index.tsx feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
setupTests.ts test: reduce noise from test warnings (#8251) 2024-09-25 12:56:09 +02:00
vite-env.d.ts