feat: Vuetify3 support#283
Draft
mariobuikhuizen wants to merge 56 commits into
Draft
Conversation
mariobuikhuizen
force-pushed
the
vuetify3
branch
2 times, most recently
from
November 1, 2023 13:35
d438c4f to
12b9969
Compare
maartenbreddels
force-pushed
the
vuetify3
branch
5 times, most recently
from
November 1, 2023 18:27
2e5ab85 to
1ca08b5
Compare
mariobuikhuizen
force-pushed
the
vuetify3
branch
from
November 9, 2023 12:19
48c42d5 to
fff8818
Compare
mariobuikhuizen
force-pushed
the
vuetify3
branch
2 times, most recently
from
November 20, 2023 11:47
1f8557a to
89b6355
Compare
mariobuikhuizen
force-pushed
the
master
branch
from
November 22, 2023 11:44
c7b0e3d to
2c5cbb4
Compare
iisakkirotko
force-pushed
the
vuetify3
branch
2 times, most recently
from
February 27, 2025 16:31
42e188f to
9fc0af9
Compare
Contributor
|
Hi ipyvuetify team, just to let you know that vuetify3 has made a very good job at tidying the way they built the API documetnation I would happilly go back to my documentation PR once this one is done as it will be much easier to recover the text associated to each parameter directly from their repository. If the improvement of the documentation is not a wanted feature anymore, let me know I'll drop the PR I have on stale on my fork. |
mariobuikhuizen
force-pushed
the
vuetify3
branch
7 times, most recently
from
March 10, 2026 11:46
dff599f to
20ecb76
Compare
mariobuikhuizen
force-pushed
the
vuetify3
branch
3 times, most recently
from
April 21, 2026 13:38
e6b495d to
2aa57ac
Compare
Now that we store generated code in git, having a stable sort order will allow us to see API changes easily in the diff.
#327 broke embedded versions where the extractes CSS wasn't explicitly imported.
For some reason the styles.css file wasn't excluded from scoping. This should ensure it is.
pick 820559517 # fix: main styles were not applied becaus of invalid comment
Move the Vuetify-specific render setup into vueComponent(), overriding the base VueView implementation. This gives Solara and other embedders a stable component definition while preserving the normal Vuetify plugin/theme setup.
mariobuikhuizen
force-pushed
the
vuetify3
branch
2 times, most recently
from
July 14, 2026 11:22
19d2077 to
f8af3de
Compare
mariobuikhuizen
force-pushed
the
vuetify3
branch
from
July 14, 2026 11:50
f8af3de to
8a41a86
Compare
mariobuikhuizen
force-pushed
the
vuetify3
branch
from
July 14, 2026 12:30
8a41a86 to
dbcaf2b
Compare
Use useTheme() instead of relying on internal implementaion details.
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.
Needs widgetti/ipyvue#82
TODO: