1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-18 11:14:57 +02:00
unleash.unleash/frontend/src/component/events/EventTimeline
Nuno Góis a95c8d183f
chore: event timeline persistent state (#8240)
https://linear.app/unleash/issue/2-2700/persist-timeline-state-in-local-storage

Implements persistent state management for the event timeline using
local storage.

I believe this improves UX by persisting both the timeline toggle
(visibility) state and applied filters across page refreshes.

Includes some scouting/refactoring and some workarounds to prevent the
timeline from animating on page load (in most cases).
2024-09-25 11:20:27 +01:00
..
EventTimelineEvent
EventTimelineHeader chore: event timeline persistent state (#8240) 2024-09-25 11:20:27 +01:00
EventTimeline.tsx chore: event timeline persistent state (#8240) 2024-09-25 11:20:27 +01:00
useEventTimeline.ts chore: event timeline persistent state (#8240) 2024-09-25 11:20:27 +01:00