kdeconnect-kde/smsapp/qml
Simon Redman ec6a35e75b Fix SMS app icons and thumbnails
## Summary

Due to the difficult-to-test Qt5 -> Qt6 transition, there were some GUI errors with the SMS app:
- Contact photos were missing
- Attachment previews, if present, were in the place where the contact photo should be

This also takes a shot at fixing the long-standing issue that attachment previews were shown much taller than the row item, drawing over the items above and below. 

## Test Plan

### Before:
As in description, the conversations list items were not correct.

![image](/uploads/f68b662fecd6a4826986ede6e8191470/image.png)

### After:
Contact photos are shown to the left of the text preview, attachment preview, if present, is shown to the far right.

![image](/uploads/95f2b4d6e6ff26371a2f36d97fc3f52b/image.png)
2024-06-17 02:00:41 +00:00
..
AttachmentViewer.qml smsapp: Clarify that source/file is a URL 2024-06-10 20:40:42 +00:00
ChatMessage.qml smsapp/qml: Remove explicit column height binding 2024-03-23 11:35:11 +00:00
ConversationDisplay.qml smsapp/qml: Remove unneeded imports 2024-03-13 07:39:26 -04:00
ConversationList.qml Fix SMS app icons and thumbnails 2024-06-17 02:00:41 +00:00
Main.qml Port to ecm_add_qml_module 2023-12-25 15:56:13 +00:00
MessageAttachments.qml smsapp: Clarify that source/file is a URL 2024-06-10 20:40:42 +00:00
SendingArea.qml smsapp: Use Kirigami.ShadowedRectangle instead of DropShadow 2024-03-15 19:36:51 -04:00