feat: add support for ipyvuetify 3#1163
Draft
mariobuikhuizen wants to merge 15 commits into
Draft
Conversation
fe3d48f to
3c66b04
Compare
5090ed2 to
5c0dd1b
Compare
e5d3d06 to
36c74e5
Compare
03700ca to
c57eab4
Compare
Render ConfirmationDialog content eagerly so Vuetify 3 has the dialog children mounted before autofocus runs. This avoids the overlay/transition mount race that caused Vue to throw `insertBefore` null-parent errors when opening the autofocus example.
KaTeX auto-render was run over the full markdown template root, including live widget output produced by executed Solara markdown examples. With Vue 3/Vuetify 3, opening a v-select inside such an embedded widget could then crash Vue's patcher with "Cannot read properties of null (reading 'insertBefore')". Configure KaTeX to ignore Solara/Jupyter widget output and remove the broad markdown updated hook that reran Mermaid/KaTeX for descendant widget updates. Markdown content changes already remount the template via the rendered HTML hash key, so the mounted pass still handles real markdown changes.
36c74e5 to
a49f7c7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All Submissions:
pre-commitprior to committing my changes (see development setup docs).Changes to / New Features:
Description of changes