Skip to content

Implement unread message indicators and read-receipt functionality in… - #78

Merged
mjkatgithub merged 1 commit into
developfrom
feature/unread-channel-indicators
May 16, 2026
Merged

Implement unread message indicators and read-receipt functionality in…#78
mjkatgithub merged 1 commit into
developfrom
feature/unread-channel-indicators

Conversation

@mjkatgithub

Copy link
Copy Markdown
Owner

… chat

  • Added unread message indicators in the channel list, utilizing Matrix SDK notification counts.
  • Implemented read-receipt marking when viewing a room, enhancing user experience with live updates on incoming events.
  • Updated RoomCategoryList to support unread state and aria labels for accessibility.
  • Introduced new utility functions for managing unread states and marking rooms as read.
  • Enhanced internationalization support for unread message notifications in useAppI18n.
  • Developed unit and E2E tests to ensure proper functionality of unread indicators and read-receipt features.

… chat

- Added unread message indicators in the channel list, utilizing Matrix SDK notification counts.
- Implemented read-receipt marking when viewing a room, enhancing user experience with live updates on incoming events.
- Updated `RoomCategoryList` to support unread state and aria labels for accessibility.
- Introduced new utility functions for managing unread states and marking rooms as read.
- Enhanced internationalization support for unread message notifications in `useAppI18n`.
- Developed unit and E2E tests to ensure proper functionality of unread indicators and read-receipt features.
@mjkatgithub mjkatgithub linked an issue May 16, 2026 that may be closed by this pull request
12 tasks
@github-project-automation github-project-automation Bot moved this to Backlog in Decentra May 16, 2026
@mjkatgithub
mjkatgithub merged commit 3522203 into develop May 16, 2026
5 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Decentra May 16, 2026
@mjkatgithub
mjkatgithub deleted the feature/unread-channel-indicators branch May 17, 2026 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Feature: Unread message indicators for channels

1 participant