Bring backs most services

This commit is contained in:
quadbyte 2025-08-09 23:42:02 -04:00
parent 71cb79b08b
commit ec3bff68ac
16 changed files with 1038 additions and 13 deletions

View file

@ -18,7 +18,7 @@ NPanel {
border.color: Colors.backgroundTertiary
border.width: Math.min(1, Style.borderMedium * scaling)
width: 340 * scaling
height: 300
height: 320 // TBC
anchors.top: parent.top
anchors.right: parent.right
anchors.topMargin: Style.marginTiny * scaling
@ -66,6 +66,10 @@ NPanel {
}
}
NDivider {
Layout.fillWidth: true
}
DayOfWeekRow {
Layout.fillWidth: true
spacing: 0