-
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
Add reactions picker UI #10912
Add reactions picker UI #10912
Conversation
Jenkins BuildsClick to see older builds (105)
|
6a69120
to
056d4e8
Compare
0619080
to
beb390e
Compare
210cc8f
to
aa357e2
Compare
Love these @Ferossgp @errorists! Tested on: Fairphone 2 Findings
|
whoa, everything on image 1 went wrong :D the menu should be aligned with the bottom left corner of the bubble, and the text is positioned in an incorrect location. We can leave the usernames and avatars where they are and don't include them in the long press menus, sure. |
aa357e2
to
16d1408
Compare
yeah, image 1 should be fixed. But the image 2 uses the same behaviour as Apple Messages, I can try to not move the list from the background |
re: image 2, not exactly, with Messages they dismiss the keyboard/toolbar for the time when the message is active and leave the scroll position intact. Here the scroll position of the chat is moved downward with the keyboard and the message moves out of existing context. It would be preferable if we either don't move the chat scroll position (Apple) or animate the Y position of the message so that it's as close to its intended position in the scrolled chat as possible. |
1895564
to
c3e1700
Compare
3001659
to
277b970
Compare
3580705
to
750a8dc
Compare
750a8dc
to
56928e8
Compare
@churik Fixed 10 and 11 |
@hesterbruikman
So in this case to reset counter User A should delete thumbnail reaction and re-add it again. |
Sounds like there is no handling of offline state for reactions. Indeed, I'd say acceptable for now. Two directions, I'm not sure which is best at this point:
|
test fixes in #11018, waiting for results |
all failed e2e are fixed, results are in #11018 (comment) |
One more issue (thanks @qoqobolo for discovering): if some message had reactions from Steps:
Expected result: message reactions are synchronized after unblocking @Ferossgp I think last issue to fix Issue 12 'No messages' on preview if joining public channel with last message with reactionSteps:
|
@churik the last issue seems to be in status-go, I will fix it and merge the PR. |
11b12ae
to
4a408b7
Compare
4a408b7
to
5a15e9a
Compare
95% of end-end tests have passed
Failed tests (5)Click to expand
Passed tests (92)Click to expand |
5a15e9a
to
e111038
Compare
I don't see other issues except mentioned above, which are not blockers. Apart from #10912 (comment) tested:
Waiting for e2e test results from ( e2e are triggered from #11018 branch) |
94% of end-end tests have passed
Failed tests (11)Click to expand
Passed tests (160)Click to expand
|
failed tests are relaunched in #11018 (comment) with https://status-im-prs.ams3.digitaloceanspaces.com/StatusIm-200731-065744-e11103-pr-x86.apk - no issues related to PR. Ready to merge. Also rechecked manually different scenarios of logout to check status-go error - not reproducible. |
6081a80
to
1c308c2
Compare
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
No description provided.