calendar month change animation
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 9s
Python / lint-format (pull_request) Successful in 18s
Python / test (pull_request) Successful in 31s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m5s

This commit is contained in:
2026-06-16 10:55:30 +02:00
parent be8b7ae436
commit ea82b8cf22
5 changed files with 295 additions and 152 deletions
+2 -2
View File
@@ -10,9 +10,9 @@ import qs.Components
Item {
id: root
required property PersistentProperties dashState
readonly property real nonAnimHeight: view.implicitHeight + viewWrapper.anchors.margins * 2
readonly property real nonAnimWidth: view.implicitWidth + viewWrapper.anchors.margins * 2
required property PersistentProperties state
required property PersistentProperties visibilities
implicitHeight: nonAnimHeight
@@ -59,7 +59,7 @@ Item {
index: 0
sourceComponent: Dash {
state: root.state
dashState: root.dashState
visibilities: root.visibilities
}
}