-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Charles #73
Charles #73
Conversation
Reviewer's Guide by SourceryThis pull request integrates MetaMask functionality into the user profile page. It includes changes to fetch and display the user's MetaMask address and balance in the profile section. The JavaScript file 'profile.js' was updated to include a new function for fetching the balance, and the HTML structure in 'profile.html' was modified to properly display the balance. File-Level Changes
Tips
|
PR Reviewer Guide 🔍(Review updated until commit 0ba60e2)
|
Visit the preview URL for this PR (updated for commit 7140f5c): https://brainiacwiz--pr73-charles-dpctvr5w.web.app (expires Wed, 03 Jul 2024 01:29:32 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: aff57accd7fb79ba1d7bf7e70bd8fcad77b0db3f |
This comment was marked as resolved.
This comment was marked as resolved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
Deploying brainiacwiz with Cloudflare Pages
|
Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
/review |
Persistent review updated to latest commit 0ba60e2 |
Pull request was closed
PR Type
enhancement
Description
Changes walkthrough 📝
profile.js
Add MetaMask integration to profile page
assets/js/profile.js
metaConnection
frommetamask.js
.getAddress
function to fetch and display MetaMask address andbalance.
getAddress
to display the balance on page load.profile.html
Update profile balance element for dynamic content
pages/user/profile.html
profile-balance
element to support dynamic balance display.Summary by Sourcery
This pull request introduces a new feature to fetch and display the user's MetaMask address and balance on the profile page. It also updates the HTML structure to support dynamic balance updates.