1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00
unleash.unleash/frontend/src
Nuno Góis 81840ed574
fix: event timeline should unmount when hidden and be closed by default (#8294)
Fixes 2 bugs:

- The initial state of the event timeline should have `open: false`, not
`true` - Closed by default, unless opened
- The event timeline should unmount when hidden - It should not emit
requests when closed
2024-09-27 13:11:25 +01:00
..
__mocks__ refactor: format files (#719) 2022-02-18 09:51:10 +01:00
assets feat: welcome dialog with unleash concepts (#8199) 2024-09-20 15:53:03 +02:00
component fix: event timeline should unmount when hidden and be closed by default (#8294) 2024-09-27 13:11:25 +01:00
constants
contexts
hooks feat: display basic list of project events (#8291) 2024-09-27 14:02:30 +02:00
interfaces [Gitar] Cleaning up stale flag: projectListImprovements with value true (#8212) 2024-09-23 13:07:59 +02:00
openapi feat: display basic list of project events (#8291) 2024-09-27 14:02:30 +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
setupTests.ts test: reduce noise from test warnings (#8251) 2024-09-25 12:56:09 +02:00
vite-env.d.ts