notifcenter: collapsible app groups, hover-only group dismiss, full opacity on notif hover

This commit is contained in:
Damocles 2026-04-17 10:34:11 +02:00
parent a502faef19
commit 862169aba0
2 changed files with 110 additions and 22 deletions

View file

@ -28,7 +28,7 @@ Item {
Rectangle {
anchors.fill: parent
color: _hover.hovered ? M.Theme.base02 : M.Theme.base01
opacity: Math.max(M.Theme.barOpacity, 0.9)
opacity: _hover.hovered ? 1.0 : Math.max(M.Theme.barOpacity, 0.9)
radius: M.Theme.radius
Behavior on color {