-
Notifications
You must be signed in to change notification settings - Fork 984
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
[#10988] Add entry point to start new chat from search results #10997
Conversation
Jenkins BuildsClick to see older builds (3)
|
ISSUE 1: Error when tap on public chat name under "Do you mean"Steps:
Expected result: redirect to public chat ISSUE 2: No chats are suggested if I type existing ENS with domainI.e. when typing 'tanyatest1.eth' or 'qbnewzz.stateofus.eth' I would expect that 1-1 chat is suggested ISSUE 3: Search input is not cleared after redirecting to chatSteps:
Expected result: redirect to home view, search input is cleared ISSUE 4: 1-1 chat is not suggested in case of pasting ENS to search inputSteps:
Expected result: 1-1 chat will be suggested |
Fixed
Most probably the connection was slow? We do not show spinner for loading but use the same logic as start a new chat. I've tried these ens and it worked.
This is the same behavior as searching other chats
Fixed |
ISSUE 5: Search input and chat list disappear after deleting public chat if navigating from suggestionsSteps:
Expected result: redirect to home screen, chat list and search input are shown Video: https://drive.google.com/file/d/1-sJDkNWG5bQnBmX6bBdNavR87_cQBdNP/view?usp=sharing |
@qoqobolo Because this is also present in current release and it is not a regression of this PR, I would prefer to have it as a separate issue to be solved independently of this task |
@Ferossgp Yes, you are right about both issues (3 and 5)! Thanks for a great job and sorry for the distraction. |
Tested latest build which are https://status-im-prs.ams3.digitaloceanspaces.com/StatusIm-200728-101749-cb4b02-pr-universal.apk and https://i.diawi.com/ox3cbt on Android 8, Android 10 and iOS 13. Scenarios verified:
|
Fixes #10988 Allow public key and filter public chats Make toolbar width 100 Clear new identity from search QA issues fix Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
cb4b02b
to
8652f89
Compare
Fixes #10988