You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a more user-friendly search box. There are currently no breakpoints, and on smaller screens, the controls and filters can get bunched together. Seeing as how most of the website's users are on mobile devices, this is an issue.
Breakpoints should be implemented within the FilterBox component. I'm pretty sure you can use Mantine's responsive styling.
The main change would be making the actual search bar full-width. The other filters could be moved or also made full-width.
The text was updated successfully, but these errors were encountered:
Implement a more user-friendly search box. There are currently no breakpoints, and on smaller screens, the controls and filters can get bunched together. Seeing as how most of the website's users are on mobile devices, this is an issue.
Breakpoints should be implemented within the FilterBox component. I'm pretty sure you can use Mantine's responsive styling.
The main change would be making the actual search bar full-width. The other filters could be moved or also made full-width.
The text was updated successfully, but these errors were encountered: