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(conversation): #WB-3431 update unread count depending on messages selected status #623

Merged
merged 3 commits into from
Mar 12, 2025

Conversation

Romu-C
Copy link
Contributor

@Romu-C Romu-C commented Mar 11, 2025

Description

Please include a summary of the changes and the related issue.

Fixes

(Enter here Jira or Redmine ticket(s) links)

Type of change

Please check options that are relevant.

  • Chore (PATCH)
  • Doc (PATCH)
  • Bug fix (PATCH)
  • New feature (MINOR)

Which packages changed?

Please check the name of the package you changed

  • admin
  • app-registry
  • archive
  • auth
  • cas
  • common
  • communication
  • conversation
  • directory
  • feeder
  • infra
  • portal
  • session
  • test
  • tests
  • timeline
  • workspace

Tests

  1. Describe here the tests you performed
  2. Step by step
  3. With expected results

Reminder

  • Security flaws

  • Performance impacts (think bulk !)

  • Unit tests were replayed

  • Unit tests were added and/or changed

  • I have updated the reminder for the version including my modifications

  • All done ! 😃

@Romu-C Romu-C force-pushed the fix-WB-3431_update-unread-count branch from 50aebec to 409f5b3 Compare March 11, 2025 09:30
@Romu-C Romu-C force-pushed the fix-WB-3431_update-unread-count branch from 409f5b3 to a04da82 Compare March 11, 2025 10:31
@Romu-C Romu-C force-pushed the fix-WB-3431_update-unread-count branch from 9191250 to 79f6deb Compare March 11, 2025 15:44
@@ -105,9 +114,9 @@ const useToggleUnread = (unread: boolean) => {
}),
(data: InfiniteData<MessageMetadata>) => {
data.pages.forEach((page: any) => {

Choose a reason for hiding this comment

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

il y a un any (je sais que tu y as pas touché)

@Romu-C Romu-C force-pushed the fix-WB-3431_update-unread-count branch from c03d238 to acd5942 Compare March 11, 2025 16:41
@damienromito damienromito self-requested a review March 11, 2025 16:51
@Romu-C Romu-C merged commit b3fb44b into develop-b2school Mar 12, 2025
Romu-C added a commit that referenced this pull request Mar 12, 2025
… selected status (#623)

* fix: #WB-3431 update unread count depending on messages selected status

* fine tuning read 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

Successfully merging this pull request may close these issues.

3 participants