-
Notifications
You must be signed in to change notification settings - Fork 991
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
feat: transaction confirmation page ui #17812
Conversation
Jenkins BuildsClick to see older builds (48)
|
src/status_im2/contexts/wallet/send/transaction_confirmation/view.cljs
Outdated
Show resolved
Hide resolved
efd5cb3
to
5c8a1b2
Compare
ccbf998
to
a10a1ac
Compare
0a461e0
to
197204e
Compare
5d05271
to
914285a
Compare
197204e
to
b322a24
Compare
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.
Hey @briansztamfater
Just left some comments :)
{:style {:flex-direction :row | ||
:margin-top 4}} | ||
[quo/text | ||
{:size :heading-1 | ||
:weight :semi-bold | ||
:style style/title-container | ||
:accessibility-label :send-label} | ||
(i18n/label :t/from)] | ||
[quo/summary-tag | ||
{:label "Collectibles vault" | ||
:type :account | ||
:emoji "🍑" | ||
:customization-color :purple}]] | ||
[rn/view | ||
{:style {:flex-direction :row | ||
:margin-top 4}} |
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.
These and other style maps can be moved to the style ns
src/status_im2/contexts/wallet/send/transaction_confirmation/view.cljs
Outdated
Show resolved
Hide resolved
src/status_im2/contexts/wallet/send/transaction_confirmation/view.cljs
Outdated
Show resolved
Hide resolved
src/status_im2/contexts/wallet/send/transaction_confirmation/view.cljs
Outdated
Show resolved
Hide resolved
1e92732
to
38789fb
Compare
63519c7
to
d4aee2b
Compare
8f0e4eb
to
21f3f1c
Compare
21f3f1c
to
af4ad5f
Compare
a0f2c7f
to
37fc282
Compare
85% of end-end tests have passed
Failed tests (3)Click to expandClass TestCommunityMultipleDeviceMerged:
Class TestCommunityOneDeviceMerged:
Expected to fail tests (4)Click to expandClass TestGroupChatMultipleDeviceMergedNewUI:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestCommunityOneDeviceMerged:
Passed tests (41)Click to expandClass TestGroupChatMultipleDeviceMergedNewUI:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestActivityMultipleDevicePR:
Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Class TestDeepLinksOneDevice:
Class TestActivityMultipleDevicePRTwo:
Class TestCommunityMultipleDeviceMerged:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestCommunityOneDeviceMerged:
Class TestCommunityMultipleDeviceMergedTwo:
|
37fc282
to
90166e8
Compare
@briansztamfater I believe this should go through design review, as there is no flow to actually test - only one screen |
[transaction-from status-account-props theme] | ||
[transaction-to user-props theme] | ||
[transaction-details theme] | ||
[rn/view {:style style/slide-button-container} |
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.
a nit here, we should instead use container-style
prop on the actual component because it is much easier to read imo.
also here we should be using slide-button
from status-im2.common.standard-authentication.core instead as this will handle the auth flows 👍 -
It's a follow up anyway and the UI will be the same 👍
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.
Yes, I replaced it on the PR with with backend integration. Will merge this first and replace it shortly with the integration part ✨
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.
178ec4d
to
56a78c1
Compare
Signed-off-by: Brian Sztamfater <[email protected]>
56a78c1
to
fd0a23e
Compare
Signed-off-by: Brian Sztamfater <[email protected]>
fixes #16932
Summary
This PR implements transaction confirmation page UI with mocked data, backend integration to send transaction is pending as well as show transaction real data (estimated fees / duration / from data / to data).
Platforms
Areas that maybe impacted
Functional
Steps to test
status: ready