Computerization / Enspire

Make "Creativity, Activity, Service (CAS)" Great Again at SWFLA
https://enspire.one
MIT License
5 stars 7 forks source link

enhancement: Responsive modal #573

Open qwerzl opened 5 months ago

qwerzl commented 5 months ago

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.