deco-sites / fashion

The deco.cx Fashion Store Starter
https://fashion.deco.site
76 stars 126 forks source link

feat: refactor dialog in favor of input[type=checkbox] #422

Closed tlgimenes closed 1 year ago

tlgimenes commented 1 year ago

What is this contribution about?

This PR removes the problematic dialog component in favor of the good&old input[type="checkbox"] for both modals and drawers

This PR introduces two new components, Modal.tsx and Drawer.tsx. These components use daisy's modal and drawer classes respectively.