fontsource / search-directory

A search directory website for the Fontsource monorepo.

Home Page:https://fontsource.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mobile Fixes

ayuhito opened this issue · comments

commented

We seem to have major bugs when it comes to loading up the site on a smartphone (mine currently being an iPhone XS, but I'm sure other devices are being affected. I suppose we should look into it?

image
image

I also ran into this issue. Although I think it is a problem with ios because I checked both chrome and safari on an iphone and ipad, and it has this issue, but on desktop, android, and other devices I don't have this issue.

commented

The Markdown can probably be resolved when migrating over to MDX, but the drawer from Material UI is out of my expertise to fix.

Personally, when working on #62, I would like to move over to Chakra UI as it's my preference and I know it best. It would be pretty nice to emulate the same layout and style like the Chakra UI docs. However, I don't know if you're okay with me overwriting the frontend work.

I feel I should move over to Chakra because things such as integrating MDX and other features would become 10x harder for me to implement when migrating.

I have fixed both of these problems in commit fce640f. I will let you check it before closing this issue.