-
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
Fix key uniqueness in message history and chat list #4578
Conversation
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.
Looks good!
status-im/react-native-desktop-qt#252 should resolve ui glitches with messages history |
@siphiuel, should this be merged? |
Needs to be tested first. |
1. Empty space above text input fieldSteps:
Actual result:Expected result:no space between last message and text input field Note: is not reproducible on other PRs |
2. Last message can be overlapped by text fieldSteps:
Actual result:Expected result:Note: is not reproducible on other PRs |
Important note:full testing is blocked by #4730 |
correct typo in Figwheel output file name
370cf13
to
d7088eb
Compare
Decreased the bottom padding to chat list to match design (https://zpl.io/bWY4LKx). Branch has been merged with desktop, so updated chat window does not seem to exhibit the problem #2.
|
…/status-react into fix/4226-mixed-message-history
1 is fixed. But I've experienced one more problem: 3. Message history is overlapping when you have several chats with history>1 day (when switching between chats)Steps:
Actual result:"Today" disappears Expected result:no overlapping
NOTE: if you switch to chat with "Today" messages only, and then to chat with several days history - you cannot see an issue until you switch to another chat with several days history. |
After conversation with @Maxris it seems that #2 and #3 are related to status-im/react-native-desktop-qt#253. |
Issue with chat history is moved to #4995 |
Fix #4225, #4226
Also correct typo in Figwheel output-to file name for desktop build.