feat: UI Enhancements, Firebase Auth Integration, and Role-Based Blog Access#66
Merged
Conversation
…ntributors list - Created auth.js module implementing Firebase compat SDK login handlers. - Injected dynamic Login/Logout triggers in page headers next to hamburger menus. - Built a styled cyberpunk auth modal container supporting Github and Google OAuth. - Standardized Firebase configuration script loads globally across all HTML subpages. - Removed "About" link from the index.html desktop navbar. - Filtered out GitHub Bot users from the Contributor Wall render function. - Removed static "Join the contributors" card from index.html to clean up the layout.
|
@Pranav00076 is attempting to deploy a commit to the Rishi Bhardwaj's projects Team on Vercel. A member of the Team first needs to authorize it. |
RishiByte
approved these changes
Jun 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR cleans up the website UI by removing unused sections and improving layout alignments. It also introduces Firebase Authentication (Google & GitHub) and implements a role-based access control system for the "Add Blog" functionality, ensuring only authorized organization maintainers can publish content.
Key Changes
🎨 UI & Layout Enhancements
64x64and correctly aligned for precision clicking.🔐 Authentication & Role-Based Access
Pranav00076,Rishibyte,SharanyoBanerjee,Yuvraj).auth.jsto deeply inspect the GitHub OAuth payload and verify exact GitHub User IDs, ensuring reliable role assignments even if users have different display names.Testing Instructions
/index.htmland confirm the clean layout (no Modules section, clean Footer/Navbar)./faqs.htmland verify the answer dropdown text alignment./blogs.html. Ensure the "Add Blog" button is hidden.Deployment
Code is ready for production and has been tested locally and verified via Vercel deployments.