-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev UI: Replaced internal components with Qomponent #40615
Conversation
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you check the documentation issue. The rest looks good.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
🙈 The PR is closed and the preview is expired. |
Signed-off-by: Phillip Kruger <phillip.kruger@gmail.com>
@cescoffier should be good now |
Status for workflow
|
This comment has been minimized.
This comment has been minimized.
Status for workflow
|
As discussed, we moved the internal web components create and used by Dev UI to an external project, called Qomponent , so that it can be used outside of Dev UI. This PR changes Dev UI to use the new components. It also adds the concepts of "relocations" for namespaces, so that code that still import the internal component, will now use qomponent (without having to change).
This also use a new version of code-block, that fixed the theme switching bug. Now when you are on a page that has a code block, switching theme will also change the code-mirror theme to the matching theme.