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

Release 1.5 Bugfixes #1099

Open
1 task done
AlexNi245 opened this issue Jul 16, 2024 · 2 comments
Open
1 task done

Release 1.5 Bugfixes #1099

AlexNi245 opened this issue Jul 16, 2024 · 2 comments
Assignees

Comments

@AlexNi245
Copy link
Collaborator

AlexNi245 commented Jul 16, 2024

Contacts are scrollable even though the list is not full

  • The contact list can be scrolled even if only one contact is visible.
    Expected behavior. The list only becomes scrollable if the length of the list items exceeds the list height.

Default contact page size

increase the Page size to 20

@AlexNi245 AlexNi245 assigned AlexNi245 and Bhupesh-mfsi and unassigned AlexNi245 Jul 16, 2024
@Bhupesh-mfsi
Copy link
Collaborator

Bhupesh-mfsi commented Jul 16, 2024

Issues found while testing

  • Unable to signin with old accounts. The loader loads on and in background can't see nay contact and few erros exists in the console.
  • Default contact is not loaded in the contact list sometimes, not sure which is the exact scenario.
  • On adding a contact and sending a message to contact, it works at sender's end, but doesn't adds contact to receiver via websocket even though receiver is signed in. After resign in contact is added in the contact list.

@Bhupesh-mfsi
Copy link
Collaborator

Bhupesh-mfsi commented Jul 17, 2024

Message bug

  • While chatting with a contact, as user is typing a message and at the same time if some message is received from the contact then message is received but the input field (the message we were typing) gets cleared. The reason behind this is updatedAt property changes on every new message and a useEffect gets called which cleares this input field. Need to modify it.
    Expected behaviour : The message should be received smoothly and it should not clear the input filed of message

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

No branches or pull requests

2 participants