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

docs: fixes for mobile users #832

Merged
merged 1 commit into from
Oct 28, 2024
Merged

Conversation

iisakkirotko
Copy link
Collaborator

Because we previously used a solara.v.NavigationDrawer with v_model=True, that was only hidden and not destroyed on mobile, Vuetify would think that a floating navigation drawer is open on page load. This would mean that the page could not be used before the user tapped somewhere on the page to "close the drawer". Also adds another maximum width restriction to make sure content doesn't become wider than the viewport on mobile resolutions.

Because we previously used a `solara.v.NavigationDrawer` with `v_model=True`, that was only hidden and not destroyed on mobile, Vuetify would think that a floating navigation drawer is open on page load. This would mean that the page could not be used before the user tapped somewhere on the page to "close the drawer". Also adds another maximum width restriction to make sure content doesn't become wider than the viewport on mobile resolutions.
Copy link
Collaborator Author

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

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

Copy link
Collaborator Author

iisakkirotko commented Oct 28, 2024

Merge activity

  • Oct 28, 4:51 AM EDT: A user started a stack merge that includes this pull request via Graphite.
  • Oct 28, 4:51 AM EDT: A user merged this pull request with Graphite.

@iisakkirotko iisakkirotko merged commit 4a68b50 into master Oct 28, 2024
28 checks passed
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.

2 participants