-
Notifications
You must be signed in to change notification settings - Fork 35
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
Show Landline transfers in history #1300
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
0095ad3
to
ff9f71d
Compare
e548838
to
c21d9cd
Compare
2faea79
to
c15f994
Compare
3c95ded
to
e59476c
Compare
} | ||
|
||
export interface LandlineTransfer { | ||
daimoAddress: Address; |
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.
maybe worth having LandlineTransfer
contain a landlineAccount
vs copying in all the fields? either way works for me
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.
i'm going to reduce the number of fields. in particular, i'll remove bankLogo
since it's sending the bytes of a png for each transfer
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.
Looks excellent to me!
"This transaction transferred funds from your connected bank account to your Daimo account.", | ||
secondPara: () => | ||
"Bank transfers normally cost a few dollars. Daimo sponsored this transfer, making it free.", | ||
}, |
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.
🔥
here are some more details about the lifecycle of landline-related clogs in the mobile app. Added this as a comment in the matching code as well Landline deposit lifecycle:
Landline withdrawal lifecycle:
|
3178ed8
to
700ca88
Compare
Screenshots
For mobile apps that are up to date
Transfers in "processing" state
Transfers in "failed" and "completed" state
Help modals
For mobile apps that are not up to date