mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-10-21 04:24:35 +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
|
@ -34,6 +34,7 @@ Item {
|
|||
property real duration
|
||||
property int songCount
|
||||
property string name
|
||||
property alias blurhash : albumArt.blurhash
|
||||
|
||||
|
||||
property string stateIfArt: "largeArt"
|
||||
|
|
|
@ -35,6 +35,7 @@ Column {
|
|||
property real duration
|
||||
property int songCount
|
||||
property string name
|
||||
property alias blurhash : albumArt.blurhash
|
||||
|
||||
Item { width:1; height: Theme.paddingLarge }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue