-
Notifications
You must be signed in to change notification settings - Fork 0
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
Payouts Account (create, destroy, get) #40
Conversation
…plement AccountPayouts routes with loader functions
PR Description updated to latest commit (a567697) |
Oxygen deployed a preview of your
Learn more about Hydrogen's GitHub integration. |
PR Review
Code feedback:
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
- Implement loader function to fetch payout account details - Add UI components to display payout account information - Enable creation and deletion of payout accounts - Adjust phone number and account number formatting in payout creation
…e AccountButton from payouts route
Type
enhancement, documentation
Description
overflow: hidden
to the Box component.react-imask
.react-imask
and its dependencies to the project.Changes walkthrough
AccountMenu.tsx
Add Payout Option to Account Menu
app/components/AccountMenu.tsx
($locale)._index.tsx
Enhance FeaturedArtists Skeleton Loaders and Box Styling
app/routes/($locale)._index.tsx
overflow: hidden
style to the Box component.($locale).account.payouts._index.tsx
Implement Account Payouts Page with Loader Function
app/routes/($locale).account.payouts._index.tsx
($locale).account.payouts.settings.tsx
Implement Account Payouts Settings Page
app/routes/($locale).account.payouts.settings.tsx
react-imask
.($locale).account.payouts.tsx
Setup Structure for Account Payouts Section
app/routes/($locale).account.payouts.tsx
($locale).account.tsx
Update Private Route Regex to Include Payouts
app/routes/($locale).account.tsx
package-lock.json
Add `react-imask` Dependency
package-lock.json
react-imask
and its dependencies to the lock file.package.json
Add `react-imask` to Dependencies
package.json
react-imask
to the list of dependencies.