seanmturley / natureddit

A simple Reddit client, featuring a landing page dedicated to nature with posts pulled from a curated list of subreddits.
0 stars 1 forks source link

Add mobile filters #34

Open seanmturley opened 1 year ago

seanmturley commented 1 year ago

Description

Desktop filters have been added in the form of radio buttons. At smaller screen sizes, these radio buttons need to "collapse" into drop down menus.

While I'm unsure the best way to achieve this, I'm currently thinking that having separate dropdown filters for mobile is the cleanest approach. These would of course be connected to the same part of the store. Simple media queries can then be used to toggle between the visibility of the radio or dropdown filters.

seanmturley commented 8 months ago

See https://github.com/seanmturley/natureddit/issues/35#issuecomment-1890167578 for discussion of approach to mobile filter layout.