Skip to content

Implement typing indicators in chat components (#77) - #92

Merged
mjkatgithub merged 1 commit into
developfrom
feature/typing-indicators
May 21, 2026
Merged

Implement typing indicators in chat components (#77)#92
mjkatgithub merged 1 commit into
developfrom
feature/typing-indicators

Conversation

@mjkatgithub

Copy link
Copy Markdown
Owner
  • Added typing indicators in the active room, displaying m.typing events via the SDK.
  • Implemented debounced outbound sendTyping functionality from the message composer.
  • Introduced a compact label above the message input for typing notifications in both English and German.
  • Enhanced internationalization support in useAppI18n for new typing-related messages.
  • Updated ChatTypingIndicator component to show typing status of multiple users.
  • Added unit and E2E tests to verify the functionality of typing indicators.
  • Updated CHANGELOG to reflect the new typing indicator features.

- Added typing indicators in the active room, displaying `m.typing` events via the SDK.
- Implemented debounced outbound `sendTyping` functionality from the message composer.
- Introduced a compact label above the message input for typing notifications in both English and German.
- Enhanced internationalization support in `useAppI18n` for new typing-related messages.
- Updated `ChatTypingIndicator` component to show typing status of multiple users.
- Added unit and E2E tests to verify the functionality of typing indicators.
- Updated CHANGELOG to reflect the new typing indicator features.
@mjkatgithub mjkatgithub linked an issue May 21, 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 21, 2026
@mjkatgithub
mjkatgithub merged commit 16e8830 into develop May 21, 2026
5 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Decentra May 21, 2026
@mjkatgithub
mjkatgithub deleted the feature/typing-indicators branch May 21, 2026 17:40
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: Typing indicators for conversation partners

1 participant