Add transaction modal flow #633
Reference in New Issue
Block a user
Delete Branch "jose/transaction-modal"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR adds a manual transaction form inside a modal as described in https://github.com/maybe-finance/maybe/issues/629
Preview
Demos
Toggling through the tab radio buttons (10s):
Full demo (20s):
https://github.com/maybe-finance/maybe/assets/31393016/5e529deb-62e3-47be-91e7-ba4c1d5b9173
Requirements
Expense,Income,Transfercursor-not-allowedclass should be applied to the "Transfer" button and implementation should be skippedIf error, app shows error notification(see * below)* I think we'll need further considerations for this. All form fields are required, which means errors indicate foul play. We should raise in those cases, not return a friendly error.
/claim #629
Nice work on this!