Skip to content
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

chore: wallet-ui send workflow allow return back #468

Merged
merged 8 commits into from
Feb 12, 2025

Conversation

khanti42
Copy link
Collaborator

Based on QA review, this PR introduces functionality that allows users to navigate back from the “Send Summary Modal View” to the “Send View” while retaining the address and value of the transaction. This ensures users can easily update the transaction parameters if needed without starting over.

@khanti42 khanti42 requested a review from a team as a code owner December 18, 2024 14:02
@khanti42 khanti42 requested review from Julink-eth and wantedsystem and removed request for a team December 18, 2024 14:02
Copy link

Quality Gate Passed Quality Gate passed for 'consensys_starknet-snap-starknet-snap'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

Copy link

Quality Gate Passed Quality Gate passed for 'consensys_starknet-snap-wallet-ui'

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

Copy link
Collaborator

@stanleyyconsensys stanleyyconsensys left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In terms of allow return back, which seem okay to me, so i give pass on this PR

but during the testing i found 2 bugs (which also happened in previous UI)
the send modal doesnt do validation and accept "." or "0", and it will have JS error screen if user type "." only

i suggest we can have to a validation on send modal (right now the validation is too simple)

And amount input seem fine, as it responsibly is just blocking non number char and convert USD to ETH

@khanti42
Copy link
Collaborator Author

Added a task in backlog regarding the validation (sf-804)

@khanti42 khanti42 enabled auto-merge February 12, 2025 22:08
Copy link

Quality Gate Passed Quality Gate passed for 'consensys_starknet-snap-starknet-snap'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

Copy link

Quality Gate Passed Quality Gate passed for 'consensys_starknet-snap-wallet-ui'

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

@khanti42 khanti42 added this pull request to the merge queue Feb 12, 2025
Merged via the queue into main with commit 710cca7 Feb 12, 2025
14 checks passed
@khanti42 khanti42 deleted the fix/wallet-ui-send-workflow-allow-back branch February 12, 2025 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants