Skip to content

fix: quick link category navigation#557

Merged
steam-bell-92 merged 1 commit into
steam-bell-92:mainfrom
snehanair-486:fix/quick-links-category-navigation
May 21, 2026
Merged

fix: quick link category navigation#557
steam-bell-92 merged 1 commit into
steam-bell-92:mainfrom
snehanair-486:fix/quick-links-category-navigation

Conversation

@snehanair-486
Copy link
Copy Markdown
Contributor

Closes #514

What this PR does

The footer Quick Links were pointing to separate HTML pages (games.html, math.html, utilities.html) that didn't have any project scripts loaded, so clicking any project card on those pages did nothing - no modal, no response at all.

This PR fixes the issue in two parts:

Part 1 — Footer quick links
Updated the footer Quick Links to stay on index.html and directly trigger the correct category tab using onclick, instead of navigating to broken separate pages. This ensures all project scripts are always available when a card is clicked.

Part 2 — ?category= URL param support
Even after fixing the links, visiting index.html?category=math directly (via a shared link, bookmark, or browser history) still showed all projects with no filtering. Added param reading on page load so the correct category tab activates automatically.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 21, 2026

@snehanair-486 is attempting to deploy a commit to the Anuj's projects Team on Vercel.

A member of the Team first needs to authorize it.

@steam-bell-92 steam-bell-92 merged commit 7869768 into steam-bell-92:main May 21, 2026
6 of 7 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

🎉 Thank you for your contribution!

Your Pull Request has been merged successfully.

We appreciate the time and effort you put into improving this project. Contributions like yours help the repository grow and stay useful for everyone.

If you'd like to contribute again, please check the open issues and make sure you are assigned before opening another Pull Request.

Thanks again for your support! 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🐛 [Bug]: Projects Don't Launch When Navigating via Quick Links

2 participants