Philipp Pracht
Philipp Pracht
draft PR to easily sync with master
Currently LuigiElement sets the shadow mode to 'closed' in its constructor. This should be configurable so that also 'open' mode can be applied for a wc mfe shadow dom.
Investigate if and how we could restructure our css bundle to not inline fundamental css but rather use @import (https://developer.mozilla.org/en-US/docs/Web/CSS/@import) to load several chunks.
Since these kind of questions are getting more and more, it would be very beneficial to be able to point to a reference implementation, ideally with examples for most common...
Currently luigi provides two options to open a second visible micro frontend from within another micro frontend: * open as modal * open in split view There is demand for...
In web component compound views, load MFEs only if they are within current visible viewport.
We show "Favicon is not an .ico filetype and might get displayed wrong." for non-.ico ending favicons. As modern browsers support other image types, we should not display this warning....
Allow to click on a "category" tab in tabnav and navigate to a specified node with the category. The node can also be hidden. Possible example config: ``` ... tabNav:...