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

fix(VAppBar): vertical main layout shift on SSR request #20563

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

userquin
Copy link
Member

@userquin userquin commented Oct 10, 2024

Description

Since we need to await to render the VToolbar from VAppBar, this PR just uses the props to calculate the computed height in VAppBar when VToolbar is not still present: on SSR page request this will prevent the vertical shift layout.

https://streamable.com/llbms5

resolves #15202 partially, now there is a flickering in the navigation drawer (we should also review the navigation drawer and the hydration missmatch): https://streamable.com/6pjzvc

related PR #15229

Markup:

@johnleider johnleider requested a review from KaelWD October 12, 2024 15:56
@MajesticPotatoe MajesticPotatoe added T: bug Functionality that does not work as intended/expected C: VToolbar VToolbar C: VAppBar VAppBar labels Oct 28, 2024
@MajesticPotatoe MajesticPotatoe changed the title fix(VAppBar,VToolbar): vertical main layout shift on SSR request fix(VAppBar): vertical main layout shift on SSR request Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VAppBar VAppBar C: VToolbar VToolbar T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug Report][3.0.0] V-App-Bar Collapse On Reload Page
2 participants