A music player that connects to your cloud/distributed storage.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Closes #217 - Add new background images

+30 -5
+29 -4
src/Applications/UI/Backdrop.elm
··· 21 21 22 22 default : String 23 23 default = 24 - "7.jpg" 24 + "21.jpg" 25 25 26 26 27 27 options : List ( String, String ) ··· 32 32 , ( "4.jpg", "Option 4" ) 33 33 , ( "5.jpg", "Option 5" ) 34 34 , ( "6.jpg", "Option 6" ) 35 - , ( "7.jpg", "Option 7 (default)" ) 35 + , ( "7.jpg", "Option 7" ) 36 36 , ( "8.jpg", "Option 8" ) 37 37 , ( "9.jpg", "Option 9" ) 38 38 , ( "10.jpg", "Option 10" ) ··· 46 46 , ( "18.jpg", "Option 18" ) 47 47 , ( "19.jpg", "Option 19" ) 48 48 , ( "20.jpg", "Option 20" ) 49 - , ( "21.jpg", "Option 21" ) 49 + , ( "21.jpg", "Option 21 (default)" ) 50 + , ( "22.jpg", "Option 22" ) 51 + , ( "23.jpg", "Option 23" ) 52 + , ( "24.jpg", "Option 24" ) 53 + , ( "25.jpg", "Option 25" ) 54 + , ( "26.jpg", "Option 26" ) 55 + , ( "27.jpg", "Option 27" ) 56 + , ( "28.jpg", "Option 28" ) 50 57 ] 51 58 52 59 ··· 128 135 style "background-position" "center 67.25%" 129 136 130 137 "17.jpg" -> 131 - style "background-position" "center 87.5%" 138 + style "background-position" "center 2.5%" 132 139 133 140 "19.jpg" -> 134 141 style "background-position" "center 13%" 135 142 136 143 "20.jpg" -> 137 144 style "background-position" "center 39.75%" 145 + 146 + "21.jpg" -> 147 + style "background-position" "center 52.5%" 148 + 149 + "22.jpg" -> 150 + style "background-position" "center top" 151 + 152 + "23.jpg" -> 153 + style "background-position" "center 92.5%" 154 + 155 + "24.jpg" -> 156 + style "background-position" "center top" 157 + 158 + "25.jpg" -> 159 + style "background-position" "center 50%" 160 + 161 + "27.jpg" -> 162 + style "background-position" "center top" 138 163 139 164 _ -> 140 165 style "background-position" "center bottom"
src/Static/Images/Background/17.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/21.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/22.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/23.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/24.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/25.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/26.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/27.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/28.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/Thumbnails/17.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/Thumbnails/21.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/Thumbnails/22.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/Thumbnails/23.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/Thumbnails/24.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/Thumbnails/25.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/Thumbnails/26.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/Thumbnails/27.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/Thumbnails/28.jpg

This is a binary file and will not be displayed.

+1 -1
src/Static/Manifests/manifest.json
··· 2 2 "name": "Diffuse", 3 3 "short_name": "Diffuse", 4 4 "description": "A music player that connects to your cloud/distributed storage", 5 - "version": "2.5.3", 5 + "version": "3.0.0", 6 6 "author": "Steven Vandevelde <icid.asset@gmail.com>", 7 7 "icons": [ 8 8 {