1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +01:00
unleash.unleash/frontend/src
Nuno Góis 52b7e235fd
chore: add event timeline to new in unleash (#8358)
https://linear.app/unleash/issue/2-2729/add-event-timeline-to-new-in-unleash

Adds the new event timeline to the "New in Unleash" section.

Unlike Signals & Actions, the Event timeline doesn’t have a dedicated
page to link to, as it's a global component within the layout. To
address this, we extend the "check it out" action in the New in Unleash
component by supporting a callback instead of a link. When the user
clicks "check it out" for this new item, the page smoothly scrolls to
the top, ~~the timeline opens (if it's not already)~~, and a temporary
highlight effect is triggered on the timeline header button.

Also includes some scouting / slight UX adjustments.


https://github.com/user-attachments/assets/fe49f21b-5986-46b2-8fc6-acb4daef9d08
2024-10-04 08:20:55 +01:00
..
__mocks__
assets chore: add event timeline to new in unleash (#8358) 2024-10-04 08:20:55 +01:00
component chore: add event timeline to new in unleash (#8358) 2024-10-04 08:20:55 +01:00
constants feat: use new environment limit in Unleash UI (#7500) 2024-07-02 06:14:15 +00:00
contexts
hooks chore: plausible event for event timeline signals tip click (#8349) 2024-10-03 15:35:34 +02:00
interfaces chore: event timeline signals (#8310) 2024-10-01 09:02:08 +01:00
openapi feat: health score components in personal dashboard (#8348) 2024-10-03 10:21:27 +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