Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a Drawer component on smaller screens for the filter controls #13

Open
mxkaske opened this issue Feb 2, 2025 · 0 comments · May be fixed by #17
Open

Use a Drawer component on smaller screens for the filter controls #13

mxkaske opened this issue Feb 2, 2025 · 0 comments · May be fixed by #17
Labels
enhancement New feature or request

Comments

@mxkaske
Copy link
Member

mxkaske commented Feb 2, 2025

Current behavior: We flex-col the two children ‘filter controls’ and ‘table’ and therefore, the longer the filters are, the more you have to scroll to actually find the content. The toggle to hide/show the filters control exists but is only very close to the table so you still have to scroll down on inital page load to hide it.

Ideal behavior: We hide the lefthand column on smaller devices and replace the toggle button with a simple drawer opening trigger. The filters open the drawer and can be selected inside of it.

Current:
Image

Vercel Drawer (as example):
Image

@mxkaske mxkaske added the enhancement New feature or request label Feb 2, 2025
@makyinmars makyinmars linked a pull request Feb 3, 2025 that will close this issue
@mxkaske mxkaske linked a pull request Feb 6, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant