-
Notifications
You must be signed in to change notification settings - Fork 84
Improve transfers #12464
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
Draft
manuthecoder
wants to merge
74
commits into
main
Choose a base branch
from
improve-transfers
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Improve transfers #12464
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…and improving section IDs for better accessibility
…better user experience
… improved user experience
…on for improved user experience
…improved responsiveness
…ty; add transfer button partial for better navigation
…ontroller for improved readability
…d organization; update callout titles and enhance layout consistency
… margin and enhance address input section
…ling and alignment for better usability
… improved styling
manuthecoder
pushed a commit
that referenced
this pull request
Jan 14, 2026
This review analyzes the "Improve transfers" PR for edge cases and functionality preservation. Key findings: - ✅ Core functionality preserved across all transfer forms -⚠️ Memory leak identified in scroll_seek_controller.js -⚠️ Incomplete preview button feature on checks form -⚠️ Several edge cases requiring testing The review includes: - Detailed analysis of all 26 changed files - 8 identified issues (2 high, 3 medium, 3 low priority) - Comprehensive testing checklist - Specific recommendations for fixes Overall assessment: Well-executed refactoring with some issues to address before merging.
… styles for improved layout
Co-authored-by: Manu Gurudath <[email protected]> Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: manuthecoder <[email protected]>
…d adjust footer spacing
Comment on lines
15
to
16
| </div> | ||
| </div> No newline at end of file |
Contributor
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.
Suggested change
| </div> | |
| </div> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR overhauls the transfer flow with better navigation, cleaner layouts, and improved accessibility.
What's new:
Added scroll-based section navigation to the transfer form using a new
scroll_seek_controller.js. The form now has a table of contents sidebar that highlights which section you're in as you scroll through "Recipient details," "Payment details," and "Admin" sections. The warning callout moved to the sidebar where it's more visible.Consistency improvements:
All transfer types (ACH, disbursements, checks, wires, Wise) now use the same
"transfer"layout for their creation flows. Added aparent_layouthelper to make nested layouts cleaner and more reusable.Form refinements:
Reorganized the ACH form into logical sections with better field grouping and clearer help text. Updated input styling throughout. Made character count messages on check fields more concise.
Style updates:
Renamed
.invoice-tabto.step-tab(makes more sense for multi-step flows) and added proper hover/active states. Fixed the KBar scrollbar selector to improve input fieldsTL;DR transferring money is now easier to navigate and harder to mess up!