mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-05 18:22:46 +00:00
Add BlurHash placeholders at several places
* [ui] Added: Blurry previews of images before they are loaded Also fixes a bug where ApiModel would remove items that already started with a lowecase letter or didn't start with a letter at all.
This commit is contained in:
parent
bb2f6f3a3e
commit
79d378c9ed
13 changed files with 120 additions and 25 deletions
|
@ -28,6 +28,7 @@ BackgroundItem {
|
|||
id: root
|
||||
property alias poster: posterImage.source
|
||||
property alias title: titleText.text
|
||||
property alias blurhash: posterImage.blurhash
|
||||
property bool landscape: false
|
||||
property real progress: 0.0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue