Standardise how we use SVGs #1082
Labels
A: experiments
Area: experiments table webview and everything related
A: plots
Area: plots webview, side panel and everything related
🏠 housekeeping
From #1078, #1073 & #1081 we now have 3 different ways of getting SVG inline into our webviews. They are:
@svgr/cli
to create a React components fromwebview/icons
and check it into source control (Icon component #1081)@svgr
along with webpack to load svgs in when bundling (Add copy button #1073)background-image: url
in scss and have webpack bundle svg (Update queued experiment icons #1078)We should standardise and use a single approach for all of the places where we use SVGs.
My preference would be 1. I personally have no idea how to convert 3 to either 1 or 2 though.
The text was updated successfully, but these errors were encountered: