feat: add change password functionality to user info panel#672
Merged
Conversation
|
Deployment failed with the following error: View Documentation: https://vercel.com/docs/accounts/team-members-and-roles |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
sdk | 0b23271 | Feb 05 2026, 04:52 AM |
77dc69a to
2145bd1
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a “Change Password” flow to the user info panel, including a UI modal, client mutation hook, and a new server-side action wired into the existing action registry.
Changes:
- Add a “Change Password” button to the user info hovercard and lazy-load a modal via
Suspense. - Implement
ChangePasswordModalwith client-side validation and react-query mutation. - Add
CHANGE_PASSWORDaction constant plus corresponding Express/Supabase action registration.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| src/pages/panels/user-info.tsx | Adds Change Password entry point and lazy-loaded modal wiring |
| src/pages/panels/change-password-modal.tsx | New dialog UI + client-side password validation + mutation usage |
| src/pages/hooks/utils/use-change-password.ts | New react-query mutation for CHANGE_PASSWORD |
| src/pages/constants/ACTIONS.ts | Registers CHANGE_PASSWORD action name |
| src/express/actions/user/index.ts | Exports ChangePasswordAction |
| src/express/actions/user/change-password.ts | Implements server-side password change action |
| src/express/actions/storage/index.ts | Registers CHANGE_PASSWORD in SupabaseAuthActions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
1c8c0f0 to
eabe335
Compare
surajair
approved these changes
Feb 5, 2026
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
No description provided.