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

[Feature Request] Mobile table usability #295

Open
TyHil opened this issue Oct 30, 2024 · 1 comment
Open

[Feature Request] Mobile table usability #295

TyHil opened this issue Oct 30, 2024 · 1 comment
Assignees
Labels
Type: Feature Request New feature or request

Comments

@TyHil
Copy link
Member

TyHil commented Oct 30, 2024

Overview

Wrap professor names above the search results on mobile so the table doesn't have to scroll

Proposal

When the screen is smaller than a certain width, move the professor name to a new spanning row above the normal row. Be sure to do the same to the loading row. Use MUI's useMediaQuery to detect the screen size.

Skedge example:
image

Supplementary Information

Reference the Skedge codebase: https://github.com/UTDNebula/skedge/blob/bd999e5ea43893e600aef44f6110e62a0a79796c/src/components/SearchResultsTable.tsx#L66-L72

@TyHil TyHil added the Type: Feature Request New feature or request label Oct 30, 2024
@AbhiramTadepalli
Copy link
Contributor

image
This is how skedge does it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature Request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants