elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.7k stars 8.12k forks source link

[Security Solution] - investigate stopping mounting and unmounting timeline from DOM #189875

Open PhilippeOberti opened 1 month ago

PhilippeOberti commented 1 month ago

Description

The Timeline bottom bar isn't currently displayed on every page in Security Solution. Most pages do have it but some don't (like the rules, explore, ml landing pages, the assets page and most of the management pages like endpoints, policies, trusted apps...).

The issue is the way we're showing/hiding Timeline in the UI: we're removing Timeline from the DOM and adding it back, which means we're re-rendering a lot of things unnecessarily.

We should use a different approach to showing/hiding Timeline that is more performant.

Acceptance criteria

elasticmachine commented 1 month ago

Pinging @elastic/security-threat-hunting (Team:Threat Hunting)

elasticmachine commented 1 month ago

Pinging @elastic/security-threat-hunting-investigations (Team:Threat Hunting:Investigations)

elasticmachine commented 1 month ago

Pinging @elastic/security-solution (Team: SecuritySolution)