-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Fix multiple major bugs, refactor ProfileCard, add useCopyT…
…oClipboard hook fix: 1. GroupsPage.jsx: Resolved issue with current matches not displaying. 2. matches.js: Add error handling for fetchMatchDocument by match ID. 3. userProfile.js: Corrected new user profile creation logic. 4. HomePage.jsx: Prevented rendering of StudentFilter and StudentList when the user's profile is incomplete. refactor: 1. ProfileCard.jsx: Replaced HTML tags with MUI components and added renderProfileDetail helper function for rendering profiles. feat: 1. useCopyToClipboard.jsx: Implemented a new hook for clipboard copy functionality with Snackbar. BREAKING CHANGE: Major bugs fixed.
- Loading branch information
Showing
6 changed files
with
249 additions
and
180 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.