elastic / kibana

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

[Monitoring] Reactify icons in Pipeline Viewer #18159

Closed elasticmachine closed 6 years ago

elasticmachine commented 6 years ago

Original comment by @justinkambic:

Presently the Logstash Pipeline Viewer is using icons that are defined in EUI. The PV does not use React and cannot easily reference the icons directly, so it instead references copies that live in Monitoring. We want to reference these icons directly from EUI if possible.

elasticmachine commented 6 years ago

Original comment by @justinkambic:

In LINK REDACTED we changed the references to import the SVGs directly from EUI. This is better, because we are directly referencing the assets in their own package, rather than copying them into the monitoring plugin. When we Reactify the Pipeline Viewer, we will want to transition these references to use the associated icon component.

justinkambic commented 6 years ago

@ycombinator do you think we still need to track this, given the current design goals of https://github.com/elastic/kibana/pull/18597?

ycombinator commented 6 years ago

@justinkambic I don't think so, given how far and well #18597 has progressed. Feel free to close this out.