Replay recent notification history

This commit is contained in:
David Heinemeier Hansson
2026-06-29 15:19:32 -05:00
parent 6ef0c0192b
commit beff26d8e0
4 changed files with 97 additions and 17 deletions
-11
View File
@@ -91,17 +91,6 @@ BarWidget {
}
}
// Service-side IPC (omarchy-shell notifications showHistory) flips
// historyOpenRequested; we toggle our local popup state from here so the
// keybind path lands in the same PopupCard the click path uses.
Connections {
target: root.notificationService
ignoreUnknownSignals: true
function onHistoryOpenRequested() {
root.popupOpen = true
}
}
PopupCard {
id: popup
anchorItem: button