#145 [Frontend] Build User Profile and Settings Page#183
Open
OluwapelumiElisha wants to merge 3 commits intoStayLitCodes:mainfrom
Open
#145 [Frontend] Build User Profile and Settings Page#183OluwapelumiElisha wants to merge 3 commits intoStayLitCodes:mainfrom
OluwapelumiElisha wants to merge 3 commits intoStayLitCodes:mainfrom
Conversation
|
@OluwapelumiElisha Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
Author
|
Please Kindly check this PR 🙏🙏🙏. |
11 tasks
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.
Closes #145
🚀 [Frontend] Build User Profile and Settings Page #145
Overview
This PR introduces a dedicated User Profile and Settings experience, giving users a centralized place to manage their account, wallet, and preferences.
Previously, key user information (like wallet address and role) was only accessible via the navbar or auth context, with no structured interface for managing account-related features.
✨ What’s Included
Profile Page (/profile)
Displays connected wallet address with copy-to-clipboard
Shows user role (USER / ADMIN)
Displays account creation date
Shows escrow statistics:
Total created
Active
Completed
Disputed
Provides direct link to Stellar Explorer for wallet tracking
Settings Page (/settings)
Notification Preferences
Toggle email/webhook notifications per event type
Integrated with GET/PUT /notifications/preferences
API Key Management
Create new API keys
View existing keys
Revoke keys
Connected to API key CRUD endpoints
Wallet Management
Disconnect wallet
Switch wallet
Network Indicator
Displays current network (testnet / mainnet)
🧩 Problem Solved
No centralized user account management UI
Limited visibility of wallet and user data
No way to manage notifications or API keys
Poor user control over wallet/session
✅ Result
This PR significantly improves user experience and control, making Vaultix more production-ready by:
Enhancing transparency (wallet + activity)
Enabling customization (notifications, API keys)
Providing better account management flows
🧪 Testing
Added tests for core components (where applicable)
Verified API integrations for:
Notification preferences
API key management
#145