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.

Add and remove background images

+33 -6
+33 -6
src/Applications/UI/Backdrop.elm
··· 20 20 21 21 default : String 22 22 default = 23 - "7.jpg" 23 + "1.jpg" 24 24 25 25 26 26 options : List ( String, String ) 27 27 options = 28 - [ ( "1.jpg", "Option 1" ) 28 + [ ( "1.jpg", "Option 1 (default)" ) 29 29 , ( "2.jpg", "Option 2" ) 30 30 , ( "3.jpg", "Option 3" ) 31 31 , ( "4.jpg", "Option 4" ) 32 32 , ( "5.jpg", "Option 5" ) 33 33 , ( "6.jpg", "Option 6" ) 34 - , ( "7.jpg", "Option 7 (default)" ) 34 + , ( "7.jpg", "Option 7" ) 35 35 , ( "8.jpg", "Option 8" ) 36 36 , ( "9.jpg", "Option 9" ) 37 37 , ( "10.jpg", "Option 10" ) 38 38 , ( "11.jpg", "Option 11" ) 39 39 , ( "12.jpg", "Option 12" ) 40 + , ( "13.jpg", "Option 13" ) 41 + , ( "14.jpg", "Option 14" ) 42 + , ( "15.jpg", "Option 15" ) 43 + , ( "16.jpg", "Option 16" ) 44 + , ( "17.jpg", "Option 17" ) 45 + , ( "18.jpg", "Option 18" ) 46 + , ( "19.jpg", "Option 19" ) 47 + , ( "20.jpg", "Option 20" ) 48 + , ( "21.jpg", "Option 21" ) 40 49 ] 41 50 42 51 ··· 191 200 -- Background 192 201 ------------- 193 202 , case loadedBackdrop of 194 - "1.jpg" -> 203 + "2.jpg" -> 204 + style "background-position" "center 68%" 205 + 206 + "3.jpg" -> 195 207 style "background-position" "center 30%" 196 208 197 - "9.jpg" -> 198 - style "background-position" "center 68%" 209 + "4.jpg" -> 210 + style "background-position" "center 96.125%" 211 + 212 + "6.jpg" -> 213 + style "background-position" "center 40%" 214 + 215 + "11.jpg" -> 216 + style "background-position" "center 67.25%" 217 + 218 + "17.jpg" -> 219 + style "background-position" "center 87.5%" 220 + 221 + "19.jpg" -> 222 + style "background-position" "center 13%" 223 + 224 + "20.jpg" -> 225 + style "background-position" "center 39.75%" 199 226 200 227 _ -> 201 228 style "background-position" "center bottom"
src/Static/Images/Background/1.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/10.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/11.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/12.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/13.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/14.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/15.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/16.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/17.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/18.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/19.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/2.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/20.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/3.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/4.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/5.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/6.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/7.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/8.jpg

This is a binary file and will not be displayed.

src/Static/Images/Background/9.jpg

This is a binary file and will not be displayed.