Skip to content
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
wants to merge 1 commit into
base: 11-22-refactor_directly_render_vue_tree_if_root_view_is_a_ipyvue_widget
Choose a base branch
from

Conversation

maartenbreddels
Copy link
Contributor

This seems to be due to hydration and CSS animation.

Copy link
Contributor Author

maartenbreddels commented Nov 22, 2023

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.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @maartenbreddels and the rest of your teammates on Graphite Graphite

@maartenbreddels maartenbreddels force-pushed the 11-22-refactor_directly_render_vue_tree_if_root_view_is_a_ipyvue_widget branch from c9e8cc8 to d8a8e2c Compare November 22, 2023 19:21
@maartenbreddels maartenbreddels force-pushed the 11-22-refactor_avoid_flash_during_hydration branch from 408b281 to b022b4f Compare November 22, 2023 19:21
@maartenbreddels maartenbreddels force-pushed the 11-22-refactor_directly_render_vue_tree_if_root_view_is_a_ipyvue_widget branch from d8a8e2c to fe77851 Compare November 24, 2023 07:53
@maartenbreddels maartenbreddels force-pushed the 11-22-refactor_avoid_flash_during_hydration branch from b022b4f to c914d52 Compare November 24, 2023 07:53
@maartenbreddels maartenbreddels force-pushed the 11-22-refactor_directly_render_vue_tree_if_root_view_is_a_ipyvue_widget branch from fe77851 to 5acae03 Compare November 24, 2023 07:57
@maartenbreddels maartenbreddels force-pushed the 11-22-refactor_avoid_flash_during_hydration branch from c914d52 to 85ea670 Compare November 24, 2023 07:57
@maartenbreddels maartenbreddels force-pushed the 11-22-refactor_directly_render_vue_tree_if_root_view_is_a_ipyvue_widget branch from 5acae03 to c712587 Compare November 24, 2023 13:45
@maartenbreddels maartenbreddels force-pushed the 11-22-refactor_avoid_flash_during_hydration branch from 85ea670 to a3dfa44 Compare November 24, 2023 13:45
@maartenbreddels maartenbreddels force-pushed the 11-22-refactor_directly_render_vue_tree_if_root_view_is_a_ipyvue_widget branch from c712587 to 9434546 Compare November 27, 2023 20:22
@maartenbreddels maartenbreddels force-pushed the 11-22-refactor_avoid_flash_during_hydration branch from a3dfa44 to f395c0f Compare November 27, 2023 20:23
@maartenbreddels maartenbreddels force-pushed the 11-22-refactor_directly_render_vue_tree_if_root_view_is_a_ipyvue_widget branch from 9434546 to 98d8802 Compare December 11, 2023 12:04
@maartenbreddels maartenbreddels force-pushed the 11-22-refactor_avoid_flash_during_hydration branch from f395c0f to c11e0fb Compare December 11, 2023 12:04
@maartenbreddels maartenbreddels force-pushed the 11-22-refactor_directly_render_vue_tree_if_root_view_is_a_ipyvue_widget branch from 98d8802 to 9779473 Compare December 11, 2023 12:41
@maartenbreddels maartenbreddels force-pushed the 11-22-refactor_avoid_flash_during_hydration branch from c11e0fb to c136f22 Compare December 11, 2023 12:41
@maartenbreddels maartenbreddels force-pushed the 11-22-refactor_directly_render_vue_tree_if_root_view_is_a_ipyvue_widget branch from 9779473 to 53115de Compare December 15, 2023 12:06
@maartenbreddels maartenbreddels force-pushed the 11-22-refactor_avoid_flash_during_hydration branch from c136f22 to a00ffbd Compare December 15, 2023 12:06
@maartenbreddels maartenbreddels force-pushed the 11-22-refactor_directly_render_vue_tree_if_root_view_is_a_ipyvue_widget branch from 53115de to af16723 Compare December 15, 2023 12:07
@maartenbreddels maartenbreddels force-pushed the 11-22-refactor_avoid_flash_during_hydration branch from a00ffbd to 9ee5861 Compare December 15, 2023 12:07
@maartenbreddels maartenbreddels force-pushed the 11-22-refactor_directly_render_vue_tree_if_root_view_is_a_ipyvue_widget branch from af16723 to b763688 Compare January 2, 2024 13:39
@maartenbreddels maartenbreddels force-pushed the 11-22-refactor_avoid_flash_during_hydration branch from 9ee5861 to 37211fa Compare January 2, 2024 13:39
@maartenbreddels maartenbreddels force-pushed the 11-22-refactor_directly_render_vue_tree_if_root_view_is_a_ipyvue_widget branch from b763688 to 06c6eb5 Compare January 3, 2024 17:07
@maartenbreddels maartenbreddels force-pushed the 11-22-refactor_avoid_flash_during_hydration branch from 37211fa to fbd9930 Compare January 3, 2024 17:07
@maartenbreddels maartenbreddels force-pushed the 11-22-refactor_directly_render_vue_tree_if_root_view_is_a_ipyvue_widget branch from 06c6eb5 to 484b166 Compare January 12, 2024 13:02
@maartenbreddels maartenbreddels force-pushed the 11-22-refactor_avoid_flash_during_hydration branch from fbd9930 to adfe553 Compare January 12, 2024 13:02
This seems to be due to hydration and CSS animation.
@maartenbreddels maartenbreddels force-pushed the 11-22-refactor_directly_render_vue_tree_if_root_view_is_a_ipyvue_widget branch from 484b166 to 7b07de4 Compare March 10, 2024 21:24
@maartenbreddels maartenbreddels force-pushed the 11-22-refactor_avoid_flash_during_hydration branch from adfe553 to a092dac Compare March 10, 2024 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant