Fix GNOME Calendar date handoff
This commit is contained in:
@@ -48,6 +48,8 @@ for component in AgendaPane AgendaEvent NotificationSummary; do
|
||||
rg -q "${component} 1.0 ${component}.qml" config/dot/quickshell/modules/datemenu/qmldir \
|
||||
|| fail "$component is not registered"
|
||||
done
|
||||
rg -q 'gnome-calendar.*--date.*toISOString' config/dot/quickshell/services/CalendarAgenda.qml \
|
||||
|| fail 'GNOME Calendar date handoff is not a complete ISO-8601 timestamp'
|
||||
|
||||
qs ipc call calendar-agenda fixture upcoming >/dev/null
|
||||
jq -e '.capsuleVisible == true and .capsuleText == "12m"' \
|
||||
|
||||
Reference in New Issue
Block a user