-
Notifications
You must be signed in to change notification settings - Fork 620
Add upload to IPFS on teams & account avatar form fields #4807
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
Add upload to IPFS on teams & account avatar form fields #4807
Conversation
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @MananTank and the rest of your teammates on |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4807 +/- ##
=======================================
Coverage 47.66% 47.66%
=======================================
Files 1051 1051
Lines 56714 56714
Branches 3892 3892
=======================================
Hits 27032 27032
Misses 28995 28995
Partials 687 687
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
2ca6b52 to
0ada3e8
Compare
373e11c to
eff10b6
Compare
Merge activity
|
## Problem solved
Short description of the bug fixed or feature added
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on enhancing the account and team settings pages by adding image upload functionality for accounts and teams, updating component imports, and improving layout responsiveness.
### Detailed summary
- Added `updateAccountImage` method to `AccountSettingsPage` and `AccountSettingsPageUI`.
- Introduced `updateTeamImage` method in `TeamGeneralSettingsPage` and `TeamGeneralSettingsPageUI`.
- Changed layout from `min-h-full` to `min-h-screen`.
- Updated import statements to reflect new component names.
- Implemented async image upload functionality with IPFS integration.
- Added error handling for image update methods.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
0ada3e8 to
09b1c28
Compare
eff10b6 to
88db5ea
Compare

Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR focuses on enhancing the account and team settings pages by implementing image upload functionalities for user and team avatars, updating component structures, and ensuring better state management in the UI.
Detailed summary
updateAccountImageandupdateTeamImagefunctions to handle image uploads.AccountSettingsPageUIandTeamGeneralSettingsPageUIto receive image update props.min-h-fulltomin-h-screen.GeneralSettingsPagetoTeamGeneralSettingsPage.