Conversation
- URL Issue Fixed (/Events/null/team/...) in EventCard.jsx - Crown Display Fix (only for leader)
… notifications, leave team preserves registration
## Description This PR implements an **Unstop-like Team Management system** for event registrations. It allows registered users to create teams, invite teammates via shareable invite links, request to join existing teams, manage member rosters, and handle team configurations. Additionally, it integrates a protected routing mechanism that redirects users back to their target page upon a successful login. ## Changes Made - **Team Management Dashboard**: Added a comprehensive dashboard (`TeamManagement.jsx`) supporting team creation, renaming, and member list visualization. - **Join/Invite Actions**: Created views for invitation links (`InviteSection.jsx`) and team request updates (`TeamlessState.jsx`), facilitating seamless onboarding of team members. - **Roster Controls**: Enabled team leaders to remove members (`MemberCard.jsx`) and transfer team authority (with crown icon indicators shown only to the leader). - **Authentication UX Enhancements**: Added a `ProtectedRoute` wrapper and redirect utility (`LoginRedirect`) to cache the target URL in `sessionStorage` and route users back there immediately after logging in. - **Bug Fixes**: - Patched an issue where event routing links generated null values (e.g., `/Events/null/team/...`). - Ensured that leaving a team does not delete the user's base registration details for the event. - **General Frontend Refactors**: Updated sponsors list (`Sponser.json`) and automated the copyright year updates in the footer (`Footer.jsx`). ## Types of Changes What type of changes does your code introduce? (Check all that apply) - [x] Bug fix (non-breaking change which fixes an issue) 🐛 - [x] New feature (non-breaking change which adds functionality) ✨ - [x] UI enhancement (non-breaking change which enhances UI) 🎨 - [ ] Documentation update 📚 - Fixes # ## Screenshots (if applicable) <!-- If your changes include any UI updates, add screenshots here to show the changes. -->
AnshRaj112
requested review from
GuinAditi,
fed-tech,
rudrika08 and
shing1Sks
as code owners
July 25, 2026 21:35
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. 😊 |
|
🎉 Your pull request has been successfully merged! 🎉 Thank you for your valuable contribution to our project. Your efforts are greatly appreciated. Feel free to reach out if you have any more contributions or if there's anything else we can assist you with. Keep up the fantastic work! 🚀 |
Merged
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
Changes Made
Types of Changes
What type of changes does your code introduce? (Check all that apply)
Bug fix (non-breaking change which fixes an issue) 🐛
New feature (non-breaking change which adds functionality) ✨
UI enhancement (non-breaking change which enhances UI) 🎨
Documentation update 📚
Fixes #
Screenshots (if applicable)