Enhance member presence management and update CHANGELOG - #145
Merged
Conversation
- Introduced a new `useMemberPresenceVersion` composable to track and refresh member presence states in chat. - Updated `useSpaceMembers` to utilize the new presence management logic, improving the accuracy of member status displays. - Refactored presence handling in various components to ensure consistent updates and user experience. - Implemented utility functions for managing matrix presence preferences, including storage and retrieval from local storage. - Enhanced E2E tests to cover new presence scenarios and ensure robust functionality. - Updated CHANGELOG to document these enhancements and their impact on member presence management.
4 tasks
- Introduced a new script `run-cucumber-debug-scenario.mjs` for running individual Cucumber scenarios in isolation, improving local debugging processes. - Updated `package.json` to include new npm scripts for debugging E2E tests, allowing for easier execution of isolated scenarios. - Enhanced `README.md` with detailed instructions on using the new debugging features, including examples and prerequisites. - Added a section in `architecture.md` to document the new E2E debug functionality. - Created unit tests for the debugging script to ensure reliability and correctness of argument parsing and command execution. - Updated CHANGELOG to reflect these enhancements in E2E testing and debugging capabilities.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
useMemberPresenceVersioncomposable to track and refresh member presence states in chat.useSpaceMembersto utilize the new presence management logic, improving the accuracy of member status displays.