status-desktop/ui/app/AppLayouts
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
..
Browser fix: resolve ens addresses in bookmarks 2020-12-09 14:19:49 -05:00
Chat fix: YouTube unfurling 2020-12-10 14:45:48 -05:00
Node feat: add dark theme colors and new properties for it 2020-07-14 12:37:17 -04:00
Profile feat: make `UserNameLabel` render local nick names and ENS names 2020-12-10 12:30:31 +01:00
Timeline feat: introduce empty timeline component 2020-12-07 13:52:25 +01:00
UIComponents fix: using loaders for status button animations 2020-09-07 10:21:41 -04:00
Wallet fix: initialize wallet paths and types, and disable deletion of non-watch accounts 2020-12-09 14:18:45 -05:00
qmldir feat: reintroduce the dapp browser 2020-10-20 14:42:36 -04:00