-
Notifications
You must be signed in to change notification settings - Fork 141
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
refactor: avoid 'flash' during hydration. #393
Draft
maartenbreddels
wants to merge
1
commit into
11-22-refactor_directly_render_vue_tree_if_root_view_is_a_ipyvue_widget
Choose a base branch
from
11-22-refactor_avoid_flash_during_hydration
base: 11-22-refactor_directly_render_vue_tree_if_root_view_is_a_ipyvue_widget
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains 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
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @maartenbreddels and the rest of your teammates on Graphite |
maartenbreddels
force-pushed
the
11-22-refactor_directly_render_vue_tree_if_root_view_is_a_ipyvue_widget
branch
from
November 22, 2023 19:21
c9e8cc8
to
d8a8e2c
Compare
maartenbreddels
force-pushed
the
11-22-refactor_avoid_flash_during_hydration
branch
from
November 22, 2023 19:21
408b281
to
b022b4f
Compare
maartenbreddels
force-pushed
the
11-22-refactor_directly_render_vue_tree_if_root_view_is_a_ipyvue_widget
branch
from
November 24, 2023 07:53
d8a8e2c
to
fe77851
Compare
maartenbreddels
force-pushed
the
11-22-refactor_avoid_flash_during_hydration
branch
from
November 24, 2023 07:53
b022b4f
to
c914d52
Compare
maartenbreddels
force-pushed
the
11-22-refactor_directly_render_vue_tree_if_root_view_is_a_ipyvue_widget
branch
from
November 24, 2023 07:57
fe77851
to
5acae03
Compare
maartenbreddels
force-pushed
the
11-22-refactor_avoid_flash_during_hydration
branch
from
November 24, 2023 07:57
c914d52
to
85ea670
Compare
maartenbreddels
force-pushed
the
11-22-refactor_directly_render_vue_tree_if_root_view_is_a_ipyvue_widget
branch
from
November 24, 2023 13:45
5acae03
to
c712587
Compare
maartenbreddels
force-pushed
the
11-22-refactor_avoid_flash_during_hydration
branch
from
November 24, 2023 13:45
85ea670
to
a3dfa44
Compare
maartenbreddels
force-pushed
the
11-22-refactor_directly_render_vue_tree_if_root_view_is_a_ipyvue_widget
branch
from
November 27, 2023 20:22
c712587
to
9434546
Compare
maartenbreddels
force-pushed
the
11-22-refactor_avoid_flash_during_hydration
branch
from
November 27, 2023 20:23
a3dfa44
to
f395c0f
Compare
maartenbreddels
force-pushed
the
11-22-refactor_directly_render_vue_tree_if_root_view_is_a_ipyvue_widget
branch
from
December 11, 2023 12:04
9434546
to
98d8802
Compare
maartenbreddels
force-pushed
the
11-22-refactor_avoid_flash_during_hydration
branch
from
December 11, 2023 12:04
f395c0f
to
c11e0fb
Compare
maartenbreddels
force-pushed
the
11-22-refactor_directly_render_vue_tree_if_root_view_is_a_ipyvue_widget
branch
from
December 11, 2023 12:41
98d8802
to
9779473
Compare
maartenbreddels
force-pushed
the
11-22-refactor_avoid_flash_during_hydration
branch
from
December 11, 2023 12:41
c11e0fb
to
c136f22
Compare
maartenbreddels
force-pushed
the
11-22-refactor_directly_render_vue_tree_if_root_view_is_a_ipyvue_widget
branch
from
December 15, 2023 12:06
9779473
to
53115de
Compare
maartenbreddels
force-pushed
the
11-22-refactor_avoid_flash_during_hydration
branch
from
December 15, 2023 12:06
c136f22
to
a00ffbd
Compare
maartenbreddels
force-pushed
the
11-22-refactor_directly_render_vue_tree_if_root_view_is_a_ipyvue_widget
branch
from
December 15, 2023 12:07
53115de
to
af16723
Compare
maartenbreddels
force-pushed
the
11-22-refactor_avoid_flash_during_hydration
branch
from
December 15, 2023 12:07
a00ffbd
to
9ee5861
Compare
maartenbreddels
force-pushed
the
11-22-refactor_directly_render_vue_tree_if_root_view_is_a_ipyvue_widget
branch
from
January 2, 2024 13:39
af16723
to
b763688
Compare
maartenbreddels
force-pushed
the
11-22-refactor_avoid_flash_during_hydration
branch
from
January 2, 2024 13:39
9ee5861
to
37211fa
Compare
maartenbreddels
force-pushed
the
11-22-refactor_directly_render_vue_tree_if_root_view_is_a_ipyvue_widget
branch
from
January 3, 2024 17:07
b763688
to
06c6eb5
Compare
maartenbreddels
force-pushed
the
11-22-refactor_avoid_flash_during_hydration
branch
from
January 3, 2024 17:07
37211fa
to
fbd9930
Compare
maartenbreddels
force-pushed
the
11-22-refactor_directly_render_vue_tree_if_root_view_is_a_ipyvue_widget
branch
from
January 12, 2024 13:02
06c6eb5
to
484b166
Compare
maartenbreddels
force-pushed
the
11-22-refactor_avoid_flash_during_hydration
branch
from
January 12, 2024 13:02
fbd9930
to
adfe553
Compare
This seems to be due to hydration and CSS animation.
maartenbreddels
force-pushed
the
11-22-refactor_directly_render_vue_tree_if_root_view_is_a_ipyvue_widget
branch
from
March 10, 2024 21:24
484b166
to
7b07de4
Compare
maartenbreddels
force-pushed
the
11-22-refactor_avoid_flash_during_hydration
branch
from
March 10, 2024 21:24
adfe553
to
a092dac
Compare
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.
This seems to be due to hydration and CSS animation.