Begin implementing UI design, implement metadata fetching
Some checks failed
Build / build-linux (push) Failing after 17s
Build / build-windows (push) Has been cancelled

This commit is contained in:
Dark Steveneq
2025-10-14 21:02:58 +02:00
parent d46d37c465
commit 18ad69ba5d
4 changed files with 165 additions and 92 deletions

View File

@@ -23,22 +23,22 @@ Item {
primaryAlt: "#0056b3",
secondary: "#009eff",
secondaryAlt: "#0076b3",
surface1: "#323232",
surface0: "#282828",
surface1: "#373737",
surface0: "#2a2a2a",
background: "#1f1f1f"
})
}
readonly property string fontFamily: "Arial"
readonly property var fontSize: ({
h1: 32,
h1: 26,
h2: 24,
h3: 18,
h4: 16,
h5: 13,
h6: 10,
p: 14,
base: 14,
h5: 12,
// h6: 10,
p: 12,
base: 12,
button: 12
})