Skip to content

Implement leave room functionality in chat components#125

Merged
mjkatgithub merged 2 commits into
developfrom
feature/leave-room
Jun 13, 2026
Merged

Implement leave room functionality in chat components#125
mjkatgithub merged 2 commits into
developfrom
feature/leave-room

Conversation

@mjkatgithub

Copy link
Copy Markdown
Owner
  • Added a confirmation dialog for leaving Matrix rooms, including a new LeaveRoomConfirmPanel component.
  • Updated RoomCategoryList to include leave room options in the action menu.
  • Enhanced useMatrixClient to support leaving rooms and cleaning up direct message references.
  • Introduced internationalization support for leave room messages in English and German.
  • Updated CHANGELOG to reflect the new leave room feature and related changes.

- Added a confirmation dialog for leaving Matrix rooms, including a new `LeaveRoomConfirmPanel` component.
- Updated `RoomCategoryList` to include leave room options in the action menu.
- Enhanced `useMatrixClient` to support leaving rooms and cleaning up direct message references.
- Introduced internationalization support for leave room messages in English and German.
- Updated `CHANGELOG` to reflect the new leave room feature and related changes.
@mjkatgithub mjkatgithub linked an issue Jun 13, 2026 that may be closed by this pull request
15 tasks
@github-project-automation github-project-automation Bot moved this to Backlog in Decentra Jun 13, 2026
- Added Cucumber E2E tests for leaving side seeded group rooms, space channels, and direct message rooms, ensuring proper functionality and user experience.
- Enhanced the runtime seeding script to create and manage direct message rooms, improving the testing environment setup.
- Updated CHANGELOG to reflect the addition of new E2E tests and improvements in the seeding process.
@mjkatgithub mjkatgithub merged commit a375cf5 into develop Jun 13, 2026
5 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Decentra Jun 13, 2026
@mjkatgithub mjkatgithub deleted the feature/leave-room branch June 13, 2026 11:39
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: Leave Matrix rooms from chat UI

1 participant