notif actions rework
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 9s
Python / lint-format (pull_request) Successful in 17s
Python / test (pull_request) Successful in 29s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m25s

This commit is contained in:
2026-06-19 22:50:52 +02:00
parent d516dd8be4
commit 697058146e
7 changed files with 374 additions and 120 deletions
+4 -1
View File
@@ -1,3 +1,5 @@
pragma ComponentBehavior: Bound
import qs.Components
import qs.Config
import qs.Daemons
@@ -149,11 +151,12 @@ Item {
color: "transparent"
implicitHeight: notif.implicitHeight
implicitWidth: notif.implicitWidth
radius: Appearance.rounding.smallest / 2
radius: Appearance.rounding.small
Notification {
id: notif
implicitWidth: root.implicitWidth - root.padding * 2
modelData: wrapper.modelData
}
}