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

Add dApp name to tx status dialog, update UI #1084

Merged
merged 5 commits into from
Jul 31, 2024

Conversation

jakub-rdx
Copy link
Contributor

Description

  • add dApp name to transaction status updates.
  • update font and colors for transaction id row
  • split dialog contents into separate composables

How to test

1.Do successfull/failed tx to verify they are in line with zeplin.
2. Verify that tx proposed by dApp display dapp name on success screen

Copy link
Contributor

@sergiupuhalschi-rdx sergiupuhalschi-rdx left a comment

Choose a reason for hiding this comment

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

Looks good!

}

val txId = remember(transactionId) {
runCatching { IntentHash.init(transactionId) }.getOrNull()
Copy link
Contributor

Choose a reason for hiding this comment

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

This could be called in the viewModel so that the UI receives the ready-to-use data.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@jakub-rdx jakub-rdx merged commit 01c9131 into main Jul 31, 2024
7 checks passed
@jakub-rdx jakub-rdx deleted the fix/ABW-3640-dapp-name-status-dialog branch July 31, 2024 08:34
Copy link

sonarcloud bot commented Jul 31, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 40%)

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants