Implement fancy reply rendering
This currently assumes the event, that is replied to, is already fetched. If it isn't, it will render an empty reply. In the future we should fetch replies before rendering them.
Showing
- resources/qml/TimelineRow.qml 54 additions, 7 deletionsresources/qml/TimelineRow.qml
- resources/qml/delegates/FileMessage.qml 3 additions, 3 deletionsresources/qml/delegates/FileMessage.qml
- resources/qml/delegates/ImageMessage.qml 6 additions, 6 deletionsresources/qml/delegates/ImageMessage.qml
- resources/qml/delegates/MessageDelegate.qml 71 additions, 57 deletionsresources/qml/delegates/MessageDelegate.qml
- resources/qml/delegates/NoticeMessage.qml 1 addition, 1 deletionresources/qml/delegates/NoticeMessage.qml
- resources/qml/delegates/Placeholder.qml 1 addition, 1 deletionresources/qml/delegates/Placeholder.qml
- resources/qml/delegates/PlayableMediaMessage.qml 8 additions, 8 deletionsresources/qml/delegates/PlayableMediaMessage.qml
- resources/qml/delegates/TextMessage.qml 1 addition, 1 deletionresources/qml/delegates/TextMessage.qml
- src/timeline/TimelineModel.cpp 13 additions, 3 deletionssrc/timeline/TimelineModel.cpp
- src/timeline/TimelineModel.h 1 addition, 0 deletionssrc/timeline/TimelineModel.h
Loading
Please register or sign in to comment