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
Currently we use <Dialog /> component for modals, but it isn't too beautiful on mobile. We should create a responsive one which shows <Dialog /> on desktop and <Drawer /> on mobile.
There is already an attempt to do that with react, so I guess it won't be too complicated.
The text was updated successfully, but these errors were encountered:
Currently we use
<Dialog />
component for modals, but it isn't too beautiful on mobile. We should create a responsive one which shows<Dialog />
on desktop and<Drawer />
on mobile.There is already an attempt to do that with react, so I guess it won't be too complicated.
The text was updated successfully, but these errors were encountered: