PoC: Using shadow root for encapsulating styles of React component (in webapp)
Created by: felixfbecker
Adds a <ShadowRoot>
component and uses it in the webapp for the NavLinks
component as a PoC of how we can encapsulate styles in React components (while still using including global styles and Bootstrap). This is especially useful for the browser extension to not conflict with code host style while still being able to use their native styles.
Ref #2358