You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be cool to have an additional parameter when creating a BlockStory to allow to create stories for Mobile as well as Desktop.
I'm not sure wether we should just have a Boolean to toggle between mobile & Desktop, have an array of different possible screen sizes or just pass through the viewportWidth to the BlockPreview component.
The text was updated successfully, but these errors were encountered:
From a users perspective I like that 👍
From a Developer perspective it would mean that you have to switch between the modes constantly and can't see both at the same time. I'm wondering wether there is anything where we would get both benefits. But the usability of having the switcher makes more sense I thing.
It would be cool to have an additional parameter when creating a BlockStory to allow to create stories for Mobile as well as Desktop.
I'm not sure wether we should just have a Boolean to toggle between mobile & Desktop, have an array of different possible screen sizes or just pass through the
viewportWidth
to theBlockPreview
component.The text was updated successfully, but these errors were encountered: