Add basic album list

This commit is contained in:
2026-06-05 17:31:18 +02:00
parent e1a5a733c1
commit 493a689d75
8 changed files with 201 additions and 43 deletions

View File

@@ -7,10 +7,10 @@ export component FooterButton inherits Rectangle {
states [
pressed when touch.pressed: {
background: #0000ff30;
background: #0000ff30; // TODO: palette
}
hovered when touch.has-hover: {
background: #0000ff15;
background: #0000ff15; // TODO: palette
}
default: {
background: #0000;
@@ -30,7 +30,7 @@ export component FooterButton inherits Rectangle {
padding-right: 20px;
Image {
source: icon;
colorize: #accbfa;
colorize: Palette.accent-background;
}
Text {
text: title;