Closed a-crea closed 10 months ago
@a-crea the PR looks good to me, the only thing that we should discuss is the usage of the IconParser
, e.g. here
The problem is related to issue #507, which shows that we have lots of warnings during compilation due to the mixed usage of IconParser
(with dynamic icon imports) and static import of icon components. It seems that we need to stick to either the dynamic or static import. If you want, please tell your opinion in #507, thx
is this PR ready to merge?
@gappc Since IconParser is present in the code for more than one year, if @sseppi agrees I suggest to open a separate issue for this and discuss it separately, so meanwhile we can close this one.
@MatteoBiasi yes, let's discuss this in a separate issue (quick note: the warnings showed up after the update of vite
in 22542a37dc67b4abda9d51cd36833bf1bd749d22)
@MatteoBiasi yes, let's discuss this in a separate issue (quick note: the warnings showed up after the update of
vite
in 22542a3)
@gappc can you please create a separate issue for the IconParser and assign it to me, so we can plan it in the next iterations?
@sseppi @MatteoBiasi @a-crea I've created issue #507, lets move the discussion there
@sseppi @MatteoBiasi @a-crea I've created issue #507, lets move the discussion there
OK, super! Thank you!
This PR add _blank target to external header links. It also includes the popover menu for login/register on desktop.