Skip to content
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

fix(@desktop/edit) : clicking up arrow opens edit view for a message … #12680

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

kounkou
Copy link
Contributor

@kounkou kounkou commented Nov 10, 2023

What does the PR do

This PR fixes #12019

This feature enables the user to edit the last message when clicking the Key_Up from the chat input. Based on the code base, this feature is triggered when the StatusChatInput receives events.
What we are trying to achieve is bring consistency between this Edit on Key_Up press in StatusChatInput and the Key_Right click from a mouse in order to trigger the Edit or the contextual menu that contains the Edit message.

Affected areas

Chat screen when clicking Up Key on keyboard

Screenshot of functionality (including design for comparison)

output

@status-im-auto
Copy link
Member

status-im-auto commented Nov 10, 2023

Jenkins Builds

Click to see older builds (12)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 6b144c3 #1 2023-11-10 04:18:01 ~5 min tests/nim 📄log
✔️ 6b144c3 #1 2023-11-10 04:19:52 ~7 min macos/aarch64 🍎dmg
✔️ 6b144c3 #1 2023-11-10 04:23:27 ~10 min tests/ui 📄log
✔️ 6b144c3 #1 2023-11-10 04:25:28 ~12 min macos/x86_64 🍎dmg
✔️ 6b144c3 #1 2023-11-10 04:27:56 ~15 min linux/x86_64 📦tgz
✔️ 6b144c3 #1 2023-11-10 04:43:35 ~31 min tests/e2e 📄log
✔️ 6b144c3 #1 2023-11-10 04:49:38 ~36 min windows/x86_64 💿exe
✔️ 76f7ebd #2 2023-11-10 06:47:25 ~5 min tests/nim 📄log
✔️ 76f7ebd #2 2023-11-10 06:49:15 ~7 min macos/aarch64 🍎dmg
✔️ 76f7ebd #2 2023-11-10 06:49:35 ~7 min macos/x86_64 🍎dmg
✔️ 76f7ebd #2 2023-11-10 06:52:13 ~10 min tests/ui 📄log
✔️ 76f7ebd #2 2023-11-10 06:56:32 ~14 min linux/x86_64 📦tgz
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 730ab07 #3 2023-11-10 07:11:51 ~5 min tests/nim 📄log
✔️ 730ab07 #3 2023-11-10 07:12:05 ~5 min macos/aarch64 🍎dmg
✔️ 730ab07 #3 2023-11-10 07:13:40 ~7 min macos/x86_64 🍎dmg
✔️ 730ab07 #3 2023-11-10 07:17:28 ~11 min tests/ui 📄log
✔️ 730ab07 #3 2023-11-10 07:18:55 ~12 min linux/x86_64 📦tgz
✔️ 91d5e76 #4 2023-11-10 07:33:29 ~5 min macos/aarch64 🍎dmg
✔️ 91d5e76 #4 2023-11-10 07:33:37 ~5 min tests/nim 📄log
✔️ 91d5e76 #4 2023-11-10 07:35:22 ~7 min macos/x86_64 🍎dmg
✔️ 91d5e76 #4 2023-11-10 07:38:28 ~10 min tests/ui 📄log
✔️ 91d5e76 #4 2023-11-10 07:40:52 ~12 min linux/x86_64 📦tgz
✔️ 91d5e76 #4 2023-11-10 07:56:13 ~28 min windows/x86_64 💿exe
✔️ 91d5e76 #4 2023-11-10 07:58:51 ~30 min tests/e2e 📄log

@kounkou kounkou requested review from igor-sirotin and jrainville and removed request for jrainville and igor-sirotin November 10, 2023 04:18
@kounkou kounkou force-pushed the reply-to-message-with-image branch 2 times, most recently from 76f7ebd to 730ab07 Compare November 10, 2023 07:05
@kounkou kounkou marked this pull request as ready for review November 10, 2023 07:31
@kounkou kounkou self-assigned this Nov 10, 2023
Copy link
Contributor

@igor-sirotin igor-sirotin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! 👍

@kounkou kounkou merged commit b0e2651 into master Nov 10, 2023
9 checks passed
@kounkou kounkou deleted the reply-to-message-with-image branch November 10, 2023 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clickling UP arrow opens edit view for a message with image
4 participants