-
Notifications
You must be signed in to change notification settings - Fork 987
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
Quo left over components in ens screen #10929
Conversation
Jenkins BuildsClick to see older builds (3)
|
96% of end-end tests have passed
Failed tests (4)Click to expand
Passed tests (92)Click to expand |
100% of end-end tests have passed
Passed tests (4)Click to expand
|
Updated tests accordingly. Thanks a lot @Ferossgp for this! |
@@ -103,13 +103,13 @@ | |||
else-node)))) | |||
|
|||
(defn block [opts] | |||
(.block ^js animated (clj->js opts))) | |||
(.block ^js animated (to-array opts))) |
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.
could you elaborate please?
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.
the block will always receive an array of animated nodes, all nodes are already JS object. So this is just a micro-optimization because to-array iterate faster then clj->js.
Remove extra fn's Long press animation cancel Make select primary ens accessible Add accessibility to controls components Update e2e tests Signed-off-by: Gheorghe Pinzaru <[email protected]>
e712f86
to
79cf87b
Compare
Ens name list items update to new quo component