-
Notifications
You must be signed in to change notification settings - Fork 25
Implement vertical tabs for mobile download page and fix width alignment #203
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
Conversation
|
@NebraskaCoder 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Co-authored-by: NebraskaCoder <[email protected]>
|
@copilot Instead of your changes, we might want to look at creating vertical tabs instead. |
Co-authored-by: NebraskaCoder <[email protected]>
Great suggestion! I've implemented vertical tabs for mobile instead of the horizontal scrolling approach. The new solution: ✅ Replaces the horizontal TabsList with a vertical stack of buttons The vertical layout is much more intuitive on mobile devices and ensures all architecture options are immediately visible without any scrolling. Desktop users still get the horizontal tabs as before. Commit: 41aa618 |
|
The width of the top of the site and the width of the cards on the download page don't match. |
Co-authored-by: NebraskaCoder <[email protected]>
Fixed the width alignment issue! The problem was inconsistent horizontal padding between the header ( The header and download cards now have consistent width alignment on both mobile and desktop views. Commit: b09183c Warning Firewall rules blocked me from connecting to one or more addressesI tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
@copilot Delete this PR, branch, etc... I fixed it myself. |
Understood! Since you've fixed the issue yourself, I'll discontinue work on this PR. The branch and PR can be deleted as requested. |
|
Closing as already fixed elsewhere. |



The download page had two UX issues that have been addressed:
Changes Made
Mobile Vertical Tabs: Replaced horizontal
TabsListwith a vertical stack of buttons for mobile devices, eliminating horizontal scrolling and providing better mobile usability with clear active/inactive states.Consistent Width Layout: Aligned the download page container padding (
px-2 lg:px-0) with the header and other site components, fixing the visual width mismatch between the header navigation and download page content.Responsive Design: Desktop maintains the existing horizontal tab layout while mobile uses the new vertical approach.
All existing functionality including URL state management and architecture switching behavior is preserved.
Fixes #202
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.