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: Change active conversation on click on filtered conversation #18110

Merged

Conversation

przemvs
Copy link
Contributor

@przemvs przemvs commented Sep 30, 2024

Description

Checklist

  • mentions the JIRA issue in the PR name (Ex. WPB-423)
  • PR has been self reviewed by the author;
  • Hard-to-understand areas of the code have been commented;
  • If it is a core feature, unit tests have been added;

function initBorderedScroll(element: HTMLElement | null) {
if (!element) {
return;
// @ts-ignore
Copy link
Member

Choose a reason for hiding this comment

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

this is usually a yellow flag. why is the type not detected correctly?

Copy link
Contributor

Choose a reason for hiding this comment

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

overlooked? It needs to be addressed for the tests in any case

Copy link

sonarcloud bot commented Oct 1, 2024

@codecov-commenter
Copy link

codecov-commenter commented Oct 1, 2024

Codecov Report

Attention: Patch coverage is 21.73913% with 18 lines in your changes missing coverage. Please review.

Project coverage is 46.40%. Comparing base (3ed6d18) to head (29f8596).
Report is 12 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev   #18110   +/-   ##
=======================================
  Coverage   46.39%   46.40%           
=======================================
  Files         794      794           
  Lines       25594    25605   +11     
  Branches     5852     5853    +1     
=======================================
+ Hits        11875    11881    +6     
- Misses      12233    12238    +5     
  Partials     1486     1486           

Copy link
Contributor

@e-maad e-maad left a comment

Choose a reason for hiding this comment

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

LGTM 🎖️
I believe you have tested all the scenarios.

@przemvs przemvs merged commit a3ea97f into dev Oct 2, 2024
12 checks passed
@przemvs przemvs deleted the fix/WPB-11097-fix-for-conversation-scrolling-while-filtering branch October 2, 2024 11:25
@paulwire paulwire added the echoes: bugs Technical or functional defects in the product label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
echoes: bugs Technical or functional defects in the product 👕 size: S type: bug / fix 🐞
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants