-
Notifications
You must be signed in to change notification settings - Fork 893
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
Siwe 2.0 Sign panel and details dialog #20168
Conversation
jsonObject.put("scheme", origin.scheme); | ||
jsonObject.put("host", origin.host); | ||
jsonObject.put("port", origin.port); |
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.
Info: LMK if we should also localise these URL titles (scheme, host, port).
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.
I think we are fine with how it is now, but I will let string reviewers to comment on it.
.../java/org/chromium/chrome/browser/crypto_wallet/adapters/TwoLineItemRecyclerViewAdapter.java
Outdated
Show resolved
Hide resolved
I would do more space between text on sign in message. |
Will add some padding between the items. Padding updated: 585cb2d |
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.
lgtm
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.
++
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.
few comments for the code, still need to do some dynamic testing with this
android/java/org/chromium/chrome/browser/crypto_wallet/util/AddressUtils.java
Show resolved
Hide resolved
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.
strings
++
Screen.Recording.2023-09-20.at.11.12.36.AM.movThe "see details" tab is currently not displaying all of the necessary details nor is it scrollable. Can we fix this and then no other security concerns. |
Seems like we missed the SIWE2.webmBTW, the list is scroll-able but there are no more details to scroll. Dialog is able to show all the details in the current window so scroll is not required. (though you can observe the upwards movement in the details list but there are no more items to show hence no scrolling,) |
Sounds good, I'll build the latest overnight on CI and check it in the morning |
Did you get a chance to test this? |
Sorry about the delay, started the build and never got back to testing until just now. I'm not seeing this fixed though. Also, it would be ideal to make sure the Screen.Recording.2023-09-25.at.7.06.31.PM.mp4 |
Thanks for the quick response and details. Per comment and DM discussion, I have added the resources and host in the details dialog b9231db . PTAL. SIWE.webm |
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.
We're going to push origin changes for now and address in brave/brave-browser#33227 instead. Rest LGTM
Resolves brave/brave-browser#32863
Submitter Checklist:
QA/Yes
orQA/No
;release-notes/include
orrelease-notes/exclude
;OS/...
) to the associated issuenpm run test -- brave_browser_tests
,npm run test -- brave_unit_tests
wikinpm run lint
,npm run presubmit
wiki,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan:
SIWE.webm