-
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
remove unused code relate to old text-input component #15765
Conversation
a381cf6
to
0d7685f
Compare
Jenkins Builds
|
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.
Nice!
79% of end-end tests have passed
Not executed tests (1)Failed tests (6)Click to expandClass TestActivityCenterContactRequestMultipleDevicePR:
Class TestActivityMultipleDevicePR:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestCommunityMultipleDeviceMerged:
Passed tests (23)Click to expandClass TestActivityMultipleDevicePR:
Class TestCommunityOneDeviceMerged:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestCommunityMultipleDeviceMerged:
|
@qfrank thanx for the PR. Please take a look at the following issue ISSUE 1 Mention text overlays message text when mention is added during message editing (Android)Reproducible only for Android Steps:
Actual result: mention overlays message text. It is fixed after chat reopening. telegram-cloud-document-2-5357046119127853093.mp4 |
93% of end-end tests have passed
Not executed tests (1)Failed tests (2)Click to expandClass TestActivityCenterContactRequestMultipleDevicePR:
Class TestCommunityMultipleDeviceMerged:
Passed tests (27)Click to expandClass TestCommunityOneDeviceMerged:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestCommunityMultipleDeviceMerged:
Class TestActivityMultipleDevicePR:
Class TestGroupChatMultipleDeviceMergedNewUI:
|
Hi @pavloburykh , can you check if this issue also exist on latest |
My bad @qfrank. It exists in develop. Very weird, as it has been recently fixed. Will log this issue separately then. |
@qfrank PR is ready to be merged. Thank you! |
0d7685f
to
f4a546d
Compare
when i was trying to move mention implementation to
status-go
, i found we have 2 components for input:the latter one is a new implementation,
src/status_im/ui/screens/chat/components/input.cljs
can be safely removed now.Testing notes
small refactor relate to mention has been included in this PR. edit message should works as before.
Platforms
status: ready