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

[#21436] List of users overlap composer input #21641

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

ulisesmac
Copy link
Contributor

fixes #21436

Summary

This PR fixes the styles so that the input is no longer covered.

While solving this, I noticed we were updating the mention's state asynchronously, and it looked as follows:

bug.mp4

Screenshots (to check how the mentions are aligned):

-> -> -> ->

Not it's been fixed and looks as follows:

solved.mp4

Review notes

Testing notes

Platforms

  • Android
  • iOS

Steps to test

  • Open Status
  • Create a group chat with multiple participants
  • Clean the chat history
  • Try to tag someone (now it works without overlapping the content)

status: ready

Comment on lines +233 to +229
:style {:height "100%"
:background-color (colors/theme-colors colors/white
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the layout fix for the reported issue

@status-im-auto
Copy link
Member

status-im-auto commented Nov 19, 2024

Jenkins Builds

Click to see older builds (9)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ a439f34 #2 2024-11-19 22:04:44 ~4 min tests 📄log
✔️ f916a62 #3 2024-11-19 22:09:32 ~4 min tests 📄log
✔️ f916a62 #3 2024-11-19 22:13:33 ~8 min android-e2e 🤖apk 📲
✔️ f916a62 #3 2024-11-19 22:13:45 ~8 min ios 📱ipa 📲
✔️ f916a62 #3 2024-11-19 22:13:56 ~9 min android 🤖apk 📲
✔️ dc532cd #4 2024-11-20 18:51:50 ~4 min tests 📄log
✔️ dc532cd #4 2024-11-20 18:55:45 ~8 min android-e2e 🤖apk 📲
✔️ dc532cd #4 2024-11-20 18:56:14 ~9 min android 🤖apk 📲
✔️ dc532cd #4 2024-11-20 18:58:31 ~11 min ios 📱ipa 📲
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 3738174 #6 2024-11-22 22:54:41 ~4 min tests 📄log
✔️ 3738174 #6 2024-11-22 22:57:55 ~7 min android-e2e 🤖apk 📲
✔️ 3738174 #6 2024-11-22 22:58:32 ~8 min android 🤖apk 📲
✔️ 3738174 #6 2024-11-22 22:59:18 ~8 min ios 📱ipa 📲
✔️ 42b0cfe #7 2024-11-22 23:06:51 ~4 min tests 📄log
✔️ 42b0cfe #7 2024-11-22 23:10:49 ~8 min ios 📱ipa 📲
✔️ 42b0cfe #7 2024-11-22 23:11:01 ~8 min android-e2e 🤖apk 📲
✔️ 42b0cfe #7 2024-11-22 23:11:29 ~9 min android 🤖apk 📲

Copy link
Contributor

@ilmotta ilmotta left a comment

Choose a reason for hiding this comment

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

Thanks for this important fix!

@ulisesmac ulisesmac force-pushed the 21436-list-of-users-overlap-input branch from dc532cd to 87cafab Compare November 22, 2024 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: CONTRIBUTOR
Development

Successfully merging this pull request may close these issues.

Dropdown list of users overlaps the message input field when mentioning a user in empty chat in community
4 participants