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

Separate out the chat item view. #3160

Merged
merged 1 commit into from
Nov 1, 2024
Merged

Separate out the chat item view. #3160

merged 1 commit into from
Nov 1, 2024

Conversation

manyoso
Copy link
Collaborator

@manyoso manyoso commented Nov 1, 2024

This is intended as a non-functional change. All it does is try and separate the ChatView qml which is growing unreasonably long into ChatView and ChatViewItem. NOTE: the ChatViewItem refers to properties in the ChatView even though it isn't inline with the parent. This relies on the fact that ChatViewItem is only parented by ChatView.

https://doc.qt.io/qt-6/qtqml-documents-scope.html#component-instance-hierarchy

@manyoso manyoso merged commit 20a99d1 into main Nov 1, 2024
4 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants