-
Notifications
You must be signed in to change notification settings - Fork 79
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
EPIC: Simplified Send Transaction #16696
Comments
I left some comments in subtasks. Moreover I noticed one big thing necessary to do along with the planned simplifications. It's consequence of design changes regarding scrolling: It means that top level layout of |
@micieslak this behaviour only applies when screen size < 720 px. But your suggestion for moving everything above the list to listview header makes sense. We could play with sticky property based on screen height. |
@alaibe @Khushboo-dev-cpp I moved that to 2.33 milestone as we discussed |
I've started testing and I'll post issues or questions to validate whether they are issues. I'll edit this comment as I go
There is a padding or margin issue in the 'Assets' tab of the 'Select token' drop-down
The Network drop-down should be disabled when the user has selected a collectible and has opened the send modal send.option.from.the.collectibles.details.-.network.should.be.disabled.mov
When the send modal is launched from a saved address, the name of the saved address is not displaying in the Send modal saved.address.name.is.not.showing.mov
'To' element tabs 'Recent', 'Saved' and 'My accounts' show the same items. This console error triggers when clicking the tabs:
Screen.Recording.2025-01-29.at.5.50.58.PM.mov
When selecting a specific owned account that is not the default account, the tabs of the 'To' section (Recent, Saved, My accounts) are empty. Screen.Recording.2025-01-29.at.6.02.57.PM.movIssue 6No error indicator shows when user changes from an account with balance to an account with no balance. SD-408:
Instead of the expected result (highlighted items in red) the account shows the 'select token' button Screen.Recording.2025-01-30.at.4.16.45.PM.movThis error shows on the console log
Issue 7Switching between balance in Fiat and balance in assets changes to 0,00 Fiat when switching amounts when the user does not have enough balance.
Screen.Recording.2025-01-30.at.4.27.39.PM.movIssue 8Dark mode - hovering the items of the account selector do not highlight the items. Screen.Recording.2025-01-30.at.4.35.46.PM.mov |
Description
As a first step in stabilising and having a bug free send, the team has decided to go ahead with single network send as a version 1.
This epic covers all the changes that need to be done in send as finalised by the team.
Designs: https://www.figma.com/design/FkFClTCYKf83RJWoifWgoX/Wallet-v2?node-id=25182-169274&t=Ech2sOd4zCGhGFzC-4
User Stories: https://www.notion.so/Making-transactions-Send-Bridge-Simplified-1128f96fb65c80d78d6ed0788776e98f?pvs=4
SubComponents Rework:
Main Tasks:
Miscellaneous TBD:
The text was updated successfully, but these errors were encountered: