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

Implement new memberlist design with MVVM architecture #28874

Merged
merged 26 commits into from
Jan 8, 2025

Conversation

MidhunSureshR
Copy link
Member

@MidhunSureshR MidhunSureshR commented Jan 5, 2025

For https://github.com/element-hq/wat-internal/issues/224

Implements MVVM architecture where the view is a react component that depends on the view-model. The view model is implemented as custom react hooks.

Copy link
Member Author

Choose a reason for hiding this comment

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

This component must be retained since it's used in multiple other places.

Copy link
Member Author

Choose a reason for hiding this comment

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

PresenceLabel component must still be retained since it's used in UserInfo

Copy link
Member Author

Choose a reason for hiding this comment

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

We were using EntityTile to create a sort of overflow tile. Adding this much simpler component will allow us to remove EntityTile for good.

src/i18n/strings/en_EN.json Outdated Show resolved Hide resolved
src/i18n/strings/en_EN.json Outdated Show resolved Hide resolved
@MidhunSureshR MidhunSureshR force-pushed the midhun/memberlist-redesign branch from c6cd3cf to ec78793 Compare January 6, 2025 10:06
@MidhunSureshR MidhunSureshR marked this pull request as ready for review January 6, 2025 10:18
@MidhunSureshR MidhunSureshR requested a review from a team as a code owner January 6, 2025 10:18
Copy link
Member

@dbkr dbkr left a comment

Choose a reason for hiding this comment

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

Thanks!

@MidhunSureshR MidhunSureshR force-pushed the midhun/memberlist-redesign branch from 8e8a5cb to 2bf96cc Compare January 8, 2025 15:48
@MidhunSureshR MidhunSureshR added this pull request to the merge queue Jan 8, 2025
Merged via the queue into develop with commit ebef0d3 Jan 8, 2025
33 checks passed
@MidhunSureshR MidhunSureshR deleted the midhun/memberlist-redesign branch January 8, 2025 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants