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
+3 -3
View File
@@ -10,9 +10,9 @@ import qs.Modules.Dashboard.Dash
GridLayout {
id: root
required property PersistentProperties dashState
readonly property bool dashboardVisible: visibilities.dashboard
property int radius: Appearance.rounding.smallest
required property PersistentProperties state
required property PersistentProperties visibilities
columnSpacing: Appearance.spacing.smaller
@@ -60,7 +60,7 @@ GridLayout {
User {
id: user
state: root.state
dashState: root.dashState
}
}
@@ -86,7 +86,7 @@ GridLayout {
Calendar {
id: calendar
state: root.state
dashState: root.dashState
}
}