-
Notifications
You must be signed in to change notification settings - Fork 26
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
Few problems with smaller screen sizes #110
Comments
Upsi dupsi, seems like there already is a similar issue with #103 but I keep my issue open as I think it is not only the header that needs to be improved for mobile but the homepage and the playground as well |
I would like to work on this issue! |
Nice. Go for it! |
Anyone wants to work on this? |
I cant really work on this as I run the mock version without the models so I don't have "recent games" or an llm leaderboard |
How can I work on this mine doesn't have a leaderboard and some other stuff I see in the image. |
You can enable the test page with the test flag then go on the test page and mock some AI results |
What is the test URL or how do I reach the page? |
I ran this command but nothing: npx convex env set FLAG_TEST_PAGE true |
Admin -> Test (you need admin perms) |
Problems in: the header, homepage, and playground
both components fall apart quickly if you make your screen smaller
For the header, I think it is best to have a dropdown menu or something similar (sidebar?) and for the homepage, I think on smaller screen sizes we should stack everything on top of each other instead of putting it side by side. Cody has an issue for the header too: #103.
For the playground, I don't have a great idea yet, although I think with a little bit of reordering of the buttons and making the grid smaller if it doesn't fit anymore so it fits again, most of the problems are resolved.
The text was updated successfully, but these errors were encountered: