widgetti / solara

A Pure Python, React-style Framework for Scaling Your Jupyter and Web Apps
https://solara.dev
MIT License
1.91k stars 141 forks source link

docs: fixes for mobile users #832

Closed iisakkirotko closed 3 weeks ago

iisakkirotko commented 4 weeks ago

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.

iisakkirotko commented 4 weeks ago

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

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

iisakkirotko commented 3 weeks ago

Merge activity