sidebar calendar some anims

This commit is contained in:
end-4
2025-04-16 10:44:15 +02:00
parent f7c7313087
commit f5d47335e8
2 changed files with 23 additions and 5 deletions
@@ -28,7 +28,7 @@ Rectangle {
Layout.leftMargin: 15
spacing: 15
Repeater {
model: [
model: [
{"name": "Calendar", "icon": "calendar_month"},
{"name": "To Do", "icon": "done_outline"}
]
@@ -65,6 +65,7 @@ Rectangle {
day: modelData.day
isToday: modelData.today
bold: true
interactable: false
}
}
}