status-desktop/ui/app/AppLayouts/Chat/ChatColumn
emizzle 5953031bfc fix: YouTube unfurling
YouTube link unfurling was not working for a couple reasons.

There were two main parts fixed:
1. QML context for messages pertaining to linkUrls and imageUrls was changed from implicit to explicit. By this, I mean that any time we referenced linkUrls/imageUrls, we were relying on the knowledge that those values would be populated by some parent context several levels up. Now, we are referring to properties that have been explicitly defined on the components. This offers the ability to reuse components, and makes reading the code and debugging much easier.
2. Error handling has been added to getting link preview data. An unhandled "error" was thrown each time a link that wasn't whitelisted was passed in, causing the app to crash. For example, when a link to a tenor gif was posted in the chat, that URL was not whitelisted, causing the app to crash.
2020-12-10 14:45:48 -05:00
..
ChatComponents fix: account selector in browser 2020-12-09 14:19:26 -05:00
MessageComponents fix: YouTube unfurling 2020-12-10 14:45:48 -05:00
samples feat: Un/install free sticker packs in sticker market 2020-07-15 15:53:48 -04:00
ChatMessages.qml fix: YouTube unfurling 2020-12-10 14:45:48 -05:00
EmptyChat.qml fix: fix emptyChat text not being translated or translatable 2020-10-27 10:23:26 -04:00
Message.qml fix: YouTube unfurling 2020-12-10 14:45:48 -05:00
SuggestionBox.qml fix: make sure the mention and emoji pickers close when pressing escape 2020-11-19 13:54:17 -05:00
SuggestionFilter.qml fix: display emojis on input textarea 2020-08-04 10:14:57 -04:00
TopBar.qml feat: add fetch more menu item in the chat drop down menu 2020-11-26 11:20:25 -05:00
qmldir feat: refactor Message and add Compact message type 2020-07-16 10:29:29 -04:00