From 6e775a1a0edf8268abf463337bfcc3ef9749a645 Mon Sep 17 00:00:00 2001 From: M Matthew Hydock Date: Wed, 3 Sep 2025 07:49:41 -0400 Subject: dashboard: add month/year and paging to calendar (#499) * add month/year and paging to calendar also, removed day/month from time panel, and highlighting weekends (need to figure out why the weekday enum is incorrect. locale issue?) * removing dayOfWeek offset hack this is clearly a me problem. my locale appears to be set to dz, but only for caelestia shell. not sure why. * aesthetic and localization improvements * ensure all localized dates use UTC issues i was having wrt localized date and day-of-week being off by one appear to have been due to my timezone. forcing UTC seems to fix this. * fixes * anim today indicator * keep state across open/close * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> --- modules/dashboard/Wrapper.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/dashboard/Wrapper.qml') diff --git a/modules/dashboard/Wrapper.qml b/modules/dashboard/Wrapper.qml index ba5dad6..eaa3fce 100644 --- a/modules/dashboard/Wrapper.qml +++ b/modules/dashboard/Wrapper.qml @@ -15,6 +15,7 @@ Item { required property PersistentProperties visibilities readonly property PersistentProperties state: PersistentProperties { property int currentTab + property date currentDate: new Date() readonly property FileDialog facePicker: FileDialog { title: qsTr("Select a profile picture") -- cgit v1.2.3-freya